Skip to content

Commit

Permalink
Merge branch 'ar/update-docs-0.2.5-rc2' into 'master'
Browse files Browse the repository at this point in the history
Update docs 0.2.5-rc2

See merge request machine-learning/modkit!144
  • Loading branch information
ArtRand committed Feb 3, 2024
2 parents 99b3e40 + e337d33 commit 484090f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 26 deletions.
24 changes: 16 additions & 8 deletions book/src/advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Commands:
pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation)
across genomic motif positions. This command produces a bedMethyl file, the
schema can be found in the online documentation.
validate Validate results from a set of mod-BAM files and associated BED files containing
the ground truth modified base status at reference positions.
help Print this message or the help of the given subcommand(s).
Options:
Expand Down Expand Up @@ -330,15 +332,21 @@ Arguments:
standard output.
Options:
-m, --mode <MODE> Mode, change mode to this value, options {'ambiguous',
-m, --mode <MODE> Mode, change mode to this value, options {'explicit',
'implicit'}. See spec at:
https://samtools.github.io/hts-specs/SAMtags.pdf. 'ambiguous'
('?') means residues without explicit modification
probabilities will not be assumed canonical or modified.
'implicit' means residues without explicit modification
probabilities are assumed to be canonical. [possible values:
ambiguous, implicit]
-t, --threads <THREADS> Number of threads to use. [default: 4]
https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit'
('?') means residues without modification probabilities will
not be assumed canonical or modified. 'implicit' means residues
without explicit modification probabilities are assumed to be
canonical. [possible values: explicit, implicit]
-t, --threads <THREADS> Number of threads to use [default: 4]
--no-implicit-probs Don't add implicit canonical calls. This flag is important when
converting from one of the implicit modes ( `.` or `""`) to
explicit mode (`?`). By passing this flag, the bases without
associated base modification probabilities will not be assumed
to be canonical. No base modification probability will be
written for these bases, meaning there is no information. The
mode will automatically be set to the explicit mode `?`.
--log-filepath <LOG_FILEPATH> Output debug logs to file at this path.
--output-sam Output SAM format instead of BAM.
-h, --help Print help information.
Expand Down
24 changes: 16 additions & 8 deletions docs/advanced_usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ <h1 id="modkit-subcommand-documentation"><a class="header" href="#modkit-subcomm
pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation)
across genomic motif positions. This command produces a bedMethyl file, the
schema can be found in the online documentation.
validate Validate results from a set of mod-BAM files and associated BED files containing
the ground truth modified base status at reference positions.
help Print this message or the help of the given subcommand(s).

Options:
Expand Down Expand Up @@ -470,15 +472,21 @@ <h2 id="update-tags"><a class="header" href="#update-tags">update-tags</a></h2>
standard output.

Options:
-m, --mode &lt;MODE&gt; Mode, change mode to this value, options {'ambiguous',
-m, --mode &lt;MODE&gt; Mode, change mode to this value, options {'explicit',
'implicit'}. See spec at:
https://samtools.github.io/hts-specs/SAMtags.pdf. 'ambiguous'
('?') means residues without explicit modification
probabilities will not be assumed canonical or modified.
'implicit' means residues without explicit modification
probabilities are assumed to be canonical. [possible values:
ambiguous, implicit]
-t, --threads &lt;THREADS&gt; Number of threads to use. [default: 4]
https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit'
('?') means residues without modification probabilities will
not be assumed canonical or modified. 'implicit' means residues
without explicit modification probabilities are assumed to be
canonical. [possible values: explicit, implicit]
-t, --threads &lt;THREADS&gt; Number of threads to use [default: 4]
--no-implicit-probs Don't add implicit canonical calls. This flag is important when
converting from one of the implicit modes ( `.` or `&quot;&quot;`) to
explicit mode (`?`). By passing this flag, the bases without
associated base modification probabilities will not be assumed
to be canonical. No base modification probability will be
written for these bases, meaning there is no information. The
mode will automatically be set to the explicit mode `?`.
--log-filepath &lt;LOG_FILEPATH&gt; Output debug logs to file at this path.
--output-sam Output SAM format instead of BAM.
-h, --help Print help information.
Expand Down
24 changes: 16 additions & 8 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,8 @@ <h2 id="output-file"><a class="header" href="#output-file">Output file</a></h2>
pileup-hemi Tabulates double-stranded base modification patters (such as hemi-methylation)
across genomic motif positions. This command produces a bedMethyl file, the
schema can be found in the online documentation.
validate Validate results from a set of mod-BAM files and associated BED files containing
the ground truth modified base status at reference positions.
help Print this message or the help of the given subcommand(s).

Options:
Expand Down Expand Up @@ -1300,15 +1302,21 @@ <h2 id="update-tags"><a class="header" href="#update-tags">update-tags</a></h2>
standard output.

Options:
-m, --mode &lt;MODE&gt; Mode, change mode to this value, options {'ambiguous',
-m, --mode &lt;MODE&gt; Mode, change mode to this value, options {'explicit',
'implicit'}. See spec at:
https://samtools.github.io/hts-specs/SAMtags.pdf. 'ambiguous'
('?') means residues without explicit modification
probabilities will not be assumed canonical or modified.
'implicit' means residues without explicit modification
probabilities are assumed to be canonical. [possible values:
ambiguous, implicit]
-t, --threads &lt;THREADS&gt; Number of threads to use. [default: 4]
https://samtools.github.io/hts-specs/SAMtags.pdf. 'explicit'
('?') means residues without modification probabilities will
not be assumed canonical or modified. 'implicit' means residues
without explicit modification probabilities are assumed to be
canonical. [possible values: explicit, implicit]
-t, --threads &lt;THREADS&gt; Number of threads to use [default: 4]
--no-implicit-probs Don't add implicit canonical calls. This flag is important when
converting from one of the implicit modes ( `.` or `&quot;&quot;`) to
explicit mode (`?`). By passing this flag, the bases without
associated base modification probabilities will not be assumed
to be canonical. No base modification probability will be
written for these bases, meaning there is no information. The
mode will automatically be set to the explicit mode `?`.
--log-filepath &lt;LOG_FILEPATH&gt; Output debug logs to file at this path.
--output-sam Output SAM format instead of BAM.
-h, --help Print help information.
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 484090f

Please sign in to comment.