Skip to content

Commit

Permalink
removed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samarendra-pani committed Jun 21, 2024
1 parent 289042a commit 15ad01c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gaftools/cli/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def run(gaf_path, gfa=None, output=None, index=None, nodes=[], regions=[], forma
for id in gfa_file.nodes
}
ref_contig = [contig for contig in gfa_file.contigs if gfa_file.contigs[contig] == 0]
# TODO: Update based on Fawaz's branch
for contig in gfa_file.contigs:
contig_len[contig] = gfa_file.get_contig_length(contig)
print(contig_len)
Expand Down

0 comments on commit 15ad01c

Please sign in to comment.