From 5abf47780256d8699edf024e38b66e3f4c16bf59 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Thu, 29 Nov 2018 12:14:33 +0000 Subject: [PATCH] Added detailed description for creating and uploading config --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 21ecc26..95247d5 100644 --- a/README.md +++ b/README.md @@ -6,35 +6,43 @@ A repository for hosting nextflow config files containing custom parameters required to run nf-core pipelines at different Institutions. - +[Fork](https://help.github.com/articles/fork-a-repo/) 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/`](https://github.com/nf-core/configs/tree/master/conf) directory, and the documentation file to the [`docs/`](https://github.com/nf-core/configs/tree/master/docs) directory. You will also need to edit and add your custom profile to the [`nfcore_custom.config`](https://github.com/nf-core/configs/blob/master/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](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) 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`](https://nf-core-invite.herokuapp.com/).