diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ee7145..3145767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.7.5] 2023-10-17 + +- Grab all multiqc subfolders + ## [0.7.4] 2023-10-16b - Actually print the exception stack trace diff --git a/README.md b/README.md index aad59957..5230217c 100644 --- a/README.md +++ b/README.md @@ -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.4/nf-quilt-0.7.4-meta.json -nextflow run main.nf -plugins nf-quilt@0.7.4 +export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.7.5/nf-quilt-0.7.5-meta.json +nextflow run main.nf -plugins nf-quilt@0.7.5 ``` 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 c389fb18..622c7d64 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.7.4 +Plugin-Version: 0.7.5 Plugin-Provider: Quilt Data Plugin-Requires: >=22.10.6