Skip to content

Commit

Permalink
Merge pull request #69 from skrakau/fix_docs2
Browse files Browse the repository at this point in the history
Fix docs how to run plugin
  • Loading branch information
skrakau authored Nov 22, 2023
2 parents b21053b + 5182187 commit d9e5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ make buildPlugins
4. Run nextflow with this command:

```bash
./launch.sh run -plugins [email protected] <script/pipeline name> [pipeline params]
nextflow run -plugins [email protected] <script/pipeline name> [pipeline params]
```

## Launch it with Nextflow
Expand Down

0 comments on commit d9e5117

Please sign in to comment.