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 112d9ee commit 836e9feCopy full SHA for 836e9fe
1 file changed
assets/schema_input.json
@@ -35,8 +35,8 @@
35
"type": "string",
36
"format": "path",
37
"exists": true,
38
- "pattern": "^\\S+\\.(fasta|fa)$",
39
- "errorMessage": "FASTA file cannot contain spaces and must have one of the extensions: fasta | fa"
+ "pattern": "^\\S+\\.(fasta|fa|fas|fna|faa|ffn)$",
+ "errorMessage": "FASTA file cannot contain spaces and must have one of the extensions: fasta | fa | fas | fna | faa | ffn"
40
}
41
},
42
"required": ["ID", "Sample", "Condition", "ReplicateFileName"]
0 commit comments