diff --git a/subworkflows/local/bin_qc.nf b/subworkflows/local/bin_qc.nf index c2e97fa5..35721832 100644 --- a/subworkflows/local/bin_qc.nf +++ b/subworkflows/local/bin_qc.nf @@ -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])