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

Fix trim multiqc #440

Merged
merged 18 commits into from
Nov 24, 2023
Merged

Fix trim multiqc #440

merged 18 commits into from
Nov 24, 2023

Conversation

rannick
Copy link
Collaborator

@rannick rannick commented Nov 22, 2023

Update modules, and make sure multiqc displays the QC results properly

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/rnafusion 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).

Copy link

github-actions bot commented Nov 22, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 2cb7fc5

+| ✅ 158 tests passed       |+
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • pipeline_todos - TODO string in WorkflowRnafusion.groovy: Optionally add in-text citation tools to this list.

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-11-24 13:47:43

@rannick rannick marked this pull request as ready for review November 24, 2023 12:06
@rannick rannick self-assigned this Nov 24, 2023
Copy link
Contributor

@fevac fevac left a comment

Choose a reason for hiding this comment

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

don't forget to update the changelog. It would be nice to add the summary of all changes. To me this pr is a bit of a mix, for what I see:

  • changes multiqc report
  • updates versions for multiqc and samtools?
  • updates in trim workflow

assets/multiqc_config.yml Outdated Show resolved Hide resolved
assets/multiqc_config.yml Outdated Show resolved Hide resolved
conf/modules.config Show resolved Hide resolved
rannick and others added 3 commits November 24, 2023 14:02
Co-authored-by: Eva C <29628428+fevac@users.noreply.github.com>
Co-authored-by: Eva C <29628428+fevac@users.noreply.github.com>
@rannick rannick requested a review from fevac November 24, 2023 13:41
Copy link
Contributor

@fevac fevac left a comment

Choose a reason for hiding this comment

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

🚀

@rannick rannick merged commit ba679fb into dev Nov 24, 2023
8 checks passed
@rannick rannick deleted the fix_trim_multiqc branch November 24, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants