File: cassiopee.1

package info (click to toggle)
cassiopee 1.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: cpp: 3,735; ansic: 440; python: 32; makefile: 10; sh: 9
file content (51 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download | duplicates (3)
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
.TH CASSIOPEE "1" "April 2014" "Cassiopee Version 1.0" "User Commands"
.SH NAME
cassiopee \- index and search tool in genomic sequences
.SH SYNOPSIS
.B cassiopee
\fI[Options]\fR \fB<sequence>\fR
.SH DESCRIPTION
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
genomic sequence (dna/rna/protein) and search for a subsequence with
exact match or allowing substitutions (Hamming distance) and/or
insertion/deletions.
.SH OPTIONS
.HP
\fB\-l\fR: maximum index depth / maximum pattern size
.HP
\fB\-u\fR: save index for later use
.HP
\fB\-s\fR: sequence to index
.HP
\fB\-p\fR: pattern to search
.HP
\fB\-f\fR: file containing pattern to search
.HP
\fB\-o\fR: output file
.HP
\fB\-r\fR: apply tree reduction
.HP
\fB\-m\fR: search mode: 0=DNA, 1=RNA, 2=Protein
.HP
\fB\-a\fR: allow alphabet ambiguity search
.HP
\fB\-n\fR: max consecutive N allowed matches in search
.HP
\fB\-e\fR: max substitution allowed matches in search
.HP
\fB\-i\fR: max indel allowed matches in search
.HP
\fB\-g\fR: generates a dot file of the graph
.HP
\fB\-d\fR: max depth of the graph
.HP
\fB\-t\fR: output format: 0:tsv (default), 1:json
.HP
\fB\-x\fR: minimum position in sequence
.HP
\fB\-y\fR: maximum position in sequence
.HP
\fB\-v\fR: show version
.HP
\fB\-h\fR: show this message