From 923651a1425d875dd3ff1b877aabd48b5b92e35e Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Mon, 15 Jan 2024 15:24:11 +1100 Subject: [PATCH] :pencil: Update managing_pipelines.md --- docs/managing_pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managing_pipelines.md b/docs/managing_pipelines.md index 9bf9323..4bd6a0c 100644 --- a/docs/managing_pipelines.md +++ b/docs/managing_pipelines.md @@ -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.