Skip to content

Commit

Permalink
Fix regex for contigs pattern to include uncompressed files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Jul 25, 2024
1 parent 32adf64 commit 38c8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"contigs": {
"type": "string",
"format": "file-path",
"pattern": "^\\S+\\.f(ast|n)?a\\.gz$",
"pattern": "^\\S+\\.f(ast|n)?a(\\.gz)?$",
"errorMessage": "FASTA file containing assembled contigs, cannot contain spaces and must have extension '.fa.gz' or '.fasta.gz'"
},
"species": {
Expand Down

0 comments on commit 38c8061

Please sign in to comment.