metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data
GNU General Public License v3.0
21 stars 12 forks source link

Eliminate divide by zero #26

Closed linsalrob closed 5 years ago

linsalrob commented 5 years ago

A solution inspired by this stackoverflow post. We also then need to adjust the output to make sure they are strings.

Closes #25

metageni commented 5 years ago

We need to also write tests for all these new functions. I will merge it for now and work on the unit test later.