Skip to content

Commit

Permalink
revert changes that do not belong to template update
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Jan 9, 2025
1 parent 2efe5e4 commit f30f9f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@
"type": "string",
"format": "file-path",
"exists": true,
"pattern": "^\\S+\\.f(ast)?q\\.gz$",
"errorMessage": "FastQ file for reads 1 must be provided, cannot contain spaces and must have extension '.fq.gz' or '.fastq.gz'"
},
"fastq_2": {
"type": "string",
"format": "file-path",
"exists": true,
"pattern": "^\\S+\\.f(ast)?q\\.gz$",
"errorMessage": "FastQ file for reads 2 cannot contain spaces and must have extension '.fq.gz' or '.fastq.gz'"
"errorMessage": "Index of VCF file must have extension '.tbi'- Optional"
}
},
"required": ["sample", "label", "gvcf", "vcf_path"]
Expand Down

0 comments on commit f30f9f0

Please sign in to comment.