You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-16Lines changed: 39 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,29 +176,52 @@ conda activate Tiger
176
176
```bash
177
177
cd<path to out directory containing singular .fa file>; islander.pl -verbose <fasta file name>
178
178
```
179
-
<sub> Note: if you made the <pathtoTIGER>/bin a system-wide executable by enabling execute with chmod and adding the path to your bash profile, you will not need to specify perl (perl <pathtoTIGER>/bin/islander.pl) or use the path to the script in your launch command. If not, you will need to call the program as: ''cd <path to out directory containing singular .fa file> ; perl <pathtoTIGER>/bin/islander.pl -verbose <fastafilename>''<sub>
179
+
<sub> Note: if you made the "path to TIGER"/bin a system-wide executable by enabling execute with chmod and adding the path to your bash profile, you will not need to specify perl (perl "path to TIGER"/bin/islander.pl) or use the path to the script in your launch command. If not, you will need to call the program as: cd "path to out directory containing singular .fa file" ; perl "path to TIGER"/bin/islander.pl -verbose <fastafilename><sub>
180
180
181
-
### TIGER Requirements:
182
-
(see https://github.com/sandialabs/SmartDBs for instructions on generating this database. Alternatively, if you only need a database for a single species you can reach out to Kelly Williams (kpwilli at sandia.gov) or Katie Mageeney (cmmagee at sandia.gov) for assisance)
183
-
184
-
185
-
186
-
## Sample calls to try within /testdata (PATH: to TIGER installation; DB: to reference genome blast database)
TIGER requires a singular genomic or metagenomic file in fasta format ('.fa' subscript) in an output directory and a BLAST database of species specific reference genomes. See https://github.com/sandialabs/SmartDBs for instructions on generating this database. Alternatively, if you only need a BLAST database for a single/few species you can reach out to Kelly Williams (kpwilli at sandia dot gov) or Katie Mageeney (cmmagee at sandia dot gov) for assisance. Please provide the GTDB taxonomic name for your species as well as the link to either a DropBox or GoogleDrive Folder for the database to be deposited in.
before rerunning islander.pl: ```rm genome.stats```
219
+
```bash
220
+
cd<path to out directory containing singular .fa file>; tiger.pl -verbose -db <path to reference genome database and database prefix> -fasta <fasta file name>
221
+
```
222
+
<sub> Note: if you made the "path to TIGER"/bin a system-wide executable by enabling execute with chmod and adding the path to your bash profile, you will not need to specify perl (perl "path to TIGER"/bin/tiger.pl) or use the path to the script in your launch command. If not, you will need to call the program as: cd "path to out directory containing singular .fa file" ; perl "path to TIGER"/bin/tiger.pl -verbose -db "path to reference genome database and database prefix" -fasta "fasta file name".
200
223
201
-
before rerunning tiger.pl: ```rm genome.island.nonoverlap.gff```
224
+
To rerun this program, delete 'genome.island.nonoverlap.gff'
202
225
203
226
## Contact
204
227
While we're working on a more complete usage guide, please reach out to eltorra@sandia.gov for help if this software is necessary for your research
0 commit comments