File: pullseq.1

package info (click to toggle)
pullseq 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,460 kB
  • sloc: ansic: 2,581; sh: 148; ruby: 21; makefile: 17
file content (68 lines) | stat: -rw-r--r-- 2,072 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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
.TH PULLSEQ "1" "March 2021" "pullseq 1.0.2" "User Commands"
.SH NAME
pullseq \- <short_description>
.SH DESCRIPTION
pullseq \- a bioinformatics tool for manipulating fasta and fastq files
.PP
Version: 1.0.2              Name lookup method: UTHASH
(Written by bct \- copyright 2012\-2015)
.SS "Usage:"
.IP
pullseq \fB\-i\fR <input fasta/fastq file> \fB\-n\fR <header names to select>
.IP
pullseq \fB\-i\fR <input fasta/fastq file> \fB\-m\fR <minimum sequence length>
.IP
pullseq \fB\-i\fR <input fasta/fastq file> \fB\-g\fR <regex name to match>
.IP
pullseq \fB\-i\fR <input fasta/fastq file> \fB\-m\fR <minimum sequence length> \fB\-a\fR <max sequence length>
.IP
pullseq \fB\-i\fR <input fasta/fastq file> \fB\-t\fR
.IP
cat <names to select from STDIN> | pullseq \fB\-i\fR <input fasta/fastq file> \fB\-N\fR
.IP
Options:
.TP
\fB\-i\fR, \fB\-\-input\fR,
Input fasta/fastq file (required)
.TP
\fB\-n\fR, \fB\-\-names\fR,
File of header id names to search for
.HP
\fB\-N\fR, \fB\-\-names_stdin\fR, Use STDIN for header id names
.TP
\fB\-g\fR, \fB\-\-regex\fR,
Regular expression to match (PERL compatible; always case\-insensitive)
.TP
\fB\-m\fR, \fB\-\-min\fR,
Minimum sequence length
.TP
\fB\-a\fR, \fB\-\-max\fR,
Maximum sequence length
.TP
\fB\-l\fR, \fB\-\-length\fR,
Sequence characters per line (default 50)
.TP
\fB\-c\fR, \fB\-\-convert\fR,
Convert input to fastq/fasta (e.g. if input is fastq, output will be fasta)
.TP
\fB\-q\fR, \fB\-\-quality\fR,
ASCII code to use for fasta\->fastq quality conversions
.TP
\fB\-e\fR, \fB\-\-excluded\fR,
Exclude the header id names in the list (\fB\-n\fR)
.TP
\fB\-t\fR, \fB\-\-count\fR,
Just count the possible output, but don't write it
.TP
\fB\-h\fR, \fB\-\-help\fR,
Display this help and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR,
Print extra details during the run
.TP
\fB\-\-version\fR,
Output version information and exit
.SH AUTHOR
 This manpage was written by Nilesh Patra for the Debian distribution and
 can be used for any other usage of the program.