1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00
Config files used to define parameters specific to compute environments at different Institutions
Find a file
2018-11-29 12:15:02 +00:00
conf Update binac.config 2018-11-26 22:47:36 +00:00
docs Fixed a type 2018-11-29 12:15:02 +00:00
.gitattributes Some tidying 2018-11-26 17:32:06 +01:00
.gitignore Some tidying 2018-11-26 17:32:06 +01:00
LICENSE Initial commit 2018-11-23 14:37:08 +00:00
nfcore_custom.config Update nfcore_custom.config 2018-11-26 22:49:03 +00:00
README.md Added detailed description for creating and uploading config 2018-11-29 12:14:33 +00:00

nf-core/configs

Build Status codecov

A repository for hosting nextflow config files containing custom parameters required to run nf-core pipelines at different Institutions.

Table of contents

Overview

The Nextflow -c parameter can be used with nf-core pipelines in order to load custom config files that you have available locally. However, if you or other people within your organisation are likely to be running nf-core pipelines regularly it may be a good idea to create a custom config file that defines some generic settings unique to the computing environment within your organisation. This will ensure that your custom config file will be automatically downloaded, and available at run-time to all nf-core pipelines, and to everyone within your organisation. You will simply have to specify -profile <config_name> in the command used to run the pipeline.

See nf-core/configs for examples.

Testing

Once you have created your custom config file please can you test that your pipeline of choice runs as expected by using the -c parameter.

## Example command for nf-core/rnaseq
nextflow run nf-core/rnaseq --reads '*_R{1,2}.fastq.gz' --genome GRCh37 -c '[path to custom config]'

Documentation

You will have to create a Markdown document outlining the details required to use the custom config file within your organisation.

See nf-core/configs/docs) for examples.

Uploading to nf-core/configs

Fork the nf-core/configs repository to your own github account. Within the local clone of your fork add the custom config file to the conf/ directory, and the documentation file to the docs/ directory. You will also need to edit and add your custom profile to the nfcore_custom.config file in the top-level directory of the clone.

Commit and push these changes to your local clone on GitHub, and then create a pull request on the nf-core/configs GitHub repo.

Help

We will be notified automatically when you have created your pull request, and providing that everything adheres to nf-core guidelines we will endeavour to approve your pull request as soon as possible.

If you have any questions or issues please send us a message on Slack.