Skip to content

Commit

Permalink
Remove txt filename input from schema_input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid authored Dec 18, 2023
1 parent 400b831 commit a34c450
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 @@ -44,8 +44,8 @@
},
"filename": {
"type": "string",
"pattern": "^\\S+\\.(vcf|vcf.gz|tsv|fasta|fa|txt)$",
"errorMessage": "Variants/proteins/peptides for sample must be provided and have one of the following extensions: '.vcf', '.vcf.gz', '.tsv', '.fasta', '.fa', '.txt'"
"pattern": "^\\S+\\.(vcf|vcf.gz|tsv|fasta|fa)$",
"errorMessage": "Variants/proteins/peptides for sample must be provided and have one of the following extensions: '.vcf', '.vcf.gz', '.tsv', '.fasta', '.fa'"
}
},
"required": ["sample", "alleles", "mhc_class", "filename"]
Expand Down

0 comments on commit a34c450

Please sign in to comment.