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 b4a8905 commit 9fccf93Copy full SHA for 9fccf93
assets/schema_input.json
@@ -26,15 +26,8 @@
26
"type": "string",
27
"format": "file-path",
28
"exists": true,
29
- "errorMessage": "GZIP-compressed FastQ file for reads 2 cannot contain spaces and must have extension '.fq.gz' or '.fastq.gz'",
30
- "anyOf": [
31
- {
32
- "pattern": "^\\S+\\.f(ast)?q\\.gz$"
33
- },
34
35
- "maxLength": 0
36
- }
37
- ]
+ "pattern": "^\\S+\\.f(ast)?q\\.gz$",
+ "errorMessage": "GZIP-compressed FastQ file for reads 2 cannot contain spaces and must have extension '.fq.gz' or '.fastq.gz'"
38
},
39
"strandedness": {
40
0 commit comments