Open zhqduan opened 2 years ago
Dear Zhongqu, you need to run sniffles2 per sample. As you can see from the documentation --input expects a bam file. you might want to add --snf to record candidates that will be used for sniffles merge approach.
thx Fritz
FWIW you get errors like this one if the data is too large to pickle, which is also what multiprocessing uses when passing data back from threads/processes to the main process.
Thanks for your prompt response!
@fritzsedlazeck I'm sorry. I didn't make it clear. I have run sniffles2 and get a .snf file for each sample. The 462samples.snf.list.tsv
includes the snf files from 462 samples.
@wdecoster I test the command on ~50 samples and it works well. Do you have any suggestion on the large number of samples? For example, define a higher --minsupport
.
Thank you very much!
Zhongqu
Hello,
I am using sniffles2 to call SVs from multiple samples with the command:
sniffles --input 462samples.snf.list.tsv --vcf 462samples.sniffle2.jointcall.vcf --threads 64
However, it fails with the error message:Do you have any suggestion with this error? Thank you in advance!
Best, Zhongqu