-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
compute_summary.py
spits out an error if a GFA with S id seq LN:i:10
lines is given in input, because it does not seem to expect other fields after the sequence:
Traceback (most recent call last):
File "compute_summary.py", line 361, in <module>
compute_summary(parser.parse_args())
File "compute_summary.py", line 237, in compute_summary
vertex_labels, edges = load_graph(args.graph)
File "compute_summary.py", line 18, in load_graph
str_id, label = line[1:].strip().split()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working