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

Important! Template update for nf-core/tools v1.12.1 #12

Open
wants to merge 33 commits into
base: dev
Choose a base branch
from

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.

2 participants