uclahs-cds / pipeline-call-gSV

Nextflow pipeline to call germline structural variants and copy number variants using DELLY and Manta
https://uclahs-cds.github.io/pipeline-call-gSV/
GNU General Public License v2.0
2 stars 1 forks source link

call_gCNV_Delly; Please increase the window size. Coverage is too low! #87

Open rhughwhite opened 1 year ago

rhughwhite commented 1 year ago

Error executing process > 'call_gCNV_Delly (1)'

Caused by: Process call_gCNV_Delly (1) terminated with an error exit status (1)

Command executed:

set -euo pipefail delly cnv --genome Homo_sapiens_assembly38.fasta --outfile DELLY-1.1.3_CNV_RLPRIGXR_RLPRIGXR000005-N001-B01-F.bcf --svfile DELLY-1.1.3_SV_RLPRIGXR_RLPRIGXR000005-N001-B01-F.bcf --mappability Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz RLPRIGXR000005-N001-B01-F_realigned_recalibrated_merged_dedup.bam

Command exit status: 1

Command output: (empty)

Command error: [2023-Jan-26 18:35:24] delly cnv --genome Homo_sapiens_assembly38.fasta --outfile DELLY-1.1.3_CNV_RLPRIGXR_RLPRIGXR000005-N001-B01-F.bcf --svfile DELLY-1.1.3_SV_RLPRIGXR_RLPRIGXR000005-N001-B01-F.bcf --mappability Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz RLPRIGXR000005-N001-B01-F_realigned_recalibrated_merged_dedup.bam [2023-Jan-26 18:35:45] Scanning Windows Please increase the window size. Coverage is too low!

Work dir: /scratch/27/e641c20a0b9e0e43814a01843549a7

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh

rhughwhite commented 1 year ago

Update: Paul pointed out that results from call-gSV are likely not that useful for WXS, so this issue is lower priority/unsure if the pipeline needs to be able to handle WXS?

tyamaguchi-ucla commented 1 year ago

For CNV, Delly should be able to work with WXS but we'll have to update the module to accept the -b option to input the target region. Let us know if you are interested in looking into CNV soon. Otherwise we can make this issue low priority. For SV, the developer doesn't recommend using Delly for WXS. (designed for WGS)

See https://github.com/dellytools/delly/issues/275

rhughwhite commented 1 year ago

Yeah this is lower priority.

we'll have to update the module to accept the -b option to input the target region. Let us know if you are interested in looking into CNV soon.

Would this also apply to call-sSV?

tyamaguchi-ucla commented 1 year ago

Would this also apply to call-sSV?

call-sSV now has Manta, which works with WXS - https://github.com/Illumina/manta/blob/master/docs/userGuide/README.md