1
0
Fork 0
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:
alexandregilardet 2022-03-16 15:44:13 +00:00 committed by GitHub
parent 1c339675c2
commit af9b9916fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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