mhoban / rainbow_bridge

GNU General Public License v3.0
5 stars 2 forks source link

Update standalone taxonomy and fix some lca code internals #114

Closed mhoban closed 2 weeks ago

mhoban commented 2 weeks ago

This update subtly modifies the way that --standalone-taxonomy works. It now no longer requires a zotu table, though it will accept one if you provide it.

The taxonomy table (sans zotu abundances) will now end up in output/standalone_taxonomy/lca/<settings> If you provide a zotu table, it will be merged with the LCA output and put in output/standalone_taxonomy/final

resolves #113 resolves #109