You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error("[nf-core/mag] ERROR: Both --skip_binqc and --run_<bin_qc_tool_name> are specified! Invalid combination, please specify either --skip_binqc or --run_<bin_qc_tool_name>.")
361
361
}
362
362
363
-
// Check if BUSCO parameters combinations are valid
364
-
if (params.skip_binqc) {
365
-
if (params.run_busco) {
366
-
error("[nf-core/mag] ERROR: Both --skip_binqc and --run_busco specified! Invalid combination, please specify either --skip_binqc or --run_busco with --busco_db.")
367
-
}
368
-
}
369
-
370
363
if (!params.skip_binqc && params.run_busco) {
371
364
if (params.busco_db &&!params.busco_db_lineage) {
372
365
log.warn('[nf-core/mag]: WARNING: You have supplied a database to --busco_db - BUSCO will run in offline mode. Please note that BUSCO may fail if you have an incomplete database and are running with --busco_db_lineage auto!')
0 commit comments