Skip to content

Commit

Permalink
Try to avoid DAG generation issues in CircleCI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
boulund committed Nov 4, 2021
1 parent 5f9a856 commit b8dd095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/taxonomic_profiling/strainphlan.smk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if config["strain_level_profiling"]["strainphlan"]:
err_message += "If you do not want to run MetaPhlAn or StrainPhlAn, set 'metaphlan: False' and 'strainphlan: false' in config.yaml"
raise WorkflowError(err_message)
if not spa_config["clade_of_interest"]:
available_clades=f"{LOGDIR}/strainphlan/available_clades.txt",
available_clades=f"{OUTDIR}/strainphlan/available_clades.txt",
all_outputs.append(available_clades)
user_messages.warn("Clade of interest not specified in strainphlan section of config.yaml.")
user_messages.warn("Based on your samples strainphlan will create a list of available clades in output/strainphlan/available_clades.txt")
Expand Down

0 comments on commit b8dd095

Please sign in to comment.