You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running delay on three cancer cell lines to find TVs.
This is my running command (I found it is very time consuming to run all TVs together so running them separately)
for name in DEL DUP INV TRA INS;
do delly call -t ${name} -g ${FASTA} ${INPUT_DIR}/${SAMPLE_ID}.rmdup1.bam > ${OUT_DIR}/${SAMPLE_ID}_${name}_delly.vcf
done
but the output vcfs I get have only these with no variants:
Thanks @tobiasrausch. Yes, it is running now but my files are so big and I am doing in a for loop, ie looping through each SV type
for name in DEL DUP INV TRA INS;
do delly call -t ${name} -o ${OUT_DIR}/${SAMPLE_ID}_${name}_delly.bcf -g ${FASTA} ${INPUT_DIR}/${SAMPLE_ID}.rmdup1.bam
done
It is running since yesterday but there is no output file yet. Should I expect this? (I mean should I expect to see the output file when the run is compelete?). Thanks a lot
Hello, I am running delay on three cancer cell lines to find TVs.
This is my running command (I found it is very time consuming to run all TVs together so running them separately)
but the output vcfs I get have only these with no variants:
Am I doing anything wrong?
Thanks
The text was updated successfully, but these errors were encountered: