Hello, we are using Scalpel to call indels on DREAM dataset 4 as a test and parallelized it by chromosome. While jobs for majority of the chromosomes run fine, few give errors and do no produce an output VCF. I've tried rerunning the jobs multiple times and it's not the same set of chromosomes that produce errors. I was hoping to get some suggestions on figuring out what the issue is.
Hello, we are using Scalpel to call indels on DREAM dataset 4 as a test and parallelized it by chromosome. While jobs for majority of the chromosomes run fine, few give errors and do no produce an output VCF. I've tried rerunning the jobs multiple times and it's not the same set of chromosomes that produce errors. I was hoping to get some suggestions on figuring out what the issue is.
Here's the command:
scalpel-discovery --somatic --normal synthetic.challenge.set4.normal.bam --tumor synthetic.challenge.set4.tumour.bam --ref human_g1k_v37_no_decoy.fasta --dir chr$SGE_TASK_ID --bed $region --window 600 --numprocs 10
where $region is defined to span each chromosome.
Here's a sample error log:
Thanks,
Prachi