Skip to content

Avoid length limit for input fasta ids #30

@alpae

Description

@alpae

The enforced length limit on the fasta IDs is annoying.

if len(prot_rec_id)>60: # todo 85 is the limit without considering ||s.

we could replace all the IDs with a lookup table. however, there are a few things to consider:

  • doing it before OMAmer mapping means the results cannot easily be reused / existing omamer placements are invalid.
  • debugging will involve an extra (mental) mapping step.
  • generally requires all reporting steps to replace the mapping again.

One option could be to store the mapping in a sqlite database. comments wellcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions