Skip to content

Conversation

@nf-core-bot
Copy link
Member

@nf-core-bot nf-core-bot commented Jul 30, 2020

A new release of the main template in nf-core/tools has just been released. This automated pull-request attempts to apply the relevant updates to this pipeline.

Please make sure to merge this pull-request as soon as possible. Once complete, make a new minor release of your pipeline. For instructions on how to merge this PR, please see https://nf-co.re/developers/sync.

For more information about this release of nf-core/tools, please see the nf-core/tools v1.12.1 release page.

@nf-core-bot nf-core-bot changed the title Important! Template update for nf-core/tools v1.10.1 Important! Template update for nf-core/tools v1.10.2 Jul 31, 2020
@nf-core-bot nf-core-bot changed the title Important! Template update for nf-core/tools v1.10.2 Important! Template update for nf-core/tools v1.11 Oct 27, 2020
@nf-core-bot nf-core-bot changed the title Important! Template update for nf-core/tools v1.11 Important! Template update for nf-core/tools v1.12 Nov 19, 2020
@nf-core-bot nf-core-bot changed the title Important! Template update for nf-core/tools v1.12 Important! Template update for nf-core/tools v1.12.1 Dec 3, 2020
@github-actions
Copy link

YAML linting is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks.
To fix this CI test, please run:

  • Install yamllint
  • Fix the markdown errors
    • Run the test locally: yamllint $(find . -type f -name "*.yml" -o -name "*.yaml") -c ./.yamllint.yml
    • Fix any reported errors in your YAML files

Once you push these changes the test should pass, and you can hide this comment 👍

We highly recommend setting up yaml-lint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

@github-actions
Copy link

Python linting (black) is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks.
To fix this CI test, please run:

  • Install black: pip install black
  • Fix formatting errors in your pipeline: black .

Once you push these changes the test should pass, and you can hide this comment 👍

We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants