Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haplowflow doesn't seem to handle compressed files while running on conda. #20

Open
LukaLmelias opened this issue Jun 26, 2023 · 3 comments

Comments

@LukaLmelias
Copy link

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 ?

@AlphaSquad
Copy link
Collaborator

Hi, unfortunately you are right - the conda version is not the latest version and thus does not include the change, you would need to either unzip the data set or build the latest version of Haploflow yourself.

@LukaLmelias
Copy link
Author

Thanks for your speedy response;

I will keep an eye for the updated conda version (if i won't make to build one myself ) because this tool is quite promising and I have large dataset so unzipping is not an option :)

@Rohit-Satyam
Copy link

@AlphaSquad Could you please update the conda version. It's almost a year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants