Clean up IgBLAST parser

Issue #79 resolved
Jason Vander Heiden created an issue

The IgBLAST parser in MakeDb should read the column names of each hit table from the comments in the igblast output file, rather than basing column name off position.

Also, it's significantly slower than it needs to be, likely due to pandas which we can probably eliminate/optimize in someway.

Comments (2)

  1. Jason Vander Heiden reporter

    Lots of cleanup done in 2317cf. It's still kinda messy, but cleaned up enough to close this issue.

  2. Log in to comment