Open oronoc1210 opened 2 months ago
I'm happy to go into detail providing more of the pon generation commands, but the batch command was as follows:
cnvkit.py batch TCGA-D5-6538_tumor.dedup.bam --process 64 --method hybrid --reference TCGA_PoN.cnvkit_pon.cnn
Hi CNVkit team, I am experiencing the same issue. Any help is appreciated. Thank you!
Hello, I'm having an issue with CNVkit where my batch command with a custom .cnn reference is exiting (with an exit code 0) in the middle of the run, not generating a .cns file.
The runs I performed were as follows:
For each of the runs across all of my tumor samples, the following files/directories were created:
But not the usual .cns and .cnr files.
This was run with CNVkit v0.9.10, and the stdout was as follows;
The whole process took 2 minutes, shortly after the last line the process exits with a return code of 0, which tricked my CWL pipeline into thinking the process was successful, but then failed the overall workflow as it couldn't find the expected but nonexistent .cns file.
Any help with this would be greatly appreciated!