Skip to content

Commit

Permalink
Remove file pattern criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Jul 9, 2024
1 parent 875359b commit 3482377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"bowtie2_seqid2taxid_db": {
"type": "string",
"pattern": "^\\S+\\.map$",
"format": "file-path",
"description": "A reference to pathogen map. See README for paths to prebuilt indices.",
"fa_icon": "fas fa-database"
Expand Down Expand Up @@ -80,14 +79,12 @@
"malt_seqid2taxid_db": {
"type": "string",
"description": "A reference to pathogen map. See README for paths to prebuilt indices.",
"pattern": "^\\S+\\.map$",
"format": "file-path",
"fa_icon": "fas fa-database"
},
"malt_accession2taxid": {
"type": "string",
"description": "A reference to taxid map. See README for paths to prebuilt indices.",
"pattern": "^\\S+\\.map$",
"format": "file-path",
"fa_icon": "fas fa-database"
},
Expand Down

0 comments on commit 3482377

Please sign in to comment.