lemieuxl / pyGenClean

Automated genetic data clean up procedure in Python.
GNU General Public License v3.0
3 stars 1 forks source link

Use of namedtuple for steps' results would be better #18

Closed lemieuxl closed 8 years ago

lemieuxl commented 8 years ago

The use of namedtuple for the results of each step would be preferable. It would be easier to distinguish what is returned (now that there are 6 items returned).