-
Notifications
You must be signed in to change notification settings - Fork 423
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
Changes from all commits
afe882a
5e1d8f4
088dead
ee4168c
cfd9a74
e428d43
7779dc5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,28 @@ It's listed on [Elixir - Tools and Data Services Registry](https://bio.tools/nf- | |
|
||
## Pipeline summary | ||
|
||
By default, the pipeline currently performs the following: | ||
|
||
- Sequencing quality control (`FastQC`) | ||
- Map Reads to Reference (`BWA mem`) | ||
- Mark Duplicates (`GATK MarkDuplicates`) | ||
- Base (Quality Score) Recalibration (`GATK BaseRecalibrator`, `GATK ApplyBQSR`) | ||
- Preprocessing quality control (`samtools stats`) | ||
- Preprocessing quality control (`mosdepth`) | ||
- Overall pipeline run summaries (`MultiQC`) | ||
Depending on the options and samples provided, the pipeline can currently perform the following: | ||
|
||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more. trimming is also not enalbed by default |
||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more. CRAM files after MD |
||
- Summarise alignment statistics (`samtools stats`, `mosdepth`) | ||
- Variant calling (enabled by `--tools`, see [compatibility](https://github.com/nf-core/sarek/blob/master/docs/usage.md#which-variant-calling-tool-is-implemented-for-which-data-type)): | ||
- `HaplotypeCaller` | ||
- `freebayes` | ||
- `mpileup` | ||
- `Strelka2` | ||
- `DeepVariant` | ||
- `Mutect2` | ||
- `Manta` | ||
- `TIDDIT` | ||
- `ASCAT` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. I'll update so they all use the offical name format. |
||
- `Control-FREEC` | ||
- `CNVkit` | ||
- `MSIsensor-pro` | ||
- Variant filtering and annotation (`SnpEff`, `Ensembl VEP`) | ||
- Summarise and represent QC (`MultiQC`) | ||
|
||
<p align="center"> | ||
<img title="Sarek Workflow" src="docs/images/sarek_subway.png" width=60%> | ||
|
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.