@@ -145,38 +145,28 @@ 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
- * Islander Flags*
149
148
***
150
- '-outDir': Output directory. Default: same directory as GENOME_FASTA_FILE.
151
-
152
- '-tax': Taxonomic info for query genome. Enter file in outDir containing
149
+ * Islander Flags: *
150
+ - '-outDir': Output directory. Default: same directory as GENOME_FASTA_FILE.
151
+ - '-tax': Taxonomic info for query genome. Enter file in outDir containing
153
152
NCBI taxonomy string with a '.tax' subscript, or use B for Bacteria,
154
153
A for Archaea, M for Mycoplasmatales/Entomoplasmatales, G for
155
154
Gracilibacteria/candidate division SR1. Automatically sets -gencode.
156
155
Default: B.
157
-
158
- '-gencode': Genetic code table (see NCBI). Default: 11
159
-
160
- '-nickname': Brief name for genome (as might be used to start a locus_tag).
161
-
162
- '-criterion': Basis for overlap resolution, 3 options: random, score (7-test
156
+ - '-gencode': Genetic code table (see NCBI). Default: 11
157
+ - '-nickname': Brief name for genome (as might be used to start a locus_tag).
158
+ - '-criterion': Basis for overlap resolution, 3 options: random, score (7-test
163
159
false positive formula), deltaGC. Default = score.
164
-
165
- '-virus': Comma-separated list of entries assigned as viruses.
166
-
167
- '-complete': Consider genome complete and categorize replicons. Default:
160
+ - '-virus': Comma-separated list of entries assigned as viruses.
161
+ - '-complete': Consider genome complete and categorize replicons. Default:
168
162
consider genome incomplete and call all entries contigs.
169
- '-force': Overwrite current output files. Default: leave existing files.
170
-
171
- '-cpu': Number of cpus to use. Default: $cpu.
172
-
173
- '-tateronly': Toggle to exit after running tater.pl annotator. Default: off.
174
-
175
- Additional options: '-help', '-version', '-verbose', '-authors', '-license'
176
-
163
+ - '-force': Overwrite current output files. Default: leave existing files.
164
+ - '-cpu': Number of cpus to use. Default: $cpu.
165
+ - '-tateronly': Toggle to exit after running tater.pl annotator. Default: off.
166
+ - Additional options: '-help', '-version', '-verbose', '-authors', '-license'
177
167
***
178
168
179
- Example:
169
+ Executing Islander Example:
180
170
181
171
From your Conda Environment:
182
172
``` bash
0 commit comments