You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,9 @@ The only queueing system integrated into MAGQual currently is `slurm`, however i
94
94
## For those familiar with Snakemake
95
95
96
96
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:
0 commit comments