galaxyproject / tools-iuc Public
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
package ncurses 5.9 fails to compile (gcc 7.4.0, ubuntu 18.04.3 LTS) #2605
Comments
|
@FMKerckhof which tool is this? tool-shed |
|
Dear @bgruening thank you for getting back to me on such short notice, I am trying to use SNVphyl for the detection of single-nucleotide variants (https://snvphyl.readthedocs.io/en/latest/install/galaxy/). I am aware that there is a docker-cotainerized version available, but I am trying to integrate the tool with a pre-existing Galaxy install. I do not have conda installed on the system I think, could this be an issue? |
|
@FMKerckhof how old is this instance? Conda get automatically installed these days by Galaxy. |
|
It is quite a fresh install (Galaxy 19.05), I just followed the "for production" instructions as they are now on https://galaxyproject.org/admin/get-galaxy/ . I meant that I do not have the |
|
So I have found out that is possible for me to use "install checked dependencies using conda" from the "manage dependencies menu". However, ncurses is not showing up as a dependency there. |
|
@FMKerckhof are you familiar with Conda? Conda is resolving the dependencies for you, e.g. ncurses gets installed automatically via Conda. So you do not need to worry about it. That said, this only works if you tool is using Conda packages. ping @apetkau |
|
Thanks for tagging me @bgruening @FMKerckhof we actually have an updated version of SNVPhyl available on the main Galaxy toolshed which uses all conda dependencies (https://toolshed.g2.bx.psu.edu/view/nml/suite_snvphyl_1_1_0/1f0f9b1b5580). We haven't quite gotten to updating our documentation yet. Sorry about that. Installing this newer version should hopefully resolve this (and other) issues. Updated workflows for SNVPhyl can be found at https://github.com/phac-nml/snvphyl-galaxy/tree/development/docs/workflows/SNVPhyl/1.1.0. |
|
Dear @apetkau thank you, that was exceptionally helpful. I still have a lot to learn on galaxy administration, but it appears I was able to install the tool and the dependencies (using conda). The workflows still give me the error "The data content does not appear to be a valid workflow." when I try to import them as workflow. |
|
Some help with troubleshooting: This error is generated when the uploaded workflow (".ga" file) is not formatted correctly. Line 605 here in the Galaxy core codebase: https://github.com/galaxyproject/galaxy/blob/release_19.05/lib/galaxy/webapps/galaxy/api/workflows.py Maybe @apetkau can help more. |
|
Thanks @jennaj @FMKerckhof how did you try importing the workflow? Was it via the URL? Could you specifically try this URL https://raw.githubusercontent.com/phac-nml/snvphyl-galaxy/development/docs/workflows/SNVPhyl/1.1.0/snvphyl-workflow-1.1.ga |
|
Dear @apetkau I tried donwloading and then uploading, but using the direct links to the raw github files indeed works. Thank you all (@bgruening & @jennaj too) for helping me with this! |
Dear, I am fairly new into the galaxy administration but a package that I am trying to install relies on ncurses 5.9. While I do get ncurses 6.0 installed without issues, I keep on getting errors when trying to install 5.9 through the toolshed. I am working with a "factory fresh" ubuntu 18.04.3 LTS server and the latest stable version of galaxy (19.05). I don't really understand what is the issue, since it should have been resolved and closed 4 years ago (#477). However, I get the following output:
Any help/pointers would be warmly welcomed.
Kind regards,
FM
The text was updated successfully, but these errors were encountered: