Skip to content
Snippets Groups Projects
  1. Mar 10, 2016
  2. Mar 09, 2016
  3. Mar 08, 2016
    • Vermaat's avatar
      Update dependencies · d85f46ff
      Vermaat authored
      d85f46ff
    • Vermaat's avatar
      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
  4. Feb 25, 2016
  5. Feb 24, 2016
  6. Feb 23, 2016
  7. Feb 22, 2016
    • Vermaat's avatar
      Merge pull request #147 from mutalyzer/lrg-mappings · 291b9bb8
      Vermaat authored
      LRG transcript mappings
      291b9bb8
    • Vermaat's avatar
      Add transcript in getTranscriptsMapping output · af3a5788
      Vermaat authored
      Previously the getTranscriptsMapping webservice method didn't return
      enough information to construct a complete transcript name. This is now
      reported in a new `transcript` field.
      af3a5788
    • Vermaat's avatar
      736f0bc1
    • Vermaat's avatar
      Fix transcript naming in mapping webservices · d2987465
      Vermaat authored
      The following three webservice methods return a list of transcript
      identifiers for some query:
      
      - getTranscriptsRange
      - getTranscripts
      - getTranscriptsByGeneName
      
      Previously they didn't work correctly for LRG transcripts (a bogus
      version was included and no transcript was selected) and refseq
      transcripts on mtDNA (no transcript was selected).
      
      Additionally, the getTranscriptsRange method now optionally
      includes version numbers with the boolean versions argument
      (default false).
      d2987465
    • Vermaat's avatar
      Support LRG transcripts in the position converter · d9335656
      Vermaat authored
      Note that we explicitely only support LRG references as transcripts,
      so using c. positioning to convert to/from chromosomal positioning.
      
      Supporting LRG references as genomic referenes, so using g. positioning
      can be future work but converting them to/from LRG transcripts is of
      course already done by the name checker.
      
      Converting between genomic LRG positioning and chromosomal positioning
      directly is not something that can be easily supported in the current
      setup of the position converter.
      d9335656
  8. Feb 17, 2016
  9. Feb 16, 2016
  10. Feb 15, 2016
  11. Feb 10, 2016
  12. Jan 06, 2016
  13. Dec 21, 2015
  14. Dec 19, 2015
  15. Dec 18, 2015
Loading