Skip to content

Commit 98fc9bb

Browse files
Merge pull request #85 from iqbal-lab-org/metadata_arg_bug
metadata arg typo
2 parents 4802ffe + 0500e17 commit 98fc9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pling/common_rules/common_rules.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_metadata(metadata):
3939
if metadata == "None":
4040
return ""
4141
else:
42-
return f"--plasmid-metadata {metadata}"
42+
return f"--plasmids-metadata {metadata}"
4343

4444
rule get_communities:
4545
input:

0 commit comments

Comments
 (0)