diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d633f03..bbd1cd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## [0.7.6] 2024-01-24 +## [0.7.7] 2024-01-24 - Pre-install package if "&path" present - Add `path-input` integration test - Add unit test for "&path=" Quilt+ URIs + +## [0.7.6] 2024-01-10 UNOFFICIAL + - Re-enable crash on failure ## [0.7.5] 2023-10-17 diff --git a/Makefile b/Makefile index 9d2769c0..a5da8a01 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,6 @@ compile: ./gradlew compileGroovy exportClasspath @echo "DONE `date`" -$(NF_BIN): - curl -s https://get.nextflow.io | bash - chmod +x $(NF_BIN) - nextflow-git: if [ ! -d "$(NF_DIR)" ]; then git clone https://github.com/nextflow-io/nextflow.git "$(NF_DIR)"; fi cd "$(NF_DIR)"; git checkout && make compile && git restore .; cd .. diff --git a/README.md b/README.md index e1fec9a2..32a6b19e 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.6/nf-quilt-0.7.6-meta.json -nextflow run main.nf -plugins nf-quilt@0.7.6 +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 nf-quilt@0.7.7 ``` 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 0a53cefd..f85e13db 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.6 +Plugin-Version: 0.7.7 Plugin-Provider: Quilt Data Plugin-Requires: >=22.10.6