Skip to content
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

Update radia.py for "samtools index" existence #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

longqh3
Copy link

@longqh3 longqh3 commented Oct 1, 2020

During the process of applying your method, I found that the bam index for "xxx.bam" must be "xxx.bam.bai". However, my bam data came with "xxx.bai" format (created using Picard's BuildBamIndex) and cannot be modified (requires root privilege).
I commented the "xxx.bam.bai" check code segments and the codes still worked (maybe samtools can auto-determine .bai or .bam.bai format).
So I extended the bam index check codes to support both ".bam.bai" and ".bai" format.

During the process of applying your method, I found that the bam index for "xxx.bam" must be "xxx.bam.bai". However, my bam data came with "xxx.bai" format (created using Picard's BuildBamIndex) and cannot be modified (requires root privilege). 
I commented the "xxx.bam.bai" check code segments and the codes still worked (maybe samtools can auto-determine .bai or .bam.bai format). 
So I extended the bam index check codes to support both ".bam.bai" and ".bai" format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant