Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Apr 2, 2024
1 parent c9def1d commit 066df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
"type": "string",
"help_text": "Overwrites tree chosen by `--sidle_ref_taxonomy`",
"description": "Path to SIDLE reference taxonomy tree (*.qza)",
"pattern": "*.qza"
"pattern": "^.*\\.qza$"
}
}
},
Expand Down

0 comments on commit 066df3d

Please sign in to comment.