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

Release 1.1.0 #33

Merged
merged 54 commits into from
May 16, 2023
Merged

Release 1.1.0 #33

merged 54 commits into from
May 16, 2023

Conversation

carpanz
Copy link
Collaborator

@carpanz carpanz commented May 12, 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 May 12, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 115bd96

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

❗ Test warnings:

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-05-15 10:52:41

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.

Reviewed in dev already.
Code looks good to me, all checks are passed.
Important to release the bug fix. This is also a chance to sync the pipeline to latest version of modules and software as well as to strengthen documentation.

Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

Almost there 🚀

@carpanz carpanz requested a review from FriederikeHanssen May 15, 2023 11:02
Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

🚀 great work

@lescai lescai merged commit 683daaf into master May 16, 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.

4 participants