Skip to content

Commit

Permalink
Rename test pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Feb 6, 2025
1 parent f1849cb commit 6d4df8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ prov {
}
```

See [nextflow.config](./nextflow.config) for a full example of each provenance format.
See the [nf-prov-test](./nf-prov-test) directory for an example pipeline that produces every provenance format.

`prov.patterns`

Expand All @@ -92,7 +92,7 @@ mv -f settings.gradle.bkp settings.gradle
./gradlew assemble

# Launch
./launch.sh run tests/test.nf
./launch.sh run nf-prov-test
```

An alternative method to build and test the plugin for development purposes:
Expand All @@ -103,7 +103,7 @@ An alternative method to build and test the plugin for development purposes:
make install

# run with regular nextflow install
nextflow run tests/test.nf -plugins nf-prov@<version>
nextflow run nf-prov-test -plugins nf-prov@<version>
```

## Package, Upload, and Publish
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/nextflow.config → nf-prov-test/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ manifest {
]
homePage = "https://github.com/nextflow-io/nf-prov"
description = "Test pipeline for nf-prov"
mainScript = "test.nf"
mainScript = "main.nf"
nextflowVersion = "!>=24.10.0"
version = "0.3.0"
license = "https://spdx.org/licenses/Apache-2.0"
Expand Down

0 comments on commit 6d4df8f

Please sign in to comment.