-
Notifications
You must be signed in to change notification settings - Fork 2
/
addtag.1
61 lines (49 loc) · 1.11 KB
/
addtag.1
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
.TH addtag 1 "February 4, 2016" "version 1" "USER COMMANDS"
.SH NAME
addtag \- Identify and create unique sgRNA sites within genomes.
.SH SYNOPSIS
.B addtag
[\-h]
.SH DESCRIPTION
Program for identifying unique endogenous gRNA sites and creating
unique synthetic gRNA sites.
.PP
This is some more stuff
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Display a short help text
.TP
.B \-\-features
Text describing this option
.SH EXAMPLES
.TP
Do something
.B addtag --arguments fasta gff
.TP
Do something else
.B addtag --other_arguments fasta gff > results.txt
.SH EXIT STATUS
.TS
tab(@);
r lx .
0@AddTag completed successfully
>0@AddTag failed
.TE
.SH AUTHORS
Thaddeus D. Seher (@tdseher) & Aaron Hernday
.SH BUGS
The program is still under heavy development, and there will be bugs.
.SH ENVIRONMENT
For now, current working directory must be the program folder.
.SH FILES
Complete list of files provided will be listed here.
.SH REQUIREMENTS
.TS
tab(@);
l l lx .
*@Python 3.5@(https://www.python.org/downloads/)
*@regex module@(https://pypi.python.org/pypi/regex)
.TE
.SH LICENCE
Some of the algorithms used have their own licenses.