Skip to content

Commit

Permalink
fix issue with resuming pipeline caused by meta.file input type
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Aug 7, 2024
1 parent b8f4167 commit fbcaf1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"datafile": {
"format": "string",
"exists": true,
"pattern": "^\\S+$",
"errorMessage": "Data file for reads cannot contain spaces and must have extension 'cram', 'bam', '.fq.gz' or '.fastq.gz'",
"meta": ["datafile"]
Expand Down

0 comments on commit fbcaf1e

Please sign in to comment.