Skip to content

Commit c8e47b9

Browse files
authored
Allow bam + index inputs
1 parent af5483f commit c8e47b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/schema_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"cram": {
2424
"type": "string",
25-
"pattern": "^\\S+\\.cram$",
25+
"pattern": "^\\S+\\.(b|cr)am$",
2626
"format": "file-path",
2727
"exists": true
2828
},
2929
"crai": {
3030
"type": "string",
31-
"pattern": "^\\S+\\.cram\\.crai$",
31+
"pattern": "^\\S+\\.(b|cr)am\\.(bai|csi|crai)$",
3232
"format": "file-path",
3333
"exists": true
3434
},

0 commit comments

Comments
 (0)