Skip to content

Commit bb7f524

Browse files
committed
Prepare release 0.75.31
1 parent 637c030 commit bb7f524

20 files changed

+147
-19
lines changed

HISTORY.rst

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,45 @@ History
66
.. to_doc
77
88
---------------------
9-
0.75.31.dev0
10-
---------------------
9+
0.75.31 (2025-06-23)
10+
---------------------
11+
12+
* Don't pollute working directory with tools.yaml file (thanks to
13+
`@mvdbeek`_). `Pull Request 1554`_
14+
* Add ruff and isort to `make format` and tox, add pre-commit config (thanks
15+
to `@mvdbeek`_). `Pull Request 1552`_
16+
* Make ``no_dependency_resolution`` and ``simultaneous_upload`` global options
17+
(thanks to `@mvdbeek`_). `Pull Request 1553`_
18+
* Add flag to export invocation from run command (thanks to `@mvdbeek`_).
19+
`Pull Request 1551`_
20+
* Load default job metrics (thanks to `@mvdbeek`_). `Pull Request 1548`_
21+
* Drop unnecessary autogen in cmd_slurm_init (thanks to `@mvdbeek`_). `Pull
22+
Request 1549`_
23+
* Terminate polling if we can't advance invocation (thanks to `@mvdbeek`_).
24+
`Pull Request 1547`_
25+
* Don't do preload in managed instance (thanks to `@mvdbeek`_). `Pull Request
26+
1546`_
27+
* Add a slurm_init command (thanks to `@jmchilton`_). `Pull Request 1543`_
28+
* Add missing module to pyproject.toml (thanks to `@mvdbeek`_). `Pull Request
29+
1545`_
30+
* Add the option to download the outputs of a completed workflow run (thanks
31+
to `@Smeds`_). `Pull Request 1532`_
32+
* update shed categories (thanks to `@bgruening`_). `Pull Request 1539`_
33+
* cmd to export an existing invocations as an archive for storage or later
34+
import (thanks to `@Smeds`_). `Pull Request 1534`_
35+
* Bump requirements for galaxy packages to 25.0 (thanks to
36+
`@ahmedhamidawan`_). `Pull Request 1542`_
37+
* Print job errors in workflow invocation as they occur (thanks to
38+
`@mvdbeek`_). `Pull Request 1540`_
39+
* Enable celery tasks (thanks to `@mvdbeek`_). `Pull Request 1541`_
40+
* add file extension to downloaded output (thanks to `@Smeds`_). `Pull Request
41+
1531`_
42+
* Workflow progress bar (thanks to `@jmchilton`_). `Pull Request 1510`_
43+
* Fix job handler setup (thanks to `@mvdbeek`_). `Pull Request 1538`_
44+
* Overhaul Galaxy job config handling (thanks to `@jmchilton`_). `Pull Request
45+
1506`_
46+
* create provided output_directory if it doesn't exist (thanks to `@Smeds`_).
47+
`Pull Request 1526`_
1148

1249
---------------------
1350
0.75.30 (2025-05-07)
@@ -2210,6 +2247,27 @@ History
22102247
tools - and more experimental features involving Docker and Homebrew. 7d07782_
22112248

22122249
.. github_links
2250+
.. _Pull Request 1554: https://github.com/galaxyproject/planemo/pull/1554
2251+
.. _Pull Request 1552: https://github.com/galaxyproject/planemo/pull/1552
2252+
.. _Pull Request 1553: https://github.com/galaxyproject/planemo/pull/1553
2253+
.. _Pull Request 1551: https://github.com/galaxyproject/planemo/pull/1551
2254+
.. _Pull Request 1548: https://github.com/galaxyproject/planemo/pull/1548
2255+
.. _Pull Request 1549: https://github.com/galaxyproject/planemo/pull/1549
2256+
.. _Pull Request 1547: https://github.com/galaxyproject/planemo/pull/1547
2257+
.. _Pull Request 1546: https://github.com/galaxyproject/planemo/pull/1546
2258+
.. _Pull Request 1543: https://github.com/galaxyproject/planemo/pull/1543
2259+
.. _Pull Request 1545: https://github.com/galaxyproject/planemo/pull/1545
2260+
.. _Pull Request 1532: https://github.com/galaxyproject/planemo/pull/1532
2261+
.. _Pull Request 1539: https://github.com/galaxyproject/planemo/pull/1539
2262+
.. _Pull Request 1534: https://github.com/galaxyproject/planemo/pull/1534
2263+
.. _Pull Request 1542: https://github.com/galaxyproject/planemo/pull/1542
2264+
.. _Pull Request 1540: https://github.com/galaxyproject/planemo/pull/1540
2265+
.. _Pull Request 1541: https://github.com/galaxyproject/planemo/pull/1541
2266+
.. _Pull Request 1531: https://github.com/galaxyproject/planemo/pull/1531
2267+
.. _Pull Request 1510: https://github.com/galaxyproject/planemo/pull/1510
2268+
.. _Pull Request 1538: https://github.com/galaxyproject/planemo/pull/1538
2269+
.. _Pull Request 1506: https://github.com/galaxyproject/planemo/pull/1506
2270+
.. _Pull Request 1526: https://github.com/galaxyproject/planemo/pull/1526
22132271
.. _Pull Request 1509: https://github.com/galaxyproject/planemo/pull/1509
22142272
.. _Pull Request 1514: https://github.com/galaxyproject/planemo/pull/1514
22152273
.. _Pull Request 1523: https://github.com/galaxyproject/planemo/pull/1523
@@ -3193,3 +3251,4 @@ History
31933251
.. _@Smeds: https://github.com/Smeds
31943252
.. _@jmchilton: https://github.com/jmchilton
31953253
.. _@kostrykin: https://github.com/kostrykin
3254+
.. _@ahmedhamidawan: https://github.com/ahmedhamidawan

docs/commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ documentation describes these commands.
2828
.. include:: commands/docker_shell.rst
2929
.. include:: commands/dockstore_init.rst
3030
.. include:: commands/docs.rst
31+
.. include:: commands/invocation_download.rst
32+
.. include:: commands/invocation_export.rst
33+
.. include:: commands/job_config_init.rst
3134
.. include:: commands/lint.rst
3235
.. include:: commands/list_alias.rst
3336
.. include:: commands/list_invocations.rst
@@ -39,6 +42,7 @@ documentation describes these commands.
3942
.. include:: commands/open.rst
4043
.. include:: commands/profile_create.rst
4144
.. include:: commands/profile_delete.rst
45+
.. include:: commands/profile_job_config_init.rst
4246
.. include:: commands/profile_list.rst
4347
.. include:: commands/project_init.rst
4448
.. include:: commands/pull_request.rst
@@ -55,6 +59,7 @@ documentation describes these commands.
5559
.. include:: commands/shed_test.rst
5660
.. include:: commands/shed_update.rst
5761
.. include:: commands/shed_upload.rst
62+
.. include:: commands/slurm_init.rst
5863
.. include:: commands/syntax.rst
5964
.. include:: commands/test.rst
6065
.. include:: commands/test_reports.rst
@@ -69,4 +74,5 @@ documentation describes these commands.
6974
.. include:: commands/workflow_lint.rst
7075
.. include:: commands/workflow_test_init.rst
7176
.. include:: commands/workflow_test_on_invocation.rst
77+
.. include:: commands/workflow_track.rst
7278
.. include:: commands/workflow_upload.rst

docs/commands/autoupdate.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ Auto-update tool requirements by checking against Conda and updating if newer ve
6363
output (see output reports for more complete
6464
summary). Set to 'none' to disable completely.
6565
--test_timeout INTEGER Maximum runtime of a single test in seconds.
66+
--fail_fast Stop on first job failure.
6667
--galaxy_root DIRECTORY Root of development galaxy directory to
6768
execute command with.
68-
--galaxy_python_version [3|3.7|3.8|3.9|3.10|3.11]
69+
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]
6970
Python version to start Galaxy under
7071
--extra_tools PATH Extra tool sources to include in Galaxy's tool
7172
panel (file or directory). These will not be

docs/commands/ci_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Useful for populating a CI cache.
2222

2323
--galaxy_root DIRECTORY Root of development galaxy directory to
2424
execute command with.
25-
--galaxy_python_version [3|3.7|3.8|3.9|3.10|3.11]
25+
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]
2626
Python version to start Galaxy under
2727
--extra_tools PATH Extra tool sources to include in Galaxy's tool
2828
panel (file or directory). These will not be

docs/commands/config_init.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Helps initialize global configuration (in home directory) for Planemo.
1919
**Options**::
2020

2121

22+
--open Open the file in your default editor after creation.
2223
--template TEXT
2324
--help Show this message and exit.
2425

docs/commands/dockstore_init.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ https://docs.dockstore.org/en/develop/getting-started/dockstore-workflows.html.
2626

2727

2828
--publish / --no_publish Set publish attribute to true in .dockstore.yml file
29+
--open Open the file in your default editor after creation.
2930
--help Show this message and exit.
3031

docs/commands/run.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section is auto-generated from the help text for the planemo command
88

99
**Usage**::
1010

11-
planemo run [OPTIONS] RUNNABLE_PATH_OR_ID JOB_PATH
11+
planemo run [OPTIONS] RUNNABLE_PATH_OR_ID JOB_PATH model store format
1212

1313
**Help**
1414

@@ -22,7 +22,7 @@ Planemo command for running tools and jobs.
2222

2323
--galaxy_root DIRECTORY Root of development galaxy directory to
2424
execute command with.
25-
--galaxy_python_version [3|3.7|3.8|3.9|3.10|3.11]
25+
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]
2626
Python version to start Galaxy under
2727
--extra_tools PATH Extra tool sources to include in Galaxy's tool
2828
panel (file or directory). These will not be
@@ -177,6 +177,8 @@ Planemo command for running tools and jobs.
177177
After tool or workflow runs are complete,
178178
download the output files to the location
179179
specified by --output_directory.
180+
--export_invocation PATH Export workflow invocation as archive to
181+
specified path.
180182
--engine [galaxy|docker_galaxy|cwltool|toil|external_galaxy]
181183
Select an engine to run or test artifacts such
182184
as tools and workflows. Defaults to a local
@@ -253,7 +255,6 @@ Planemo command for running tools and jobs.
253255
output (see output reports for more complete
254256
summary). Set to 'none' to disable completely.
255257
--test_timeout INTEGER Maximum runtime of a single test in seconds.
256-
--no_early_termination Wait until all jobs terminate, even if some
257-
jobs have failed
258+
--fail_fast Stop on first job failure.
258259
--help Show this message and exit.
259260

docs/commands/serve.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Galaxy instance.
3939

4040
--galaxy_root DIRECTORY Root of development galaxy directory to
4141
execute command with.
42-
--galaxy_python_version [3|3.7|3.8|3.9|3.10|3.11]
42+
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]
4343
Python version to start Galaxy under
4444
--extra_tools PATH Extra tool sources to include in Galaxy's tool
4545
panel (file or directory). These will not be

docs/commands/shed_init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to manage repositories in a Galaxy Tool Shed.
2929
--remote_repository_url TEXT Specify repository remote_repository_url for
3030
.shed.yml.
3131
--homepage_url TEXT Specify repository homepage_url for .shed.yml.
32-
--category [Assembly|Astronomy|ChIP-seq|Climate Analysis|CLIP-seq|Combinatorial Selections|Computational chemistry|Constructive Solid Geometry|Convert Formats|Data Export|Data Managers|Data Source|Ecology|Entomology|Epigenetics|Fasta Manipulation|Fastq Manipulation|Flow Cytometry Analysis|Genome annotation|Genome editing|Genome-Wide Association Study|Genomic Interval Operations|Geo Science|GIS|Graphics|Imaging|InteractiveTools|Machine Learning|Materials science|Metabolomics|Metagenomics|Micro-array Analysis|Molecular Dynamics|Muon spectroscopy|Nanopore|Next Gen Mappers|NLP|Ontology Manipulation|Phylogenetics|Proteomics|RNA|SAM|Sequence Analysis|Single Cell|Spatial Omics|Statistics|Structural Materials Analysis|Synthetic Biology|Systems Biology|Text Manipulation|Tool Dependency Packages|Tool Generators|Transcriptomics|Variant Analysis|Visualization|Web Services]
32+
--category [Assembly|Astronomy|ChIP-seq|Climate Analysis|CLIP-seq|Combinatorial Selections|Computational chemistry|Constructive Solid Geometry|Convert Formats|Data Export|Data Managers|Data Source|Ecology|Entomology|Epigenetics|Fasta Manipulation|Fastq Manipulation|Flow Cytometry Analysis|Genome annotation|Genome editing|Genome-Wide Association Study|Genomic Interval Operations|Geo Science|GIS|Graphics|Imaging|Interactive Tools|Machine Learning|Materials science|Metabolomics|Metagenomics|Micro-array Analysis|Molecular Dynamics|Muon spectroscopy|Nanopore|Natural Language Processing|Next Gen Mappers|Ontology Manipulation|Phylogenetics|Proteomics|RNA|SAM|Sequence Analysis|Single Cell|Spatial Omics|Statistics|Structural Materials Analysis|Synthetic Biology|Systems Biology|Text Manipulation|Tool Dependency Packages|Tool Generators|Transcriptomics|Variant Analysis|Visualization|Web Services]
3333
Specify repository category for .shed.yml (may
3434
specify multiple).
3535
--owner TEXT Tool Shed repository owner (username).

docs/commands/shed_serve.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ logged into and explored interactively.
4747
mappings defined ~/.planemo.yml.
4848
--galaxy_root DIRECTORY Root of development galaxy directory to
4949
execute command with.
50-
--galaxy_python_version [3|3.7|3.8|3.9|3.10|3.11]
50+
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]
5151
Python version to start Galaxy under
5252
--extra_tools PATH Extra tool sources to include in Galaxy's tool
5353
panel (file or directory). These will not be

0 commit comments

Comments
 (0)