rnafusion icon indicating copy to clipboard operation
rnafusion copied to clipboard

Important! Template update for nf-core/tools v2.5

Open nf-core-bot opened this issue 1 year ago • 3 comments

Version 2.5 of nf-core/tools has just been released with updates to the nf-core template. 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, resolving any merge conflicts in the nf-core-template-merge-2.5 branch (or your own fork, if you prefer). 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 v2.5 release page.

nf-core-bot avatar Aug 30 '22 14:08 nf-core-bot

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 :+1:

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!

github-actions[bot] avatar Aug 30 '22 14:08 github-actions[bot]

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 :+1:

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!

github-actions[bot] avatar Aug 30 '22 14:08 github-actions[bot]

nf-core lint overall result: Passed :white_check_mark:

Posted for pipeline commit 5a86a04

+| ✅ 152 tests passed       |+

:white_check_mark: Tests passed:

Run details

  • nf-core/tools version 2.5
  • Run at 2022-08-31 08:59:00

github-actions[bot] avatar Aug 30 '22 14:08 github-actions[bot]

Version 2.5.1 of the nf-core/tools pipeline template has just been released. This pull-request is now outdated and has been closed in favour of https://github.com/nf-core/rnafusion/pull/275

Please use https://github.com/nf-core/rnafusion/pull/275 to merge in the new changes from the nf-core template as soon as possible.

nf-core-bot avatar Sep 01 '22 14:09 nf-core-bot