mhoban / rainbow_bridge

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

Fix support for old way of doing taxonomy assignment/collapse #18

Closed mhoban closed 11 months ago

mhoban commented 1 year ago

The new R-based taxonomy collapser gets the NCBI ranked lineage file independently. To allow the old way to still be supported, we just added that lineage in as a dependency for the process, but really we should allow it to use that dependency rather than download the whole dang thing every time it's run.

mhoban commented 11 months ago

Done as of 41ce3b9cd