Hi @AlphaSquad
Haplowflow doesnt seem to handle compressed files while running on conda.
I tested with your test file (HIV_3_toy.fq.gz and it throws the error below
"""
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
"""
it runs perfect when the file is not compressed
am i missing some flags ?