mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 00:39:56 +00:00
Update and rename custom_crick.config to crick.config
This commit is contained in:
parent
1c339675c2
commit
af9b9916fb
1 changed files with 10 additions and 3 deletions
|
@ -3,11 +3,18 @@
|
||||||
* Nextflow custom config file for running nf-core eager on data generated at the Francis Crick Institute
|
* Nextflow custom config file for running nf-core eager on data generated at the Francis Crick Institute
|
||||||
* contact: Alexandre Gilardet alexandre.gilardet@crick.ac.uk
|
* contact: Alexandre Gilardet alexandre.gilardet@crick.ac.uk
|
||||||
* -------------------------------------------------
|
* -------------------------------------------------
|
||||||
* nextflow run nf-core/eager -profile <profile>,crick -c custom_crick.config
|
* nextflow run nf-core/eager -profile <profile>,crick -c crick.config
|
||||||
* (where <profile> is screening or production for low or high-coverage data
|
* (where <profile> is screening, production or external)
|
||||||
* respectively, or external for very high coverage)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
params {
|
||||||
|
|
||||||
|
config_profile_name = 'nf-core/eager crick screening, production & external profiles'
|
||||||
|
|
||||||
|
config_profile_description = "Profiles for ressources fitting low & high coverage data generated at the Crick (screening & production respectively). Option for higher coverage external data."
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
profiles {
|
profiles {
|
||||||
screening {
|
screening {
|
||||||
process {
|
process {
|
Loading…
Reference in a new issue