We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7611e4 + 02e1ada commit 68b540bCopy full SHA for 68b540b
1 file changed
modkit-core/src/pileup/subcommand.rs
@@ -282,6 +282,11 @@ pub struct ModBamPileup {
282
hide_short_help = true
283
)]
284
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'.
290
#[arg(
291
long,
292
requires = "reference_fasta",
0 commit comments