-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phased bam file not generated using "all" mode #54
Comments
Hi, Can you run NanoCaller with Additionally, can you check whether the |
Thank you for your quick response. It seems that there is a problem with the software versions on the HPC I am running NanoCaller on, as I was able to run the same bam files on a separate computer and generate the combined SNP and indel vcf using "all" mode. I am currently working through the issues on the HPC to see if it can be solved. Thank you once again! |
Hello I am having the same problem as @salhajh I am using NanoCaller v3.6.0. In October I ran it on another genome of the same species which worked fine. However now it is not working on either the original genome or new ones. My command is
All of the vcfs are empty: ![]() and at the end of the jobscript are the errors
Do you know why this is failing / why the temporary or phased bams aren't being created? Thank you in advance! Lily |
Hi Lily, I just thought I would jump in to mention what I discovered the issue was for me. Though I had loaded in the correct modules within the conda environment, the HPC system I use was reverting back to different versions that are not compatible with NanoCaller, particularly tensorflow. So I would suggest maybe confirming which modules are not only being loaded but also utilised by the system, particularly if you create a conda environment with a specific python version, it might revert to the defaults for that version. That was the main issue for me, however I am not sure if something else is not working, resulting in the error message you have provided. I just thought I would explain what was the solution for me just in case. Good luck! |
Hi @lilypeck, can you check if the |
Hi @umahsn Thanks for your reply. Yes there are lots of non-empty VCFs:
The quality scores in the Thanks Lily |
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!
The text was updated successfully, but these errors were encountered: