-
Notifications
You must be signed in to change notification settings - Fork 417
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
Update pipeline overview #1031
Update pipeline overview #1031
Conversation
|
CHANGELOG.md
Outdated
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
### Changed | |||
|
|||
- [#1031](https://github.com/nf-core/sarek/pull/1031) - Update pipeline summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put it after 1019?
- Preprocessing quality control (`samtools stats`) | ||
- Preprocessing quality control (`mosdepth`) | ||
- Overall pipeline run summaries (`MultiQC`) | ||
- Form consensus reads from UMI sequences (`fgbio`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not donw by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to include the required options here or shall we link to the usage docs section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't really have an opinion :D Just because at the top it says: run by default. I think the phrasing should fit together
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see. I'll update the top line.
- Preprocessing quality control (`mosdepth`) | ||
- Overall pipeline run summaries (`MultiQC`) | ||
- Form consensus reads from UMI sequences (`fgbio`) | ||
- Sequencing quality control and trimming (`FastQC`, `fastp`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trimming is also not enalbed by default
- Form consensus reads from UMI sequences (`fgbio`) | ||
- Sequencing quality control and trimming (`FastQC`, `fastp`) | ||
- Map Reads to Reference (`BWA-mem` or `BWA-mem2` or `dragmap`) | ||
- Process BAM file (`GATK MarkDuplicates`, `GATK BaseRecalibrator`, `GATK ApplyBQSR`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CRAM files after MD
- `mutect2` | ||
- `manta` | ||
- `tiddit` | ||
- `ASCAT` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe also lower case similar to the other names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update so they all use the offical name format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Update pipeline description
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).