diff --git a/conf/hasta.config b/conf/hasta.config index 2794788..031cd70 100644 --- a/conf/hasta.config +++ b/conf/hasta.config @@ -46,4 +46,4 @@ profiles { clusterOptions = "--qos=low" } } -} \ No newline at end of file +} diff --git a/docs/hasta.md b/docs/hasta.md index c849ead..4a8bd54 100644 --- a/docs/hasta.md +++ b/docs/hasta.md @@ -1,6 +1,7 @@ # nf-core/configs: Hasta Configuration ## Using the Hasta config profile + Before running the pipeline `Nextflow` will need to be install in the conda environment being used. To use, run the pipeline with `-profile hasta` (one hyphen). @@ -12,4 +13,4 @@ Recent version of `Nextflow` also support the environment variable `NXF_SINGULAR ## Development and production config -Each user on hasta has a priority based on their allocated team, either development or production. To enable this when submitting a job to Slurm, submit with `-profile hasta,dev_prio` or `-profile hasta,prod_prio`. This overwrites certain parts of the config and submits the job based on different priorities. \ No newline at end of file +Each user on hasta has a priority based on their allocated team, either development or production. To enable this when submitting a job to Slurm, submit with `-profile hasta,dev_prio` or `-profile hasta,prod_prio`. This overwrites certain parts of the config and submits the job based on different priorities.