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

Various MultiQC issues: FastQC sections for raw and trimmed reads // umi-tools dedup and extraction plots, custom content styling. #1308

Merged
merged 21 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a2443e7
Modify FastQC output publishing to comply with the paths in MultiQC c…
MatthiasZepper May 22, 2024
00d6113
MultiQC config updates.
MatthiasZepper May 29, 2024
7dade35
Linting.
MatthiasZepper Jun 3, 2024
1bf9390
Use the correct module names to supress the Percent Duplicate column …
MatthiasZepper Jun 3, 2024
850cb4c
Publish logfiles from umi-tools dedup steps.
MatthiasZepper Jun 5, 2024
2cb8eff
Modify subworkflow bam_dedup_stats_samtools_umitools to publish dedup…
MatthiasZepper Jun 5, 2024
6648b35
Update bam_dedup_stats_samtools_umitools subworkflow and MultiQC module.
MatthiasZepper Jun 10, 2024
2924f9e
Add UMI information for Watchmaker mRNA Library Prep Kit.
MatthiasZepper Jun 10, 2024
8a4aa8a
Publish the UMI-tools extract logs for MultiQC.
MatthiasZepper Jun 11, 2024
af1b91c
The output channel of fastq_fastqc_umitools_trimgalore/fastp is calle…
MatthiasZepper Jun 11, 2024
df31182
Mark FASTQC outputs with suffixes
pinin4fjords Jun 20, 2024
8bca15a
@aanil (Anandashankar Anil) correctly pointed out that some MultiQC …
MatthiasZepper Jul 2, 2024
6178e8c
Linting
MatthiasZepper Jul 3, 2024
4dc5b67
Changelog
MatthiasZepper Jul 4, 2024
4555a27
Undo changes to modules/nf-core/dupradar/templates/dupradar.r from Ha…
MatthiasZepper Jul 9, 2024
5f3c471
bump module and temporarily patch for https://github.com/nf-core/modu…
pinin4fjords Jul 10, 2024
1931c05
Correct the diff
pinin4fjords Jul 10, 2024
9230216
Update MultiQC to v1.23
MatthiasZepper Jul 10, 2024
8e42ab1
Update dupradar from modules repo and remove patch.
MatthiasZepper Jul 11, 2024
d2d21cf
Update module for snapshot fix
pinin4fjords Jul 11, 2024
1c75669
Fix prefixes for FASTQC
pinin4fjords Jul 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #1304](https://github.com/nf-core/rnaseq/pull/1304) - Remove redundant gene TPM outputs
- [PR #1306](https://github.com/nf-core/rnaseq/pull/1306) - Overhaul strandedness detection / comparison
- [PR #1307](https://github.com/nf-core/rnaseq/pull/1307) - Clarify infer strandedness step in subway map and text
- [PR #1308](https://github.com/nf-core/rnaseq/pull/1308) - Various MultiQC issues: FastQC sections for raw and trimmed reads // umi-tools dedup and extraction plots, custom content styling.
- [PR #1309](https://github.com/nf-core/rnaseq/pull/1309) - Document FASTP sampling
- [PR #1310](https://github.com/nf-core/rnaseq/pull/1310) - Reinstate pseudoalignment subworkflow config
- [PR #1312](https://github.com/nf-core/rnaseq/pull/1312) - Fix issues with unzipping of GTF/ GFF files without absolute paths
Expand Down
13 changes: 7 additions & 6 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,13 @@ The `--umitools_grouping_method` parameter affects [how similar, but non-identic

#### Examples:

| UMI type | Source | Pipeline parameters |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| In read name | [Illumina BCL convert >3.7.5](https://emea.support.illumina.com/content/dam/illumina-support/documents/documentation/software_documentation/bcl_convert/bcl-convert-v3-7-5-software-guide-1000000163594-00.pdf) | `--with_umi --skip_umi_extract --umitools_umi_separator ":"` |
| In sequence | [Lexogen QuantSeq® 3’ mRNA-Seq V2 FWD](https://www.lexogen.com/quantseq-3mrna-sequencing) + [UMI Second Strand Synthesis Module](https://faqs.lexogen.com/faq/how-can-i-add-umis-to-my-quantseq-libraries) | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern "^(?P<umi_1>.{6})(?P<discard_1>.{4}).*"` |
| In sequence | [Lexogen CORALL® Total RNA-Seq V1](https://www.lexogen.com/corall-total-rna-seq/)<br> > _mind [Appendix H](https://www.lexogen.com/wp-content/uploads/2020/04/095UG190V0130_CORALL-Total-RNA-Seq_2020-03-31.pdf) regarding optional trimming_ | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern "^(?P<umi_1>.{12}).*"`<br>Optional: `--clip_r2 9 --three_prime_clip_r2 12` |
| In sequence | [Takara Bio SMARTer® Stranded Total RNA-Seq Kit v3](https://www.takarabio.com/documents/User%20Manual/SMARTer%20Stranded%20Total%20RNA/SMARTer%20Stranded%20Total%20RNA-Seq%20Kit%20v3%20-%20Pico%20Input%20Mammalian%20User%20Manual-a_114949.pdf) | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern2 "^(?P<umi_1>.{8})(?P<discard_1>.{6}).*"` |
| UMI type | Source | Pipeline parameters |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| In read name | [Illumina BCL convert >3.7.5](https://emea.support.illumina.com/content/dam/illumina-support/documents/documentation/software_documentation/bcl_convert/bcl-convert-v3-7-5-software-guide-1000000163594-00.pdf) | `--with_umi --skip_umi_extract --umitools_umi_separator ":"` |
| In sequence | [Lexogen QuantSeq® 3’ mRNA-Seq V2 FWD](https://www.lexogen.com/quantseq-3mrna-sequencing) + [UMI Second Strand Synthesis Module](https://faqs.lexogen.com/faq/how-can-i-add-umis-to-my-quantseq-libraries) | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern "^(?P<umi_1>.{6})(?P<discard_1>.{4}).*"` |
| In sequence | [Lexogen CORALL® Total RNA-Seq V1](https://www.lexogen.com/corall-total-rna-seq/)<br> > _mind [Appendix H](https://www.lexogen.com/wp-content/uploads/2020/04/095UG190V0130_CORALL-Total-RNA-Seq_2020-03-31.pdf) regarding optional trimming_ | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern "^(?P<umi_1>.{12}).*"`<br>Optional: `--clip_r2 9 --three_prime_clip_r2 12` |
| In sequence | [Takara Bio SMARTer® Stranded Total RNA-Seq Kit v3](https://www.takarabio.com/documents/User%20Manual/SMARTer%20Stranded%20Total%20RNA/SMARTer%20Stranded%20Total%20RNA-Seq%20Kit%20v3%20-%20Pico%20Input%20Mammalian%20User%20Manual-a_114949.pdf) | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern2 "^(?P<umi_1>.{8})(?P<discard_1>.{6}).*"` |
| In sequence | [Watchmaker mRNA Library Prep Kit](https://watchmakergenomics.com/wp-content/uploads/2023/11/M223_mRNA-Library-Prep-Kit-_UG_WMUG214_v1-1-0823.pdf) with [Twist UMI Adapter System](https://www.twistbioscience.com/sites/default/files/resources/2023-03/DOC-001337_TechNote-ProcessingSequencingDataUtilizingUMI-REV1-singles.pdf) | `--with_umi --umitools_extract_method "regex" --umitools_bc_pattern "^(?P<umi_1>.{5})(?P<discard_1>.{2}).*" --umitools_bc_pattern2 "^(?P<umi_2>.{5})(?P<discard_2>.{2}).*"` |

> _No warranty for the accuracy or completeness of the parameters is implied_

Expand Down
7 changes: 3 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
},
"dupradar": {
"branch": "master",
"git_sha": "f632a6e25b05497477920183cff33ba72ab7b6fc",
"installed_by": ["modules"],
"patch": "modules/nf-core/dupradar/dupradar.diff"
"git_sha": "055416736dcb4955960ecc17dea61eb41b68c024",
"installed_by": ["modules"]
},
"fastp": {
"branch": "master",
Expand Down Expand Up @@ -93,7 +92,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "314d742bdb357a1df5f9b88427b3b6ac78aa33f7",
"git_sha": "45d482f013f7da8a3e050e855f04ada418d91c3c",
"installed_by": ["modules"]
},
"picard/markduplicates": {
Expand Down
130 changes: 0 additions & 130 deletions modules/nf-core/dupradar/dupradar.diff

This file was deleted.

3 changes: 2 additions & 1 deletion modules/nf-core/dupradar/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions modules/nf-core/dupradar/templates/dupradar.r

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading