diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0cd8b8..2ddca234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## [0.8.2] 2024-09-05 +## [0.8.2] 2024-09-07 - Use copyFile rather than writeString for overlay files [requires NextFlow 23 or later] +- Restore README and quilt_summarize to output ## [0.8.1] 2024-09-05 diff --git a/README.md b/README.md index 5d720b76..526039fa 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,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.8.1/nf-quilt-0.8.1-meta.json -nextflow run main.nf -plugins nf-quilt@0.8.1 +export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.8.2/nf-quilt-0.8.2-meta.json +nextflow run main.nf -plugins nf-quilt@0.8.2 ``` For Tower, you can use the "Pre-run script" to set the environment variables. diff --git a/plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF b/plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF index c7962039..5371057b 100644 --- a/plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Plugin-Class: nextflow.quilt.QuiltPlugin Plugin-Id: nf-quilt -Plugin-Version: 0.8.1 +Plugin-Version: 0.8.2 Plugin-Provider: Quilt Data Plugin-Requires: >=22.10.6