Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@DSchreyer
Copy link
Collaborator

@DSchreyer DSchreyer commented Mar 7, 2023

Nf-core/circdna Update to v.1.0.2

This pull requests contains:

  • bug fixes to current local modules
  • updates to nf-core modules
  • updates to local modules
  • Added new functionality to AmpliconArchitect branch
  • Updated to nf-core template 2.7.2
  • Fixed nextflow.config bugs
  • Updated README.md

PR checklist

  • [x ] This comment contains a description of changes (with reason).
  • [ x] If you've fixed a bug or added code that should be tested, add tests!
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/circdna branch on the nf-core/test-datasets repository.
  • [ x] Make sure your code lints (nf-core lint).
  • [x ] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • [ x] Usage Documentation in docs/usage.md is updated.
  • [x ] Output Documentation in docs/output.md is updated.
  • [x ] CHANGELOG.md is updated.
  • [x ] README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

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!

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 238312e

+| ✅ 154 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '1.0.2'
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html

✅ Tests passed:

Run details

  • nf-core/tools version 2.7.2
  • Run at 2023-03-09 10:13:38

Copy link
Contributor

@sguizard sguizard left a comment

Choose a reason for hiding this comment

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

Very clean code, nicely commented.
Some minor corrections needed, otherwise LGTM for me.

@DSchreyer DSchreyer requested a review from sguizard March 8, 2023 14:25
Copy link
Contributor

@sguizard sguizard left a comment

Choose a reason for hiding this comment

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

OK for me.

Comment on lines 31 to 33
type: file
description: Reference genome fasta index file
pattern: "*.{fai}"
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
type: file
description: Reference genome fasta index file
pattern: "*.{fai}"
type: file
description: Reference genome fasta index file
pattern: "*.{fai}"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Resolved

Comment on lines 42 to 44
type: file
description: BAM file with duplicate reads marked/removed
pattern: "*.{bam}"
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
type: file
description: BAM file with duplicate reads marked/removed
pattern: "*.{bam}"
type: file
description: BAM file with duplicate reads marked/removed
pattern: "*.{bam}"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Resolved

@yuukiiwa yuukiiwa self-requested a review March 9, 2023 08:08
Copy link
Member

@yuukiiwa yuukiiwa left a comment

Choose a reason for hiding this comment

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

Thanks, @DSchreyer! Looks good to me! Just a very small comment for CHANGELOG.md

CHANGELOG.md Outdated

### `Added`

- AmpliconClassifier MakeInput and MakeResultsTable process
Copy link
Member

Choose a reason for hiding this comment

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

It will be great if softwares/functions are indicated as code for clarity:

AmpliconClassifier MakeInput and MakeResultsTable process

@DSchreyer DSchreyer merged commit cce8473 into master Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants