1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00
This commit is contained in:
Mei Wu 2021-09-27 16:25:02 +02:00
parent a8a2027f70
commit c2d74b290a
2 changed files with 3 additions and 2 deletions

View file

@ -46,4 +46,4 @@ profiles {
clusterOptions = "--qos=low"
}
}
}
}

View file

@ -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.
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.