NovelTree is a highly parallelized and computationally efficient phylogenomic workflow that infers gene families, gene family trees, species trees, and gene family evolutionary history.
GNU Affero General Public License v3.0
17
stars
3
forks
source link
separated iqtree and iqtree_pmsf, made run of iqtree_pmsf conditional on param spec #62
Related to what we discussed. IQTREE and IQTREE_PMSF are now each their own modules. IQTREE_PMSF only runs if params.tree_model_pmsf != 'none' (this is the default specified in the schema file).
Related to what we discussed. IQTREE and IQTREE_PMSF are now each their own modules. IQTREE_PMSF only runs if
params.tree_model_pmsf != 'none'
(this is the default specified in the schema file).