Skip to content

Commit 4b07ff4

Browse files
Actual fix for #84 (previous commit was for other plasmid_metadata arg related issue)
1 parent 98fc9bb commit 4b07ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pling/run_pling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def make_config_file(args):
7575
if args.plasmid_metadata==None:
7676
metadata = "None"
7777
else:
78-
metadata= args.metadata
78+
metadata= args.plasmid_metadata
7979

8080
if args.topology==None:
8181
topology = "None"

0 commit comments

Comments
 (0)