circrna icon indicating copy to clipboard operation
circrna copied to clipboard

v1.0.0

Open BarryDigby opened this issue 2 years ago • 3 comments

DSL2 version of nf-core/circrna.

A few minor comments on the linting warnings:

  1. I need some assistance configuring the full AWS test dataset. The data can be accessed via SRA, this should be straightforward using fetchngs.

  2. Links to manuscripts / DOI links - I have a paper for the workflow currently under review, I'm hoping this will be accepted soon having addressed reviewer comments.

BarryDigby avatar Dec 13 '22 10:12 BarryDigby

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 Feb 01 '23 10:02 github-actions[bot]

I feel like comments from https://github.com/nf-core/circrna/pull/69 haven't been integrated in this PR yet.

maxulysse avatar Oct 27 '23 11:10 maxulysse

nf-core lint overall result: Passed :white_check_mark: :warning:

Posted for pipeline commit 98923dd

+| ✅ 216 tests passed       |+
!| ❗   1 tests had warnings |!

:heavy_exclamation_mark: Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).

:white_check_mark: Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-06-19 19:30:35

github-actions[bot] avatar Feb 02 '24 08:02 github-actions[bot]