@@ -63,7 +63,7 @@ This information may also be provided through the `--config` parameter.
6363# # Automated construction of a context dataset
6464
6565Setting the `CONTEXT_FASTA` parameter to `null` (default) will enable
66- the automatic download of sequences from the GISAID SARS-CoV-2 database.
66+ the automatic download of sequences from the GISAID EpiCoV SARS-CoV-2 database.
6767An unset parameter has the same effect.
6868To enable this, you must also [sign up to the GISAID platform](https://gisaid.org/register/)
6969and provide your credentials by creating and filling an additional configuration
@@ -177,11 +177,16 @@ snakemake --use-conda -c4
177177` ` `
178178
179179To run the analysis in an HPC environment using SLURM, we provide a
180- [default profile configuration](/profile/default) as an example that
181- should be modified to fit your needs. To use it, run the following command :
180+ default [SLURM profile configuration](/profile/slurm) as an example that
181+ should be modified to fit your needs. Read more about Snakemake profiles
182+ [here](https://snakemake.readthedocs.io/en/stable/executing/cli.html#executing-profiles).
183+ To use the profile, install the
184+ [Snakemake executor plugin for SLURM](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html)
185+ and run one of the following commands :
182186
183187` ` ` shell
184- snakemake --use-conda --slurm --profile profile/default
188+ snakemake --slurm --profile profile/slurm # Snakemake v7
189+ snakemake --profile profile/slurm # Snakemake v8+
185190` ` `
186191
187192Additionally, we offer the option of running the workflow within a containerized
0 commit comments