Skip to content

Commit

Permalink
Try adding --offline also when providing own database
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Oct 25, 2024
1 parent cf931af commit d4e6cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/busco.nf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ process BUSCO {

def p = params.busco_auto_lineage_prok ? "--auto-lineage-prok" : "--auto-lineage"
if ( "${lineage_dataset_provided}" == "Y" ) {
p = "--lineage_dataset dataset/${db}"
p = "--offline --lineage_dataset dataset/${db}"
} else if ( "${lineage_dataset_provided}" == "N" ) {
p += " --offline --download_path ${db}"
} else {
Expand Down

0 comments on commit d4e6cac

Please sign in to comment.