Add AIRR format import to tools

Issue #108 resolved
Jason Vander Heiden created an issue

We need to add the ability to use the AIRR format to DefineClones, AlignRecords and CreateGermlines.

Perhaps not for ParseDb and ConvertDb. We can assess how feasible and relevant that is later.

Comments (9)

  1. Scott Christley

    I can help with this to some degree. At least in changes to the AIRR library as well as run tests on VDJServer.

  2. Jason Vander Heiden reporter

    CreateGermlines is done.

    Need to do ConvertDb, specifically for the genbank mode.

  3. Jason Vander Heiden reporter

    ConvertDb-genbank is done.

    For ConvertDb-fasta, ConvertDb-baseline, and all of ParseDb I don't think we need to have explicit support for the changeo or AIRR format. Those could all just be swapped to the python standard csv.writer because they don't actually require any content aware manipulation of the records. Just need to remove the case conversion of the headers.

  4. Jason Vander Heiden reporter

    ConvertDb and ParseDb should now no longer care whether the input is changeo or airr formatted.

  5. Log in to comment