-
Notifications
You must be signed in to change notification settings - Fork 45
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
Pigeon and Isoseq3 no longer work #549
Comments
They won't work on MacOS, as the
|
Nevertheless, it still isn't working on a GCP VM (running debian 10). What version of Linux is that? It seems like it must be a configuration issue or some other requirement that isn't being specified. The previous versions worked, so presumably the issue stems from a recent change. |
Yes, I don't actually care about MacOS but I tried it there to verify the issue. As an aside, you could prevent conda from even installing these packages on an unsupported OS by changing the recipe to specify linux only. |
We'll look into what changed. Thank you for reporting |
Update: I created a fresh VM with debian 11, installed
Interestingly it only installed these two packages, and nothing else. Not sure why that is (edit: I guess all the requirements are stemming from the new
|
Let's cut out conda. Can you try using the binaries from GitHub directly? https://github.com/PacificBiosciences/IsoSeq/releases/download/v3.8.2/isoseq3 https://github.com/PacificBiosciences/pigeon/releases/download/v1.0.0/pigeon |
These work! So maybe it is an issue with the conda recipe... |
At least we got you unblocked for now! |
Hey! I am having what looks to be the same or very similar experience, and I wanted to try Armin's suggestion to use the binaries. Both my isoseq3 and pigeon are giving the same issue as James described. I'm working on a linux compute cluster, and the initial post by James describes what I have exactly. I'm hoping my issue is quick to fix; this is the first time I've tried to install binaries directly from Github into a conda environment, perhaps it's just me picking the wrong stackoverflow comment to trust. When I run in both cases I get the error:
Any tips? |
Those instructions aren't to install a binary directly, they're for a git repository. You just need to download the |
Many thanks! Worked like a charm! |
Operating system
Tested this on linux (
Linux 4.19.0-22-cloud-amd64 x86_64
) and Mac OS in fresh conda environments:conda create -n pbtest -c bioconda pbpigeon isoseq3
Package name
The latest releases of pigeon and isoseq3 have this issue. The output of
tool --version
isSegmentation fault
. 🙃 But I assume it's supposed to be v1.0.0 and v3.8.2 respectively.Conda environment
Describe the bug
The tools do not execute whatsoever, even
--help
or--version
results in an immediateSegmentation fault
.In macOS the shell complains that they can't be executed:
exec format error: pigeon
inzsh
orannot execute binary file
inbash
.Error message
See above. No stacktrace, just failure.
To Reproduce
Expected behavior
The tools should work. 😂
The text was updated successfully, but these errors were encountered: