Skip to content

Commit

Permalink
Define busco_lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Dec 15, 2024
1 parent edf4192 commit 6f200ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subworkflows/local/bin_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ workflow BIN_QC {
/*
* BUSCO
*/
busco_lineage = params.busco_auto_lineage_prok ? 'auto_prok' : 'auto'

if (!ch_busco_db.isEmpty()) {
if (ch_busco_db.extension in ['gz', 'tgz']) {
BUSCO_UNTAR([[id: 'busco_db'], ch_busco_db])
Expand Down

0 comments on commit 6f200ef

Please sign in to comment.