Skip to content

Commit

Permalink
Clarified the error message for contigs regarding GZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Aug 7, 2024
1 parent d098aed commit ef27933
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 @@ -17,7 +17,7 @@
"type": "string",
"format": "file-path",
"pattern": "^\\S+\\.f(ast|n)?a(\\.gz)?$",
"errorMessage": "FASTA file containing assembled contigs, cannot contain spaces and must have extension ('.fa', '.fasta', or '.fna'). Compressed files must be ('.gz')"
"errorMessage": "FASTA file containing assembled contigs, cannot contain spaces and must have extension ('.fa', '.fasta', or '.fna'). GZIP-compressed files must additionally have the '.gz' extension."
},
"species": {
"type": "string",
Expand Down

0 comments on commit ef27933

Please sign in to comment.