Skip to content

Allow --reference-file to use compressed BGZIP files #347

@edsu7

Description

@edsu7

As per Linda's comment in #229 (comment):

The following doesn't work:

score-client view --object-id 1bd03148-7c5e-5a03-8271-a931ed2ab5ea --query chr1:10000-20000 --reference-file /reference/GRCh38_hla_decoy_ebv/GRCh38_hla_decoy_ebv.fa.gz

But the uncompressed version does:

score-client view --object-id 1bd03148-7c5e-5a03-8271-a931ed2ab5ea --query chr1:1000-20000 --reference-file /reference/GRCh38_hla_decoy_ebv/GRCh38_hla_decoy_ebv.fa

We suspect this is due to the 2.1.0 version of HTSJDK library.
https://github.com/samtools/htsjdk/releases/tag/2.16.0 makes mention of supporting compressed files.

Updating HTSJDK may resolve the issue

Metadata

Metadata

Assignees

Labels

new-featureRequest is a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions