Skip to content

Commit

Permalink
Merge pull request #18937 from nsoranzo/drop_fimo_galaxy_sequence_utils
Browse files Browse the repository at this point in the history
Remove outdated fimo wrapper and galaxy-sequence-utils dependency
  • Loading branch information
dannon authored Oct 4, 2024
2 parents e3f4068 + 178a1ef commit b5951d5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 338 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
17 changes: 9 additions & 8 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,15 @@ do
-u|-unit|--unit)
report_file="run_unit_tests.html"
unit_extra='--doctest-modules
--ignore lib/galaxy/jobs/runners/chronos.py
--ignore lib/galaxy/model/migrations/alembic
--ignore lib/galaxy/tools/bundled
--ignore lib/galaxy/web/proxy/js/node_modules/
--ignore lib/galaxy_test
--ignore lib/tool_shed/test
--ignore lib/tool_shed/webapp/controllers
--ignore=lib/tool_shed/webapp/model/migrations/alembic/'
--ignore lib/galaxy/datatypes/converters/
--ignore lib/galaxy/jobs/runners/chronos.py
--ignore lib/galaxy/model/migrations/alembic
--ignore lib/galaxy/tools/bundled
--ignore lib/galaxy/web/proxy/js/node_modules/
--ignore lib/galaxy_test
--ignore lib/tool_shed/test
--ignore lib/tool_shed/webapp/controllers
--ignore=lib/tool_shed/webapp/model/migrations/alembic/'
generate_cwl_conformance_tests=1
if [ $# -gt 1 ]; then
unit_extra="$unit_extra $2"
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 b5951d5

Please sign in to comment.