-
Notifications
You must be signed in to change notification settings - Fork 237
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
Installing timeout #1124
Comments
See here: https://github.com/usegalaxy-eu/usegalaxy-eu-tools/blob/master/imaging.yaml But I assume its the R dependency. Which conda version are you using? |
Galaxy 20.09 |
I assume it is this problem: bioconda/bioconda-recipes#13774 @menegidio-lab two tipps. If Galaxy/nginx times out, this is usually not a problem as the conda installation will still be running and finishing eventually. You could also create the env by hand and pin r-base=4 to speed up the solving process by conda. Alternatively, we could pin an R version in he upstream mitos package. ping @bernt-matthias |
because this seems unresolvable bgruening/galaxytools#1124 (comment)
Lets try bioconda/bioconda-recipes#28746 .. |
Hmm. Even with |
Do you have the chance to use docker / singularity? |
because this seems unresolvable bgruening/galaxytools#1124 (comment)
because this seems unresolvable bgruening/galaxytools#1124 (comment)
solved by bioconda/bioconda-recipes#28746 .. @bgruening issue can be closed |
Merge PR #28746, commits were: * mitos: add r-reshape2 * readd changes for mitos1 * readd 3rd party reqs * readd openjdk * require r >=4 * readd ggplot and remove mitos.draw import test * comment r and jdk * debug: comment 3rd party requirements * revert changes for mitos1 * remove some dependencies - reportlab is only needed for the webserver - ete2 only in some scripts (which di nt run without adaptions anyway) * unpin r * unpin a few packages * try R>=3 * mitos: pin R>=4 because this seems unresolvable bgruening/galaxytools#1124 (comment)
I need to install Mitos locally and I see the error below:
(1/9) Installing repository mitos from iuc to section "annotate-mito" at revision f86bcffa9549 (TRT: 0:00:07.556675)
Timeout during install of mitos, extending wait to 1h
This error is seen for Mitos and Mitos2, however, other tools install normally. The error is viewed by both the server https://toolshed.g2.bx.psu.edu and https://testtoolshed.g2.bx.psu.edu
I've been trying to install for two consecutive days. I will need the tool for a workshop.
Currently the settings are:
api_key: admin
galaxy_instance: http: // localhost: 8080
install_repository_dependencies: True
install_resolver_dependencies: True
install_tool_dependencies: True
tools:
name: mitos
owner: iuc
tool_panel_section_id: 'annotate-mito'
tool_shed_url: https://toolshed.g2.bx.psu.edu/
name: mitos2
owner: iuc
tool_panel_section_id: 'annotate-mito'
tool_shed_url: https://toolshed.g2.bx.psu.edu
The text was updated successfully, but these errors were encountered: