Arcadia-Science / noveltree

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

fix for shallow scale #56

Closed austinhpatton closed 1 year ago

austinhpatton commented 1 year ago

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').

Little, simple fix