Skip to content

Commit

Permalink
bump version to 0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Jun 13, 2024
1 parent 0f4b06e commit ad007e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ From the command-line, do, e.g.:
```bash
# export NXF_VER=23.04.3
export LOG4J_DEBUG=true # for verbose logging
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.7.12/nf-quilt-0.7.12-meta.json
nextflow run main.nf -plugins [email protected].12
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.7.13/nf-quilt-0.7.13-meta.json
nextflow run main.nf -plugins [email protected].13
```

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.7.12
Plugin-Version: 0.7.13
Plugin-Provider: Quilt Data
Plugin-Requires: >=22.10.6

0 comments on commit ad007e1

Please sign in to comment.