Skip to content
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

Closed
menegidio-lab opened this issue May 27, 2021 · 7 comments
Closed

Installing timeout #1124

menegidio-lab opened this issue May 27, 2021 · 7 comments

Comments

@menegidio-lab
Copy link

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

@bgruening
Copy link
Owner

install_repository_dependencies: False
install_resolver_dependencies: True
install_tool_dependencies: False

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?

@menegidio-lab
Copy link
Author

Galaxy 20.09
conda 4.10.1

@bgruening
Copy link
Owner

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

bernt-matthias added a commit to bernt-matthias/bioconda-recipes that referenced this issue May 30, 2021
@bernt-matthias
Copy link
Collaborator

Lets try bioconda/bioconda-recipes#28746 ..

@bernt-matthias
Copy link
Collaborator

Hmm. Even with R>=3 and R>=4 I get incompatibilities?

@bernt-matthias
Copy link
Collaborator

Do you have the chance to use docker / singularity?

bernt-matthias added a commit to bernt-matthias/bioconda-recipes that referenced this issue Aug 24, 2021
bernt-matthias added a commit to bernt-matthias/bioconda-recipes that referenced this issue Aug 26, 2021
@bernt-matthias
Copy link
Collaborator

solved by bioconda/bioconda-recipes#28746 .. @bgruening issue can be closed

BiocondaBot pushed a commit to bioconda/bioconda-recipes that referenced this issue Aug 27, 2021
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants