Skip to content

Commit 669ee50

Browse files
committed
YAY
1 parent 011eb87 commit 669ee50

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

README.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -145,38 +145,28 @@ 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-
*Islander Flags*
149148
***
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
153152
NCBI taxonomy string with a '.tax' subscript, or use B for Bacteria,
154153
A for Archaea, M for Mycoplasmatales/Entomoplasmatales, G for
155154
Gracilibacteria/candidate division SR1. Automatically sets -gencode.
156155
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
163159
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:
168162
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'
177167
***
178168

179-
Example:
169+
Executing Islander Example:
180170

181171
From your Conda Environment:
182172
```bash

0 commit comments

Comments
 (0)