ezTree README Version 0.1
Yu-Wei Wu (yuwei.wu@tmu.edu.tw) Graduate Institute of Biomedical Informatics, Taipei Medical University
[Introduction] This script is used to get single copy marker genes from a set of genomes, including genome bins recovered from metagenomes, and align them for phylogenetic tree reconstruction.
[Prerequisite] This script needs the following additional software tools. -HMMER3 -muscle -Gblocks -Prodigal -FastTree
(If you already have the software installed in your system and have put them in system path, ezTree will attempt to run them directly. It will only complain that it cannot find the software if the software cannot be executed.)
(You can try running ezTree first, which will tell you what software are missing)
Installation guide:
HMMER3
muscle
Gblocks
prodigal
FastTree
ezTree also needs the latest PFAM hmm file, which will be downloaded automatically while running ezTree. Users may also elect to create "data" directory at ezTree folder and put the latest Pfam hmmer file inside.
[Usage] ezTree -list (list file of genomes) -out (output header) (Either -list or -dir is required for running ezTree)
(Other parameters) [-thread (thread num; default 4)] [-evalue (evalue for HMMER; default 1e-10)]
[Example] ezTree -list genome.list -out genome.out ezTree -list genome.list -out genome.out -thread 8 ezTree -list genome.list -out genome.out -thread 8 -evalue 1e-5
(Please refer to the MANUAL.pdf for an example about downloading genomes, creating list file, and run the script)
[LICENSE] ezTree -- a script for getting marker protein alignment from a set of genomes. Copyright (C) 2016 Yu-Wei Wu
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.