Skip to content
Snippets Groups Projects
  • Vermaat's avatar
    fc7bd8c5
    Update description-extractor to 2.3.2 · fc7bd8c5
    Vermaat authored
    Mutalyzer used the `reverse_complement` function from the description
    extractor, which was a unicode string-only implementation.
    
    With this update, that implementation was removed and the BioPython
    reverse complement function used instead in the description
    extractor. Unfortunately this cannot work with unicode strings, so we
    now use our own `reverse_complement` which works on unicode strings.
    fc7bd8c5
    History
    Update description-extractor to 2.3.2
    Vermaat authored
    Mutalyzer used the `reverse_complement` function from the description
    extractor, which was a unicode string-only implementation.
    
    With this update, that implementation was removed and the BioPython
    reverse complement function used instead in the description
    extractor. Unfortunately this cannot work with unicode strings, so we
    now use our own `reverse_complement` which works on unicode strings.
This project manages its dependencies using pip. Learn more