File: help.rst

package info (click to toggle)
poretools 0.6.0%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,212 kB
  • sloc: python: 1,799; makefile: 109; sh: 98
file content (36 lines) | stat: -rw-r--r-- 1,759 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
##########
Options
##########

The following demonstrates the options available in ``poretools``.

.. code-block:: bash

    poretools --help
    usage: poretools [-h] [-v]

                     {combine,fastq,fasta,stats,hist,events,readstats,tabular,nucdist,qualdist,winner,wiggle,times}
                     ...

    optional arguments:
      -h, --help            show this help message and exit
      -v, --version         Installed poretools version

    [sub-commands]:
      {combine,fastq,fasta,stats,hist,events,readstats,tabular,nucdist,qualdist,winner,wiggle,times}
        combine             Combine a set of FAST5 files in a TAR achive
        fastq               Extract FASTQ sequences from a set of FAST5 files
        fasta               Extract FASTA sequences from a set of FAST5 files
        stats               Get read size stats for a set of FAST5 files
        hist                Plot read size histogram for a set of FAST5 files
        events              Extract each nanopore event for each read
        readstats           Extract signal information for each read over time.
        tabular             Extract the lengths and name/seq/quals from a set of
                            FAST5 files in TAB delimited format
        nucdist             Get the nucl. composition of a set of FAST5 files
        qualdist            Get the qual score composition of a set of FAST5 files
        winner              Get the longest read from a set of FAST5 files
        squiggle            Plot the observed signals for FAST5 reads
        times               Return the start times from a set of FAST5 files in
                            tabular format
        yield_plot          Plot the yield over time for a set of FAST5 files