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

resolve use of "none" vs null as parameters #76

Open austinhpatton opened 1 year ago

austinhpatton commented 1 year ago

Description of feature

Certain modules take parameters that are by default a string that reads "none". We should switch these to null where possible, though this may involve updating some of the nextflow 'logic' with respect to how these parameters are handled internally.