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
I am attempting to insert a short indel sequence into my hg38 aligned bam file which has chromosomes names in the chr# convention. However i get a warning and an error stating that the program could not pile up over the given region. I've pasted the error message, my running code, and the bedfile I'm using to add this mutation with addindel.py below. I've also added a screenshot of my bam file formatting. Can you help me to troubleshoot?
I read that the default mpileup ignores non-properly paired reads. I checked the bam file with flagstat and it looks like the reads are properly paired:
Hi @adamewing
I am attempting to insert a short indel sequence into my hg38 aligned bam file which has chromosomes names in the chr# convention. However i get a warning and an error stating that the program could not pile up over the given region. I've pasted the error message, my running code, and the bedfile I'm using to add this mutation with addindel.py below. I've also added a screenshot of my bam file formatting. Can you help me to troubleshoot?
Running code:
Bedfile contents:
Error message:
BAM file formatting (to view it, you will need to click the image and zoom in since it is very wide):
Thank you very much for your help,
George
The text was updated successfully, but these errors were encountered: