Hi everyone,
Is there a smart way to get all contig boundaries after assembly? I know samtools can get number of sequences covering a defined region. Then I could write a pipeline to find each contig's boundary by looking for a region flank by coverage of 0. It seems this costs a lot of time. Is there an alternative and quicker way to know the start and end position of each contig?
Thanks a lot.
Dadi
I'm not sure I understand your question - are you aligning reads to already assembled contigs or assembling contigs from reads?
I am talking about assembling contigs from reads. Sorry to confuse you.