Skip to content

Commit

Permalink
kmer length is available for plot and plot_pileup
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 committed Apr 30, 2024
1 parent f08b706 commit 2544070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Plot read/reference - signal alignments.
Specifies name/location of the output directory. A valid relative or absolute path can be provided. Data will be overwritten but the directory will not be recreated.
* `--tag_name STR`
(optional) A tag name to easily identify the plot.
* `-k, --kmer_length INT`
(optional) kmer length to consider for the base shift calculation and plotting.
* `--plot_reverse`
(optional) Plot only the reverse mapped reads [default value: false].
* `--rna`
Expand Down Expand Up @@ -171,6 +173,8 @@ Plot reference - signal alignment pileups.
(optional) Path to a file containing a list of read_ids to plot only the reads listed.
* `--tag_name STR`
(optional) A tag name to easily identify the plot
* `-k, --kmer_length INT`
(optional) kmer length to consider for the base shift calculation and plotting.
* `--plot_reverse`
(optional) Plot only the reverse mapped reads.
* `--rna`
Expand Down

0 comments on commit 2544070

Please sign in to comment.