-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bug to run the SAMap algorithm #145
Comments
Hi all, the same here:
|
ok, I also met this problem, whereas I just complete its pipeline one day ago. I don't know what happend. @atarashansky |
I have encountered the same issue while running |
Hi all, I met the same question, but the same commands for my partner's SAMap was OK . |
I downgraded the 'scipy' package to '1.12.0', this problem could be solved. |
Hi, thanks for flagging this. I'll update the requirements to pin the scipy package and then take a look to see what the breaking change is with the recent dependency upgrade to |
I ran into a related error ( Changing float16 to float32 fixed the problem, without much change in memory requirements. I think new versions of scipy do not take float16 with sparse matrices. |
Thanks for reporting! Is this only an issue for 1.13.0? |
I don't know, I have not tested. In any case I think that the restriction numpy=1.23.5 prevents pulling much newer versions of scipy. |
I am trying to run the SAMap algorithm using the commands shown in the SAMap tutorial (All data and commands were obtained from SAMap tutorial). But command fail with the following error message:
sm.run(pairwise=True)
samap = sm.samap # SAM object with three species stitched together
Calculating gene-gene correlations in the homology graph...
The text was updated successfully, but these errors were encountered: