cerebis / meta-sweeper

Parametric sweep of simulated microbial communities and metagenomic sequencing.
GNU General Public License v3.0
10 stars 0 forks source link

Procedural abundance profiles #35

Closed cerebis closed 8 years ago

cerebis commented 8 years ago

Both WGS and HiC simulators must support procedural profiles. Currently metaART.py has support but HiC does not.

For a single model distribution, we could simply place the explicit code in each. Since it relies on Numpy, there is only a few lines of code required. In the long run, it would be better to share a single method between each.

cerebis commented 8 years ago

Abandoning file based profiles in favour of generating them.

cerebis commented 8 years ago