Skip to content

Commit 3da836a

Browse files
committed
readme stuff
1 parent 69ffc22 commit 3da836a

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,26 +145,37 @@ conda activate Tiger
145145
### Islander Requirements:
146146
The only requirment of Islander is an output directory containing a single genomic file in fasta format with a '.fa' subscript.
147147

148-
-outDir: Output directory. Default: same directory as GENOME_FASTA_FILE.
149-
-tax: Taxonomic info for query genome. Enter file in outDir containing
148+
**-outDir**: Output directory. Default: same directory as GENOME_FASTA_FILE.
149+
150+
**-tax**: Taxonomic info for query genome. Enter file in outDir containing
150151
NCBI taxonomy string with a '.tax' subscript, or use B for Bacteria,
151152
A for Archaea, M for Mycoplasmatales/Entomoplasmatales, G for
152153
Gracilibacteria/candidate division SR1. Automatically sets -gencode.
153154
Default: B.
154-
-gencode: Genetic code table (see NCBI). Default: 11
155-
-nickname: Brief name for genome (as might be used to start a locus_tag).
156-
-criterion: Basis for overlap resolution, 3 options: random, score (7-test
155+
156+
**-gencode**: Genetic code table (see NCBI). Default: 11
157+
158+
**-nickname**: Brief name for genome (as might be used to start a locus_tag).
159+
160+
**-criterion**: Basis for overlap resolution, 3 options: random, score (7-test
157161
false positive formula), deltaGC. Default = score.
158-
-virus: Comma-separated list of entries assigned as viruses.
159-
-complete: Consider genome complete and categorize replicons. Default:
162+
163+
**-virus**: Comma-separated list of entries assigned as viruses.
164+
165+
**-complete**: Consider genome complete and categorize replicons. Default:
160166
consider genome incomplete and call all entries contigs.
161-
-force: Overwrite current output files. Default: leave existing files.
162-
-cpu: Number of cpus to use. Default: $cpu.
163-
-tateronly: Toggle to exit after running tater.pl annotator. Default: off.
164-
Additional options: -help, -version, -verbose, -authors, -license
167+
168+
**-force**: Overwrite current output files. Default: leave existing files.
169+
170+
**-cpu**: Number of cpus to use. Default: $cpu.
171+
172+
**-tateronly**: Toggle to exit after running tater.pl annotator. Default: off.
173+
174+
Additional options: **-help**, **-version**, **-verbose**, **-authors**, **-license**
165175

166176

167177
Example:
178+
168179
From your Conda Environment:
169180
```bash
170181
conda activate Tiger

0 commit comments

Comments
 (0)