Skip to content

Commit

Permalink
Changed the order of inputs for ANNOTATION_STATS
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBabirye authored Oct 25, 2024
1 parent f4d28c7 commit d95f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/annotation_statistics.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ workflow ANNOTATION_STATS {
take:
gff // channel: /path/to/annotation file
genome // channel: [ meta, fasta ]
lineage_db // channel: /path/to/buscoDB
lineage_tax_ids // channel: /path/to/lineage_tax_ids
lineage_db // channel: /path/to/buscoDB

main:
ch_versions = Channel.empty()
Expand Down

0 comments on commit d95f4b5

Please sign in to comment.