-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fusioncatcher on HCC conda channel #108
Comments
Thanks for the great work done here to get FusionCatcher into conda. I have not tested the FusionCatcher from Conda but looking here https://github.com/unlhcc/hcc-conda-recipes/tree/master/recipes/fusioncatcher/1.00 I would guess that FusionCatcher would not work properly due to SeqTK. FusionCatcher is using a forked SeqTK (that is https://github.com/ndaniel/seqtk ) and not the official SeqTK (that is https://github.com/lh3/seqtk) and these two are incompatible (and the official SeqTK has never accepted the additions done to the SeqTK in the forked SeqTK as shown here lh3/seqtk#91 ). For more info regarding forked SeqTK and Conda see here: #20 . The challenge which I see here is how to get a forked tool (that is https://github.com/ndaniel/seqtk ) in the conda? This has been posted also here: unlhcc/hcc-conda-recipes#2 |
Everything looks fine now! |
Will you update the manual then so people know they can install the tool with conda? |
Yes, I will do that. |
Sure thing! |
Ok. I gave it a test. I installed conda (latest miniconda3). When running
|
Ah ok, that might be due to missing channels. I am using these channels in my setup:
|
The it should be something like this:
Right? |
Yes, exactly 👍 |
I did some small changes by removing some tools which are not really needed by FusionCatcher, that are coreutils and setuptools. ndaniel/hcc-conda-recipes@e13e17d |
This bug looks related to conda |
Guys from HCC group were kind enough to wrap the application into
conda
.https://github.com/unlhcc/hcc-conda-recipes/tree/master/recipes/fusioncatcher/1.00
The text was updated successfully, but these errors were encountered: