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

Bump to 22.05 #600

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Bump to 22.05 #600

wants to merge 11 commits into from

Conversation

chambm
Copy link
Contributor

@chambm chambm commented Mar 22, 2023

No description provided.

bgruening and others added 11 commits April 18, 2021 16:15
* made GALAXY_ROOT a symbolic link to the full extracted tarball (e.g. /galaxyproject-galaxy-abcde12345) so that the exact commit hash that generated the tarball is preserved
* added C++ build toolchain to the ansible provision step because some binaries that Galaxy depends on are not currently available
@ebolyen
Copy link

ebolyen commented Apr 7, 2023

Hey @chambm, is there anything I can do to help with this effort? I'm not super familiar with all of the really specific ways to provision Galaxy, but maybe there's boring things I could help with?

@@ -222,7 +223,7 @@ RUN mkdir -p /shed_tools $EXPORT_DIR/ftp/ \
&& python /usr/local/bin/setup_postgresql.py --dbuser galaxy --dbpassword galaxy --db-name galaxy --dbpath $PG_DATA_DIR_DEFAULT --dbversion $PG_VERSION \
&& service postgresql start \
&& service postgresql stop \
&& apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ \
&& apt-get autoremove -y make g++ gcc && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/ \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like pysam is expecting make (and likely gcc) to exist still. Although I would have expected the Galaxy environment to have a precompiled build of pysam already.

@ebolyen ebolyen mentioned this pull request Apr 7, 2023
@bgruening
Copy link
Owner

Any help is welcome, but its a larger project. We need to migrate to the new FastAPI Framework and need to get rid of uwsgi .... which is replacing a lot of the startup magic here.

@ebolyen
Copy link

ebolyen commented Apr 17, 2023

Is the FastAPI framework a new way of managing the Galaxy server (vs using ephemeris tools), or is it something else?

@bgruening
Copy link
Owner

FastAPI is a API framework (https://fastapi.tiangolo.com/) Galaxy is using this framework now for its backend. With this framework we can now use gunicorn and friends to run Galaxy backend processes instead of the previously used uwsgi.

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

Successfully merging this pull request may close these issues.

3 participants