Skip to content

Commit

Permalink
Update snakemake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Aug 19, 2023
1 parent a76e27b commit 6048915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Assumptions:
* You are inside of a working directory that contains a Snakemake workflow (either a file `Snakefile` or `workflow/Snakefile` in the same dir)
* You have completed above installation steps.

Since your Snakemake workflow might run for a longer time, you usually want it to be independent of the current shell session (otherwise, the Snakemake process would be killed when the session is closed or disconnected).
Since your Snakemake workflow might run for a longer time, you usually want it to be independent of the current ssh session (otherwise, the Snakemake process would be killed when the session is closed or disconnected).
Therefore, we recommend to first generate a so-called tmux session via

```sh
Expand Down

0 comments on commit 6048915

Please sign in to comment.