Skip to content

Commit

Permalink
Merge branch 'main' of github.com:galaxyproject/galaxy_tool_metadata_…
Browse files Browse the repository at this point in the history
…extractor into code_work
  • Loading branch information
bebatut committed Jul 10, 2024
2 parents e6df268 + 2fbb807 commit 3c14d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/communities/biodiversity/categories
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Assembly
Ecology
Genome annotation
Entomology
GIS
3 changes: 2 additions & 1 deletion data/communities/spoc/categories
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Transcriptomics
Single Cell
Spatial Omics
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = lint

[testenv]
commands =
lint: ruff .
lint: ruff check .
lint: black --check --diff .
lint: isort --check --diff .
lint: mypy .
Expand Down

0 comments on commit 3c14d76

Please sign in to comment.