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
As per Linda's comment in #229 (comment):
The following doesn't work:
But the uncompressed version does:
We suspect this is due to the
2.1.0version 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