Skip to content
Snippets Groups Projects
Commit ae4383e9 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update GFAvc.py

parent fe7f3170
No related branches found
No related tags found
No related merge requests found
Pipeline #227270 waiting for manual action with stages
......@@ -181,7 +181,7 @@ if args.GFA is None and args.GFA1 is not None:
print("[GFAvc] Converting from GFA 1.1 to GFA 1.0 ...")
gfa = gfa11_to_gfa10()
elif args.GFA is not None and args.GFA1 is None and args.refname is not None:
elif args.GFA is not None and args.GFA1 is None:
print("[GFAvc] Converting from GFA 1.0 to GFA 1.1 ...")
gfa = gfa10_to_gfa11()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment