a-z
, A-Z
), digits (0-9
), underscores (_
) and dashes (-
) are allowed.login
, logout
, csv
, base
, exist
, meta
and _idValue
are not allowed as entity and attribute names.#
), e.g. #CHROM
is a valid attribute name.-
) is reserved for localization, e.g. description-nl
contains the Dutch translation of the description
attribute.string
, email
, enum
and hyperlink
, the default is 255.text
and script
, the default is 64 KiB.{"template":"{{molgenis-math myIntValue '+' mySecondIntValue}}"}
Will add the 2 attributes.{"template":"{{molgenis-math myIntValue '+' (molgenis-math mySecondIntValue '-' myThirdDecimalValue)}}"}
'+'
, '-'
, '*'
, '/'
and the modulo operator '%'