Skip to content

Commit

Permalink
fixy fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Jan 3, 2021
1 parent 2d176d6 commit 38af28d
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 38af28d

Please sign in to comment.