Skip to content

Commit

Permalink
Updated the input JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Mar 22, 2024
1 parent f8c3cd0 commit 8f7e029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"datafile": {
"type": "string",
"pattern": "^\\S+\\.cram$",
"errorMessage": "Data file for reads cannot contain spaces and must have extension 'cram'"
"pattern": "^\\S+\\.(bam|cram|fa|fa.gz|fasta|fasta.gz|fq|fq.gz|fastq|fastq.gz)$",
"errorMessage": "Data file for reads cannot contain spaces and must be BAM/CRAM/FASTQ/FASTA"
}
},
"required": ["datafile", "datatype", "sample"]
Expand Down

0 comments on commit 8f7e029

Please sign in to comment.