Updated PhyloToL Part 1 (markdown)

Katzlab 2024-08-09 17:36:42 -04:00
parent 39c5d5bbcd
commit 93d70c0153

@ -58,9 +58,9 @@ Users can either use the PhyloToL Hook database or a set of gene families of int
### Swapping out the hook ### Swapping out the hook
What to know about using your own hook: Replacing the PhyloToL Hook DB with a user-defined set of gene families is straightforward:
* You will need two files, a fasta file with your target sequences, and this same file reformatted as a diamond database (diamond makedb --in <path to fasta file> -d <name you want to give it>.dmnd) * You need two files, a fasta file with your target sequences, and this same file reformatted as a diamond database (diamond makedb --in <path to fasta file> -d <name you want to give it>.dmnd)
* The hook lives in the db_OG database folder * The hook then is put in the db_OG database folder prior to running Part 1
* Be aware that you must give your fasta file and your diamond file the same exact prefix, or else your run will fail at the end. For example, the Katzlab Hook-6.6 files are named: Hook-6.6.fasta, Hook-6.6.dmnd * Be aware that you must give your fasta file and your diamond file the same exact prefix, or else your run will fail at the end. For example, the Katzlab Hook-6.6 files are named: Hook-6.6.fasta, Hook-6.6.dmnd