mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix md
This commit is contained in:
parent
a8a2027f70
commit
c2d74b290a
2 changed files with 3 additions and 2 deletions
|
@ -46,4 +46,4 @@ profiles {
|
||||||
clusterOptions = "--qos=low"
|
clusterOptions = "--qos=low"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# nf-core/configs: Hasta Configuration
|
# nf-core/configs: Hasta Configuration
|
||||||
|
|
||||||
## Using the Hasta config profile
|
## Using the Hasta config profile
|
||||||
|
|
||||||
Before running the pipeline `Nextflow` will need to be install in the conda environment being used.
|
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).
|
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
|
## 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.
|
||||||
|
|
Loading…
Reference in a new issue