Skip to content

Commit 14e7706

Browse files
authored
Merge pull request #15 from ac1513/ac1513-patch-2
Update README.md
2 parents 06636c7 + 5a7920a commit 14e7706

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ The only queueing system integrated into MAGQual currently is `slurm`, however i
9494
## For those familiar with Snakemake
9595

9696
It is possible (and encouraged) to further tweak MAGqual parameters if you are familiar with Snakemake.
97-
The config file: `config/config.yaml` can be edited directly for common parameters.
98-
And then the pipeline can be run from the MAGqual directory using the basic Snakemake command:
97+
The config file: `config/config.yaml` can be edited directly for common parameters. You can read more about Snakemake config files in the [Snakemake documentation page on Configuration](https://snakemake.readthedocs.io/en/stable/snakefiles/configuration.html) and more about the directory structure in the [Snakemake documentation page about Distribution and Reproducibility](https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html).
98+
99+
The pipeline can be run from the MAGqual directory using the basic Snakemake command:
99100
```
100101
snakemake --use-conda -j 1
101102
```

0 commit comments

Comments
 (0)