Closed micadiz closed 2 years ago
Hmm, are you sure this isn't an issue with your second scaffold file? Have you tried the second one individually? I suspect you have missing haplotypes somewhere, or some other issue with the second scaffold input data file.
Thank you for your reply :) You were right, my problem was related to the input scaffold file
Hi,
I have some issues running msmc2 in SNP data generated from a draft assembly of a nonmodel genome.
When I tested msmc2 using one scaffold, I obtained the three out files (t2_vsd.msmc2.final.txt, t2_vsd.msmc2.log, t2_vsd.msmc2.loop.txt)
msmc2 -p 1*2+15*1+1*2 -o ${outresult}/t2_vsd.msmc2 -I 0,1,2,3,4,5,6,7,8 scaffold_37.msmc2.input
However, when I execute msmc2 using more than one scaffold:
msmc2 -t 4 -s -o ${outresult}/t3_vsd.msmc2 -I 0,1,2,3,4,5,6,7,8 scaffold_37.msmc2.input scaffold_38.msmc2.input
I obtain an error, and the software does not generate the msmc2.final.txt file. This is the stack of errors I obtain from the execution:
Thanks