File: picopore.1

package info (click to toggle)
picopore 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,260 kB
  • sloc: python: 916; sh: 48; makefile: 8
file content (71 lines) | stat: -rw-r--r-- 2,214 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.15.
.TH PICOPORE "1" "June 2020" "picopore 1.2.0" "User Commands"
.SH NAME
picopore \- reducing the size of an Oxford Nanopore Technologies dataset without losing any data
.SH SYNOPSIS
.B picopore
[\-h] \fB\-\-mode\fR {lossless,deep\-lossless,raw} [\-\-revert] [\-\-fastq]
[\-\-summary] [\-\-manual STR] [\-v] [\-y] [\-t INT] [\-\-prefix STR]
[\-\-skip\-root] [\-\-print\-every INT]
[input [input ...]]
.SH DESCRIPTION
A tool for reducing the size of an Oxford Nanopore Technologies dataset without losing any data
.SH OPTIONS
.SS "See also:"
.TP
picopore\-realtime
monitors a directory for new reads and compresses them in real time
.TP
picopore\-test
compresses to temporary files and checks that all datasets and attributes are equal (lossless modes only)
.TP
picopore\-rename
renames groups and datasets within FAST5 files
.SS "positional arguments:"
.TP
input
list of directories or fast5 files to shrink
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-mode\fR {lossless,deep\-lossless,raw}
choose compression mode
.TP
\fB\-\-revert\fR
reverts files to original size (lossless modes only)
.TP
\fB\-\-fastq\fR, \fB\-\-no\-fastq\fR
retain FASTQ data (raw mode only) (Default: \fB\-\-fastq\fR)
.TP
\fB\-\-summary\fR, \fB\-\-no\-summary\fR
retain summary data (raw mode only) (Default: \fB\-\-nosummary\fR)
.TP
\fB\-\-manual\fR STR
manually remove only groups whose paths contain STR
(raw mode only, regular expressions permitted,
overrides defaults)
.TP
\fB\-v\fR, \fB\-\-version\fR
show version number and exit
.TP
\fB\-y\fR
skip confirm step
.TP
\fB\-t\fR INT, \fB\-\-threads\fR INT
number of threads (Default: 1)
.TP
\fB\-\-prefix\fR STR
add prefix to output files to prevent overwrite
.TP
\fB\-\-skip\-root\fR, \fB\-\-no\-skip\-root\fR
ignore files in root input directories for albacore
realtime compression (Default: \fB\-\-no\-skip\-root\fR)
.TP
\fB\-\-print\-every\fR INT
print a dot every approximately INT files, or \fB\-1\fR to
silence (Default: 100)
.SH AUTHOR
 This manpage was written by Andreas Tille for the Debian distribution and
 can be used for any other usage of the program.