You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ Commit and push these changes to your local clone on GitHub, and then [create a
259
259
Please request review from @nf-core/maintainers and/or on #request-review on the nf-core slack, and providing that everything adheres to nf-core guidelines we will endeavour to approve your pull request as soon as possible.
260
260
261
261
> [!NOTE]
262
-
> Once you get approval, you as the pull request author MUST merge the pull request.
262
+
> Once you get approval, you as the pull request author MUST merge the pull request.
263
263
> Community members cannot be held responsible for the use config on your infrastructure as they do not have permission to test on your infrastructure, therefore the PR author be the person to merge in the config.
264
264
> If you do not see the 'merge' button at the bottom of the PR, ensure you're in nf-core GitHub organisation!
265
265
> More information on joining can be found [here](https://nf-co.re/join).
@@ -276,7 +276,7 @@ Instead, we can create a pipeline-specific institutional config file.
276
276
277
277
> The following steps are similar to the instructions for standard institutional config, however using `pipeline` variants of folders e.g., `conf/pipeline/` or under `pipeline/`
278
278
279
-
>[!WARNING]
279
+
>[!WARNING]
280
280
> Remember to replace the `<PIPELINE>` and `<PROFILE>` placeholders with the pipeline name and profile name in the following examples
281
281
282
282
Institutional configs work because the pipeline `nextflow.config` file loads the [`nf-core/configs/nfcore_custom.config` config file](https://github.com/nf-core/configs/blob/master/nfcore_custom.config), which in turn loads the institutional configuration file based on the profile `<PROFILE>` supplied on the command line.
@@ -339,9 +339,7 @@ Currently documentation is available for the following pipeline:
339
339
340
340
### Enabling pipeline-specific configs within a pipeline
341
341
342
-
343
-
>[!WARNING]
344
-
>**This has to be done on a fork of the `nf-core/<PIPELINE>` repository.**
342
+
> [!WARNING] >**This has to be done on a fork of the `nf-core/<PIPELINE>` repository.**
345
343
346
344
[Fork](https://help.github.com/articles/fork-a-repo/) the `nf-core/<PIPELINE>` repository to your own GitHub account.
347
345
Within the local clone of your fork, if not already present, add the following to `nextflow.config`**after** the code that loads the generic nf-core/configs config file:
@@ -361,8 +359,7 @@ We will be notified automatically when you have created your pull request, and p
361
359
362
360
### Create the pipeline-specific `nf-core/configs` files
363
361
364
-
365
-
>[!WARNING]
362
+
> [!WARNING]
366
363
> This has to be done on a fork of the [`nf-core/configs`](https://github.com/nf-core/configs/) repository.
367
364
368
365
[Fork](https://help.github.com/articles/fork-a-repo/) the [`nf-core/configs`](https://github.com/nf-core/configs/) repository to your own GitHub account.
@@ -400,7 +397,7 @@ Please request review from @nf-core/maintainers and/or on #request-review on the
400
397
Both PRs will need to be merged at the approximately the same time.
401
398
402
399
> [!NOTE]
403
-
> Once you get approval, you as the pull request author MUST merge the pull request.
400
+
> Once you get approval, you as the pull request author MUST merge the pull request.
404
401
> Community members cannot be held responsible forthe use config on your infrastructure as they do not have permission to test on your infrastructure, therefore the PR author be the person to mergein the config.
405
402
> If you do not see the 'merge' button at the bottom of the PR, ensure you're in nf-core GitHub organisation!
406
403
> More information on joining can be found [here](https://nf-co.re/join).
0 commit comments