Skip to content

Commit

Permalink
replaced take with input
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Apr 12, 2024
1 parent 803f4d9 commit 8c315b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/nextflow/subworkflows/run_busco.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include { CLEANING } from '../modules/cleaning.nf'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
workflow RUN_BUSCO{
take:
input:
tuple val(db_meta), val(busco_mode), bool(copyToFtp)

main:
Expand Down

0 comments on commit 8c315b0

Please sign in to comment.