-
Notifications
You must be signed in to change notification settings - Fork 4
fix(modkit): patched modkit 0.6.4 for PacBio 5mC+5hmC reads, 5mC-CpG pileup defaults and --modkit_phased option #188
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
Changes from 5 commits
4d71114
03922de
242366d
84f7330
b82fd09
bf271ae
3bdb545
0fccbfe
a43f844
538bb4b
13a93cd
613dfdd
c5abae3
272d1f8
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 |
|---|---|---|
|
|
@@ -137,22 +137,24 @@ For structural variants, the CHM13 panel of normals is a merged panel combining | |
|
|
||
| #### Skipping options: | ||
|
|
||
| | Parameter | Description | | ||
| | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| | `--skip_qc` | A boolean to skip all QC steps, including `mosdepth`, `samtools`,`fibertools`, `cramino`. Default = `false` | | ||
| | `--skip_fiber` | A boolean to skip all `fibertools` related modules. Default = `false` | | ||
| | `--skip_cramino` | A boolean to skip `cramino`. Default = `false` | | ||
| | `--skip_mosdepth` | A boolean to skip `mosdepth`. Default = `false` | | ||
| | `--skip_ascat` | A boolean to skip `ascat`. Default = `false` | | ||
| | `--skip_bamstats` | A boolean to skip `bamstats`. Default = `false` | | ||
| | `--skip_wakhan` | A boolean to skip `wakhan`. Default = `false` | | ||
| | `--skip_vep` | A boolean to skip `vep`. Default = `false` | | ||
| | `--skip_m6a` | A boolean to skip `fibertools_m6a`, used if you have m6a calls but would still like nucleosome positions for PacBio data (ONT data is required to have m6a calls). Default = `false` | | ||
| | `--skip_nanoplot` | A boolean to skip NanoPlot QC on aligned and unaligned BAM files. Default = `false` | | ||
| | `--skip_normalfiber` | A boolean to skip fibertools processing for the normal sample. Default = `false` | | ||
| | `--skip_modcall` | A boolean to skip modkit methylation calling. Default = `false` | | ||
| | `--skip_modkit` | A boolean to skip the modkit pileup step. Default = `false` | | ||
| | `--skip_whatshapstats` | A boolean to skip WhatsHap phasing statistics. Default = `false` | | ||
| | Parameter | Description | | ||
| | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | `--skip_qc` | A boolean to skip all QC steps, including `mosdepth`, `samtools`,`fibertools`, `cramino`. Default = `false` | | ||
| | `--skip_fiber` | A boolean to skip all `fibertools` related modules. Default = `false` | | ||
| | `--skip_cramino` | A boolean to skip `cramino`. Default = `false` | | ||
| | `--skip_mosdepth` | A boolean to skip `mosdepth`. Default = `false` | | ||
| | `--skip_ascat` | A boolean to skip `ascat`. Default = `false` | | ||
| | `--skip_bamstats` | A boolean to skip `bamstats`. Default = `false` | | ||
| | `--skip_wakhan` | A boolean to skip `wakhan`. Default = `false` | | ||
| | `--skip_vep` | A boolean to skip `vep`. Default = `false` | | ||
| | `--skip_m6a` | A boolean to skip `fibertools_m6a`, used if you have m6a calls but would still like nucleosome positions for PacBio data (ONT data is required to have m6a calls). Default = `false` | | ||
| | `--skip_nanoplot` | A boolean to skip NanoPlot QC on aligned and unaligned BAM files. Default = `false` | | ||
| | `--skip_normalfiber` | A boolean to skip fibertools processing for the normal sample. Default = `false` | | ||
| | `--skip_modcall` | A boolean to skip modkit methylation calling. Default = `false` | | ||
|
Contributor
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. Adjust --skip_modcall so it's clearer to what it points (modified calls being used in phasing) instead of modkit methylation calling. It's confusing with skip-modkit what is what
Collaborator
Author
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. Reworded in 613dfdd, in both |
||
| | `--skip_modkit` | A boolean to skip the modkit pileup step. Default = `false` | | ||
| | `--modkit_args` | Additional arguments passed to `modkit pileup`. The default restricts output to 5mC calls at CpG sites; note that `--modified-bases` only filters the output, so PacBio positions where the 5mC and 5hmC probabilities sum above 1 are still dropped. Default = `--cpg --modified-bases 5mC` | | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
| | `--modkit_phased` | A boolean to run `modkit pileup --phased` on the Longphase-haplotagged BAMs, producing `_hp1`, `_hp2` and `_combined` bedMethyl files per sample instead of a single unphased file. Default = `false` | | ||
| | `--skip_whatshapstats` | A boolean to skip WhatsHap phasing statistics. Default = `false` | | ||
|
|
||
| #### LONGPHASE options: | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.