NovelTree is a highly parallelized and computationally efficient phylogenomic workflow that infers gene families, gene family trees, species trees, and gene family evolutionary history.
Found a little bug that caused busco to always run at the broad scale. I specify that I want to run at the shallow scale in main.nf by providing the string shallow, but was checking if lineage_scale.equals('shallow_db').
Found a little bug that caused busco to always run at the broad scale. I specify that I want to run at the shallow scale in
main.nf
by providing the stringshallow
, but was checking iflineage_scale.equals('shallow_db')
.Little, simple fix