-
Notifications
You must be signed in to change notification settings - Fork 32
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
Issue running count-alleles from the demo-complete #228
Comments
Update: Once I followed the instructions in #227 the above issue was resolved. Continuing the execution for
I replaced
|
Thank you for highlighting this issue; this is also a recent bug due to the new version of numpy. Please follow the issue and find a temporary solution in #229 |
I am running
hatchet v2.0.1
withpython v3.12
and trying to run to completion thedemo-complete
with the data provided.I have downloaded all the files that the demo requires.
I modified the
conda
installation filepkgs/hatchet-2.0.1-py312h28adbb1_1/lib/python3.12/site-packages/hatchet/utils/run.py
to include a
--verbose
flag as the first argument tocount_alleles
.My hatchet.ini file looks like:
Since I had issues, I decided to run each step separately until I figured out where the problem was.
The demo would not start running until I had specified the
phase_snps
flag and in my case I set it to False.I have run the step
genotype_snps
successfully.The next step is the
count_alleles
and that's why it is set to True.All I get on the terminal is:
The application gets stuck at this point for hours.
Verbose is set to true but I don't get any output.
How much time is required for
demo-complete
to complete?The text was updated successfully, but these errors were encountered: