Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
v0.5.0 used for quiltcore-java
  • Loading branch information
drernie committed Oct 3, 2023
1 parent 16f7f3c commit b3e757d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.5.0] 2023-10-03
## [0.6.0] 2023-10-03

- Stop overwriting README.md (use README_NF_QUILT.md instead)
- improve formatting
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ From the command-line, do, e.g.:

```bash
# export NXF_VER=23.04.3
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.5.0/nf-quilt-0.5.0-meta.json
nextflow run main.nf -plugins nf-quilt@0.5.0
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.6.0/nf-quilt-0.6.0-meta.json
nextflow run main.nf -plugins nf-quilt@0.6.0
```

For Tower, you can use the "Pre-run script" to set the environment variables.
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.quilt.QuiltPlugin
Plugin-Id: nf-quilt
Plugin-Version: 0.5.0
Plugin-Version: 0.6.0
Plugin-Provider: Quilt Data
Plugin-Requires: >=22.10.6

0 comments on commit b3e757d

Please sign in to comment.