Skip to content

Commit

Permalink
📝 Update managing_pipelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Jan 15, 2024
1 parent 9eaea8e commit 923651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/managing_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ Proceed (Y/n)? y

The `cp -r $(pipeline-name -p) .` command is used to eject the pipeline from the package. This will copy the pipeline files to the current working directory. This will allow you to modify the pipeline and run it with the standard `snakemake` command.

Follow modification of the pipeline you can run `snk install . --name new-pipeline-name` to install the updated pipeline.
Following modification of the pipeline you can run `snk install . --name new-pipeline-name` to install the updated pipeline.

0 comments on commit 923651a

Please sign in to comment.