ruanjue/wtdbg2

Circularization?

Boston1212 opened this issue · 4 comments

Hi,

I want to know if wtdabg2 can determine whether the strain is circularized.Thanks!!

wtdbg2 doesn't check that, but you can view the assembly from <prefix>.ctg.dot (graphviz format).

Thanks for your reply!!!
But how to read this file,Is there any description about this file?Any advice would be helpful to me !

Please have a look at http://graphviz.org/, you can convert it into a pdf file using dot -Tpdf -O <prefix>.ctg.dot.

I get it,Thanks !!!