Skip to content

Commit

Permalink
Remove outdated fimo wrapper and galaxy-sequence-utils dependency
Browse files Browse the repository at this point in the history
The fimo tool was removed from `tool_conf.xml.sample` in 2014
(commit fa11d10) and migrated to the
tools-iuc repository since 2015
( galaxyproject/tools-iuc#499 ).
This bundled version doesn't probably work any more and is not
available on the UseGalaxy.* servers.

This allows us to remove `galaxy-sequence-utils` from the project
dependencies, since the other 2 tools
(`lib/galaxy/datatypes/converters/vcf_to_interval_index_converter.xml`
and `tools/maf/vcf_to_maf_customtrack.xml`) correctly specify it as a
requirement.
  • Loading branch information
nsoranzo committed Oct 4, 2024
1 parent d18bc68 commit 70339e2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 330 deletions.
1 change: 0 additions & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ frozenlist==1.4.1 ; python_version >= "3.8" and python_version < "3.13"
fs==2.4.16 ; python_version >= "3.8" and python_version < "3.13"
fsspec==2024.9.0 ; python_version >= "3.8" and python_version < "3.13"
future==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
galaxy-sequence-utils==1.1.5 ; python_version >= "3.8" and python_version < "3.13"
galaxy2cwl==0.1.4 ; python_version >= "3.8" and python_version < "3.13"
graphene-sqlalchemy==3.0.0rc1 ; python_version >= "3.8" and python_version < "3.13"
graphene==3.3 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
2 changes: 0 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ check_untyped_defs = False
check_untyped_defs = False
[mypy-galaxy.tools.bundled.phenotype_association.pagetag]
check_untyped_defs = False
[mypy-galaxy.tools.bundled.meme.fimo_wrapper]
check_untyped_defs = False
[mypy-galaxy.tools.bundled.maf.maf_to_bed]
check_untyped_defs = False
[mypy-galaxy.tools.bundled.filters.trimmer]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ edam-ontology = "*"
fastapi-slim = ">=0.111.0"
fs = "*"
future = ">=1.0.0" # Python 3.12 support
galaxy_sequence_utils = "*"
graphene = "*"
graphene-sqlalchemy = ">=3.0.0rc1" # need a beta release to be compat. with starlette plugin
graphql-core = "*"
Expand Down
Empty file removed tools/meme/__init__.py
Empty file.
238 changes: 0 additions & 238 deletions tools/meme/fimo.xml

This file was deleted.

88 changes: 0 additions & 88 deletions tools/meme/fimo_wrapper.py

This file was deleted.

0 comments on commit 70339e2

Please sign in to comment.