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 17a20c9 commit 9eaea8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/managing_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Proceed (Y/n)? y
!!! Note
Use `--force` to force uninstall without asking.

# Ejecting pipelines
## Ejecting pipelines

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.
Follow modification of the pipeline you can run `snk install . --name new-pipeline-name` to install the updated pipeline.

0 comments on commit 9eaea8e

Please sign in to comment.