@@ -145,26 +145,37 @@ conda activate Tiger
145
145
### Islander Requirements:
146
146
The only requirment of Islander is an output directory containing a single genomic file in fasta format with a '.fa' subscript.
147
147
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
150
151
NCBI taxonomy string with a '.tax' subscript, or use B for Bacteria,
151
152
A for Archaea, M for Mycoplasmatales/Entomoplasmatales, G for
152
153
Gracilibacteria/candidate division SR1. Automatically sets -gencode.
153
154
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
157
161
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:
160
166
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**
165
175
166
176
167
177
Example:
178
+
168
179
From your Conda Environment:
169
180
``` bash
170
181
conda activate Tiger
0 commit comments