Skip to content

Commit

Permalink
Merge branch 'master' into release-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Jan 3, 2021
2 parents 5eba3c1 + 38af28d commit fe9bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvio/workflows/metagenomics/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ if sample_name != M.default_config['anvi_profile']['--sample-name'] and sample_n

def get_cluster_contigs_param(wildcards):
""" helper function to sort out whether to cluster contigs for a single profile database"""
if M.get_param_value_from_config(['anvi_profile', '--cluster-contigs']) is not None:
if M.get_param_value_from_config(['anvi_profile', '--cluster-contigs']) is not "":
run.warning('You chose to set the value for --cluster-contigs as %s. You can do that if you '
'choose to, but just so you know, if you don\'t provide a value then '
'the workflow would automatically cluster contigs for profile databases '
Expand Down

0 comments on commit fe9bdd4

Please sign in to comment.