Closed bluegenes closed 8 years ago
check memory usage of random_subset.py; reduce if necessary
~108GB used with msEye reads.
consider using seqtk instead.
py2 zip creates list, not iterator --> high memory. Fixed (replaced with iterator method)
check memory usage of random_subset.py; reduce if necessary