File: debruijn.1

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468,492 kB
  • sloc: ansic: 1,474,204; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 2,139; perl: 1,084; csh: 508; makefile: 437; javascript: 198; ruby: 93; lisp: 81
file content (27 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (12)
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
.TH DEBRUIJN 1 2004-02-07 NCBI "NCBI Tools User's Manual"
.SH NAME
debruijn \- de Bruijn sequence generator
.SH SYNOPSIS
.B debruijn
[\|\fB\-\fP\|]
\fB\-a\fP\ \fIstr\fP
\fB\-n\fP\ \fIk\fP
.SH DESCRIPTION
\fBdebruijn\fP generates (on standard output) a string over the
specified alphabet containing every possible word (substring) of the
specified length exactly once.  \fBNote:\fP Substrings are not taken
to wrap around, so the first \fIk\fP-1 characters repeat at the end.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message.
.TP
\fB\-a\fP\ \fIstr\fP
Alphabet (supply \fBncbistdaa\fP or \fBncbi2na\fP for standard
alphabets, or supply your own alphabet).
.TP
\fB\-n\fP\ \fIk\fP
Word size.
.SH AUTHOR
The National Center for Biotechnology Information.