Skip to content

Commit

Permalink
Apply suggestions from Tom's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Sellman <[email protected]>
  • Loading branch information
robsyme and tom-seqera authored Dec 6, 2024
1 parent 0dc8999 commit 0da2576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publish-index:
#
install-plugin:
ifdef plugin
./gradlew installSpecificPlugin -Pplugin=${plugin}
./gradlew :plugins:${plugin}:installPlugin
else
./gradlew installPlugins
./gradlew installPlugin
endif
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ The plugin can be tested without using a local Nextflow build using the followin
Alternatively, you can use Gradle commands directly:
```bash
# Install a specific plugin
./gradlew installSpecificPlugin -Pplugin=nf-hello
./gradlew :plugins:nf-hello:installPlugin
# Install all plugins
./gradlew installPlugins
./gradlew installPlugin
```

3. Create a pipeline that uses your plugin and run it: `nextflow run ./my-pipeline-script.nf`
Expand Down

0 comments on commit 0da2576

Please sign in to comment.