We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1438e81 commit 27aa7a5Copy full SHA for 27aa7a5
src/vcf/compression.cpp
@@ -91,7 +91,7 @@ namespace ebi
91
92
std::string get_compression_from_magic_num(const std::vector<char> &line)
93
{
94
- std::vector<std::pair<std::vector<char>, std::string>> types = {
+ std::vector<std::pair<std::vector<signed char>, std::string>> types = {
95
{ { 66, 90, 104 }, BZ2 },
96
{ { 31, -117 }, GZ },
97
{ { -3, 55, 122, 88, 90 }, XZ },
0 commit comments