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 galaxy packages to 22.05 #1275

Merged
merged 13 commits into from
Feb 10, 2023
2 changes: 1 addition & 1 deletion planemo/galaxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
TYPE_CHECKING,
)

from galaxy.containers.docker_model import DockerVolume
from galaxy.tool_util.deps.container_volums import DockerVolume
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
from galaxy.tool_util.deps import docker_util
from galaxy.util.commands import argv_to_str
from packaging.version import parse as parse_version
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ bioblend>=1.0.0
click!=8.0.2
cwltool>=1.0.20191225192155
ephemeris>=0.10.3
galaxy-containers<22.5
galaxy-tool-util>=21.1.1,<22.5
galaxy-util>=20.5.0,<22.5
galaxy-tool-util>=22.5.0.dev0,<23.0
galaxy-util[template]>=22.5.0.dev0,<23.0
mvdbeek marked this conversation as resolved.
Show resolved Hide resolved
glob2
gxformat2>=0.14.0
h5py
Expand Down