-
Notifications
You must be signed in to change notification settings - Fork 103
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 references version #95
Comments
Great! And the #54 issue is quite interesting to add, I reckon. |
Hey @valleema are you running nf-core/rnafusion:1.0.2? Everything should be compatible |
Hi @matq007, yes I am running the "downloaded-yesterday". In the Nextflow code, the download points to a v90 reference, and only the v98 is available. That's why I manually downloaded the v98, following your help pages. |
Ah, I finally see the problem. Damn.. the author removed the old reference. Hmmm... The only option currently that I can think about is to create your own singularity image with the latest new environment file
and then |
Yes, building my own image was on my mind as well... Tough task, right now as I am not root of any machines around. I might find a way, but it could be a better call to let you time to update the image, for the new users of this pipeline as well. What do you think? |
Or... If you have them somewhere, make the v90 files available to download. It could be a quick solution. |
I have fixed the issue on the |
So, it needs to be 1.20 here : Line 14 in 5fea38c
rnafusion/example/custom-docker.config Line 15 in d4a622c
But so far, so good, it runs! Thanks a lot!!! |
Ah, thanks for pointing out. We will make these changes once we bump the version |
Great. Thanks a lot for your help and your quick solutions! |
Hello,
I am trying the pipeline and I ran into a little problem that prevents the use of fusioncatcher.
In the script the references are outdated.
So I locally modified it to download the v98 (the currently available one).
However, it does not work when the pipeline is launched.
Maybe due to what is bundled in the singularity image, this is the exit message from Nextflow execution:
What should I do to resolve it?
The text was updated successfully, but these errors were encountered: