You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has become abundantly clear that a global conf.py does not work for every clade. Specifically:
smallest_cluster
cluster_prop
Presently find_good_clusters_for_concat.py just uses the values from conf.py. It is a bit of a pain to edit the latter while troubleshooting. It would be nice if the former used these values by default but could be overridden by optional args. This should be easy with the switch to argparse (#14).
The text was updated successfully, but these errors were encountered:
Much of this has been resolved with bdedfe7 to have better defaults. It would still be nice to provide custom parameters for weirdo. I can do this if it proves to be useful.
It has become abundantly clear that a global
conf.py
does not work for every clade. Specifically:Presently
find_good_clusters_for_concat.py
just uses the values fromconf.py
. It is a bit of a pain to edit the latter while troubleshooting. It would be nice if the former used these values by default but could be overridden by optional args. This should be easy with the switch to argparse (#14).The text was updated successfully, but these errors were encountered: