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

Skip to content

Conversation

@carpanz
Copy link
Collaborator

@carpanz carpanz commented Mar 28, 2023

In this PR we include:

  • Template and nf-core/modules update to the latest version
  • Addition of Krona and Circos plot as example to documentation
  • Addition of local module samtools/viewsingle. When extracting reads, we noticed that also some both_unmapped reads were collected in single_unmapped reads due to a conflict between flags option. In order to resolve this issue, we create a local module where we execute the extraction in two step (i.e. we combine two command with a pipe) instead of running the module twice, which would otherwise be inefficient.

PR checklist

  • This comment contains a description of changes (with reason).
  • 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/hgtseq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Mar 28, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit c74e31c

+| ✅ 159 tests passed       |+
!| ❗   1 tests had warnings |!
Details

❗ Test warnings:

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-05-12 12:55:36

@carpanz carpanz changed the title Added new local module to fix small bug Modules update and bug fix May 12, 2023
@carpanz carpanz requested a review from lescai May 12, 2023 13:26
Copy link
Collaborator

@lescai lescai left a comment

Choose a reason for hiding this comment

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

All tests passed.
Code reviewed during development.
Only warning related to this being in preparation of minor release.
Good to go for me!

@lescai lescai merged commit 077e54b into nf-core:dev May 12, 2023
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