Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: nf-core/tower-action

nf-core/tower-action v3.2.3

28 Mar 09:19
44e0bf0
Compare
Choose a tag to compare

[v3.2.3] - 2023-03-28

  • Bumped tower-cli version 0.6.5 -> 0.7.3

nf-core/tower-action v3.2.2

20 Sep 11:54
e585359
Compare
Choose a tag to compare
  • Bumped tower-cli version 0.6.4 -> 0.6.5

nf-core/tower-action v3.2.1

06 Sep 15:12
0ea2734
Compare
Choose a tag to compare
  • Patch release to strip Tower authentication tokens from the log file 😬

nf-core/tower-action v3.2.0

06 Sep 08:39
d245de3
Compare
Choose a tag to compare
  • Bumped tower-cli version 0.6.2 -> 0.6.4
  • Save the verbose log to a file, available as a GitHub Actions artefact download

nf-core/tower-action v3.1.0

26 Jul 18:42
6dfd7f2
Compare
Choose a tag to compare
  • Bumped tower-cli version 0.5 -> 0.6.2

nf-core/tower-action v3.0.1

23 Mar 18:42
80581ec
Compare
Choose a tag to compare
  • Bugfix: should be --params-file and not --params

nf-core/tower-action v3.0

23 Mar 18:08
647f5bb
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE ⚠️

The new version 0.5 of the Tower CLI only supports full URLs and no longer works with short-form
GitHub repository names (user/repo). The full GitHub repository URL now needs to be used
(https://github.com/user/repo).

If you are setting pipeline in your workflow, please update it accordingly.
Note that the default value is the current repo, so in most cases this value
does not need to be specified.

  • Bump Tower CLI to version 0.5
  • Prefix the default value for pipeline with https://github.com/ to match changed behaviour in the Tower CLI

nf-core/tower-action v2.2

12 Jan 09:10
3d5fa04
Compare
Choose a tag to compare

Adds an optional nextflow_config input to pass a nextflow config to the Tower CLI.

nf-core/tower-action v2.1

30 Nov 21:55
6213b81
Compare
Choose a tag to compare
  • Add pre-run script as an option for the Tower CLI by @drpatelh in #6

nf-core/tower-action v2.0 - Blue firefly

19 Nov 19:02
3d5fa04
Compare
Choose a tag to compare

A complete rewrite of the action to use the new Nextflow Tower CLI instead of calling the API directly with curl.

This approach should hopefully be significantly more stable and easy to use. The Tower CLI is very new, as well as this action - please report any bugs you find!

Breaking changes

  • Renamed input bearer_token to access_token
  • Config profiles should now be a comma-separated string instead of JSON array
  • Compute environment should now be specified by name and not the ID.