Skip to content

Commit 68b540b

Browse files
committed
Merge branch 'ar/modified-bases-docstring' into 'master'
docs(pileup): adds doc string for `--modified-bases` See merge request machine-learning/modkit!312
2 parents c7611e4 + 02e1ada commit 68b540b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

modkit-core/src/pileup/subcommand.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ pub struct ModBamPileup {
282282
hide_short_help = true
283283
)]
284284
mask: bool,
285+
/// Specify which modified bases to tablulate counts for. These can be
286+
/// the "long name" such as '5mC', '6mA' (or 'm6a' for RNA), or 'Inosine'.
287+
/// You can also pass <primary_base>:<mod_code>, such as 'C:m'. Finally,
288+
/// when running with --combine-mods the reference base can be passed
289+
/// alone, such as 'C' or 'A'.
285290
#[arg(
286291
long,
287292
requires = "reference_fasta",

0 commit comments

Comments
 (0)