We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3bc2b commit a4d4ea9Copy full SHA for a4d4ea9
src/mixs/schema/mixs.yaml
@@ -22460,7 +22460,7 @@ settings:
22460
adapter_A_DNA_sequence: '[ACGTRKSYMWBHDVN]+'
22461
adapter_B_DNA_sequence: '[ACGTRKSYMWBHDVN]+'
22462
ambiguous_nucleotides: '[ACGTRKSYMWBHDVN]+'
22463
- boolean: '(?:yes|no)' # a non-capturing group matching either 'yes' or 'no'
+ boolean: '(?:yes|no)' # a non-capturing group matching either 'yes' or 'no'
22464
country: ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)
22465
date_time_stamp: '(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?$'
22466
dna: '^[ACGT]+$'
0 commit comments