Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/nf-core/blast/blastn/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ input:
description: Directory containing the blast database
pattern: "*"
- taxidlist:
type: file
description: File containing NCBI taxon ids, one per line, for filtering the database.
pattern: "*.{txt}"
type: file
description: File containing NCBI taxon ids, one per line, for filtering the database.
pattern: "*.{txt}"
- taxids:
type: string
description: Comma-delimited list of NCBI taxon ids for filtering the database.
pattern: "^[0-9]+(,[0-9]+)*$"
type: string
description: Comma-delimited list of NCBI taxon ids for filtering the database.
pattern: "^[0-9]+(,[0-9]+)*$"
- negative_tax:
type: boolean
description: Use negative filtering (true) to exclude taxon ids or normal filtering (false).
pattern: "true or false"
type: boolean
description: Use negative filtering (true) to exclude taxon ids or normal filtering (false).
pattern: "true or false"
output:
txt:
- - meta:
Expand Down
Loading