Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration.md #2760

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If you want to use the `check_max()` function in your custom config, you must co
You don't need to copy all of the labels into your own custom config file, only overwrite the things you wish to change
:::

If you want to give more memory to _all_ large tasks across most nf-core pipelines, would would specify in a custom config file:
If you want to give more memory to _all_ large tasks across most nf-core pipelines, You would specify in a custom config file:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you want to give more memory to _all_ large tasks across most nf-core pipelines, You would specify in a custom config file:
If you want to give more memory to _all_ large tasks across most nf-core pipelines, you would specify in a custom config file:


```groovy
process {
Expand Down
Loading