Skip to content

Commit

Permalink
v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Jan 30, 2024
1 parent 4d51bcf commit 5a174e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [0.7.7] 2024-01-24
## [0.7.8] 2024-01-24 UNOFFICIAL

- Add debugging for installs

## [0.7.7] 2024-01-24 UNOFFICIAL

- Properly implement and test getFilename()
- Install package just before download
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,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.7.7/nf-quilt-0.7.7-meta.json
nextflow run main.nf -plugins [email protected].7
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.7.8/nf-quilt-0.7.8-meta.json
nextflow run main.nf -plugins [email protected].8
```

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

0 comments on commit 5a174e2

Please sign in to comment.