Skip to content

Commit

Permalink
add regions parameter to CWL wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Nov 27, 2023
1 parent 5393ee8 commit d7b8653
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bakta.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,18 @@ inputs:
id: keep_contig_headers
inputBinding: {prefix: --keep-contig-headers}
type: boolean?
- doc: Replicon information table (tsv/csv)
id: replicons
inputBinding: {prefix: --replicons}
type: File?
- doc: Force Genbank/ENA/DDJB compliance
id: compliant
inputBinding: {prefix: --compliant}
type: boolean?
- doc: Replicon information table (tsv/csv)
id: replicons
inputBinding: {prefix: --replicons}
type: File?
- doc: Genbank/GFF3 file of trusted regions for pre-detected feature coordinates
id: regions
inputBinding: {prefix: --regions}
type: File?
- doc: Fasta file of trusted protein sequences for CDS annotation
id: proteins
inputBinding: {prefix: --proteins}
Expand Down

0 comments on commit d7b8653

Please sign in to comment.