Skip to content

Commit

Permalink
Add a pattern to gtf
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Mar 12, 2024
1 parent 20dc9ad commit d105f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"gtf": {
"type": "string",
"pattern": "^\\S+\\.gtf(\\.gz)?$",
"errorMessage": "TODO"
},
"bed12": {
Expand All @@ -37,7 +38,7 @@
"macs_gsize": {
"type": "string",
"errorMessage": "TODO"
},
}
},
"required": ["genome", "fasta", "gtf"]
}
Expand Down

0 comments on commit d105f7f

Please sign in to comment.