mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +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
|
||||
* contact: Alexandre Gilardet alexandre.gilardet@crick.ac.uk
|
||||
* -------------------------------------------------
|
||||
* nextflow run nf-core/eager -profile <profile>,crick -c custom_crick.config
|
||||
* (where <profile> is screening or production for low or high-coverage data
|
||||
* respectively, or external for very high coverage)
|
||||
* nextflow run nf-core/eager -profile <profile>,crick -c crick.config
|
||||
* (where <profile> is screening, production or external)
|
||||
*/
|
||||
|
||||
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 {
|
||||
screening {
|
||||
process {
|
Loading…
Reference in a new issue