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

Improve MultiQC report #308

Merged
merged 8 commits into from
Jan 26, 2024
Merged

Improve MultiQC report #308

merged 8 commits into from
Jan 26, 2024

Conversation

grst
Copy link
Member

@grst grst commented Jan 26, 2024

Merge #307 first!

  • Add FASTQC on deduplicated reads
  • make sure the different FASTQC report actually show up in the multiqc report
  • check other multiqc modules if they should show up separately (e.g. samtools stats)
  • reorder multiqc report such that it makes sense (and add descriptions where necessary)
  • Update CHANGELOG

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

grst added 6 commits January 26, 2024 10:38
Replicating the if/else logic from the main workflow is
not necessary, since now, by default
nextflow.enable.configProcessNamesValidation = false
Copy link

github-actions bot commented Jan 26, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 8dbd139

+| ✅ 162 tests passed       |+
!| ❗   3 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 2.3.0
  • pipeline_todos - TODO string in WorkflowSmrnaseq.groovy: Optionally add in-text citation tools to this list.
  • schema_description - No description provided in schema for parameter: save_merged

✅ Tests passed:

Run details

  • nf-core/tools version 2.11.1
  • Run at 2024-01-26 14:53:52

@grst
Copy link
Member Author

grst commented Jan 26, 2024

@nf-core-bot fix linting

1 similar comment
@grst
Copy link
Member Author

grst commented Jan 26, 2024

@nf-core-bot fix linting

@apeltzer apeltzer marked this pull request as ready for review January 26, 2024 15:16
Copy link
Member

@apeltzer apeltzer left a comment

Choose a reason for hiding this comment

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

Thanks - I think that helps quite a bit with debugging / checking the pipeline outputs :)

@apeltzer apeltzer merged commit 8121dec into dev Jan 26, 2024
10 checks passed
@apeltzer apeltzer deleted the more-fastqc branch January 26, 2024 15:16
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