Skip to content

Commit

Permalink
v1.4.0h
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Oct 23, 2018
1 parent 004db5b commit d7861c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/assembly_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def parse_gfa(self, gfa_file, min_cov=0., max_cov=inf):
if vertex_name.isdigit():
self.vertex_info[vertex_name]["long"] = \
"EDGE_" + vertex_name + "_length_" + str(seq_len) + "_cov_" + str(round(seq_cov, 5))
else:
raise Exception(vertex_name)
elif line.startswith("L\t"):
flag, vertex_1, end_1, vertex_2, end_2, kmer_val = line.strip().split("\t")
# "head"~False, "tail"~True
Expand Down

0 comments on commit d7861c9

Please sign in to comment.