Skip to content

Commit

Permalink
🎨 update docs about how install works
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Feb 1, 2024
1 parent 1c7c441 commit 5a125d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/managing_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ By default Snk workflows will be installed (cloned) into a `snk` folder in the p
/home/wwirth/.conda/envs/snk/
├── bin ($SNK_BIN)
│ ├── python
│ ├── snk-basic-pipeline -> .../snk/workflows/snk-basic-pipeline/bin/snk-basic-pipeline
│ ├── snk-basic-pipeline -> .../snk/bin/snk-basic-pipeline
│ └── ...
├── lib
│ └── ...
└── snk ($SNK_HOME)
├── bin
│ └── snk-basic-pipeline (symlinked to $SNK_BIN)
└── workflows
└── snk-basic-pipeline
├── bin
│ └── snk-basic-pipeline (symlinked to $SNK_BIN)
├── config
└── workflow
├── Snakefile
├── envs
└── scripts
└── ...
```

!!! note
Expand Down

0 comments on commit 5a125d9

Please sign in to comment.