check if one unitig is truly circual
1
0
Entering edit mode
9.0 years ago
orange ▴ 30

For bacteria assembly with pacbio reads, a unitig is easy at most time. But how to check if it is truly circular?

I tried CA_best_edge_to_GML.py, and an error happen like

Traceback (most recent call last):
File "CA_best_edge_to_GML.py", line 51, in 
id1, lib_id, best5, o1, best3, o3 = l
ValueError: too many values to unpack

So I changed line 51 to id1, lib_id, best5, o1, best3, o3 = l[:6], and line 51 works, but another error happens:

Traceback (most recent call last):
File "CA_best_edge_to_GML.py", line 52, in 
G.add_node(id1, unitig="utg%s" % frg_to_tig[id1])
KeyError: '8'

So how to solve it? Or any other way to check if contig is truly circular?

Thanks!

celera • 1.9k views
ADD COMMENT

Login before adding your answer.

Traffic: 2734 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6