Skip to content

Commit

Permalink
Fix param typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Downie committed Nov 29, 2024
1 parent f13797b commit f88023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/bin_taxonomy.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflow BIN_TAXONOMY {
gtdbtk_db = Channel.of(
[ "GTDBTk", file(params.gtdbtk_db, checkIfExists: true) ]
)
gtdbtk_mash = params.gtdbtb_mash_db ? file(params.gtdbtb_mash_db, checkIfExists: true) : []
gtdbtk_mash = params.gtdbtk_mash_db ? file(params.gtdbtk_mash_db, checkIfExists: true) : []

GTDBTK_CLASSIFYWF(
bins,
Expand Down

0 comments on commit f88023a

Please sign in to comment.