fedarko / qeeseburger

A very-much-in-progress collection of scripts and utilities for time-series microbiome analyses
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Support fractional ages in add-host-ages #14

Closed fedarko closed 4 years ago

fedarko commented 4 years ago

just divide days elapsed by 365.24 or something -- will be an obvious approximation (and add disclaimers accordingly) but could be useful for comparative purposes.

would likely be easiest as e.g. a -f / --fractional-ages argument to add-host-ages, which is False by default.

suggested by Daniel a while back, my bad on not getting this done sooner.