This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Excavator - Error in JointSegIn

Hi.

I ran EXCAVATOR that detects copy number variations.

but, I was encountering some errors and I couldn't solve it.

excavator cnv

Hi, I changed the title of your question to be more specific.

Hi,

could you found how to resolve this issue ?

I have the same problem.

Thanks

1 answer

Hi,

It's an old post, but I found it with google. On this post, Alberto recommend to remove overlapping coordinate in bed: https://sourceforge.net/p/excavator2tool/tickets/1/

So I ran:

sort -k1,1 -k2,2n mybedfile.bed | bedtools merge > mybedfile_merged.bed

Log in to answer this question.