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

Fixing list concatenation that was not working #28

Closed linsalrob closed 5 years ago

linsalrob commented 5 years ago

Relative abundance was now a numpy array and so list concatenation did not work to append relative abundance to level_results.

Closes #27