-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello.
I would like to run NanoCaller using the "all" mode which as I understand it, should generate the phased bam file after calling the SNPs and automatically feed that through to the indel function (I have ONT sequencing data which has been aligned to a reference genome). However when I run this function:
python NanoCaller/NanoCaller --bam $target.bam --ref .ref.fa --sequencing ont --output ${patientID}-nanoCaller_output
it produces a SNP file and when it gets to the indel function, this error message comes up "[E::hts_open_format] Failed to open file "nanoCaller_output/intermediate_phase_files/chr1.phased.bam" : No such file or directory"
There are phased vcf files generated, however those are empty and no bam files are generated. The input bam file is correctly formatted and the index file is also available (I have been able to use this bam file with a SV caller). I am not sure if there is something missing from my code or input files, however I would appreciate assistance with fixing this issue. Otherwise, I guess the alternative is to generate the SNPs and indels separately, using a phased bam file for the indels.
Thank you!