Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Index associated with GCS-path bam not working properly #749
Comments
|
@tomwhite Can you have a look? Should be a simple patch. |
droazen
self-assigned this
Nov 21, 2016
|
Fixed by #762 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kcibul commentedNov 21, 2016
When attempting to access a BAM in GCS using GATK PrintReads, although the index is found initially it appears to be lost in SamReaderFactory.
Your environment
GATK 4.alpha.2-103-g4d29cf7
Steps to reproduce
./gatk-launch PrintReads --input gs://public-dream-data/synthetic.challenge.set1.normal.v2.bam --output k.bam --intervals 1:1000000-1001000Expected behaviour
k.bam would contain the reads in the specified interval
Actual behaviour
This area may be part of the problem in SamReaderFactory as it tries to treat the index like a file