Skip to content

Commit cd6bd44

Browse files
committed
[automated] Fix code linting
1 parent 771821f commit cd6bd44

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Commit and push these changes to your local clone on GitHub, and then [create a
259259
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.
260260
261261
> [!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.
263263
> 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.
264264
> If you do not see the 'merge' button at the bottom of the PR, ensure you're in nf-core GitHub organisation!
265265
> 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.
276276

277277
> 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/`
278278

279-
>[!WARNING]
279+
> [!WARNING]
280280
> Remember to replace the `<PIPELINE>` and `<PROFILE>` placeholders with the pipeline name and profile name in the following examples
281281

282282
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:
339339

340340
### Enabling pipeline-specific configs within a pipeline
341341

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.**
345343

346344
[Fork](https://help.github.com/articles/fork-a-repo/) the `nf-core/<PIPELINE>` repository to your own GitHub account.
347345
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
361359

362360
### Create the pipeline-specific `nf-core/configs` files
363361

364-
365-
>[!WARNING]
362+
> [!WARNING]
366363
> This has to be done on a fork of the [`nf-core/configs`](https://github.com/nf-core/configs/) repository.
367364

368365
[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
400397
Both PRs will need to be merged at the approximately the same time.
401398
402399
> [!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.
404401
> 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.
405402
> If you do not see the 'merge' button at the bottom of the PR, ensure you're in nf-core GitHub organisation!
406403
> More information on joining can be found [here](https://nf-co.re/join).

0 commit comments

Comments
 (0)