issues
search
umccr
/
htsget-rs
A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
39
stars
9
forks
source link
fix(search): return empty response when reference name is in header
#204
Closed
mmalenic
closed
1 year ago
mmalenic
commented
1 year ago
Closes #201
Changes
Return an empty response with header and EOF bytes when a reference name is found in the header but not the index, instead of returning an error.
Add tests for this case.
Fix filename for VCF tests.
Closes #201
Changes