Skip to content
Snippets Groups Projects
  1. Aug 27, 2014
  2. Jun 24, 2014
  3. Mar 01, 2014
    • Vermaat's avatar
      Reverse complement range insertions/insertion-deletions · 57120a89
      Vermaat authored
      The name checker supports reverse complement ranges in insertions
      and insertions-deletions, for example `3_4ins8_12inv'.
      
      Reverse complement range insertions and insertion-deletions are not
      part of the current HGVS nomenclature, but will be proposed.
      57120a89
  4. Feb 28, 2014
    • Vermaat's avatar
      Range and compound insertions/insertion-deletions · 31b2f13a
      Vermaat authored
      The name checker supports ranges in insertions and insertion-
      deletions, for example `3_4ins8_12`, and compound insertions and
      insertion-deletions, for example `3_4ins[ATC;8_12]`.
      The inserted sequences are accepted and concatenated before any
      further processing, so reported descriptions show only the
      concatenated sequences.
      The support for ranges is limited to genomic descriptions.
      
      The position converter supports compound insertions and
      insertion-deletions, not ranges.
      
      Compound insertions and insertion-deletions are not part of the
      current HGVS nomenclature, but will be proposed.
      31b2f13a
  5. Feb 22, 2014
  6. Feb 17, 2014
  7. Jan 22, 2014
    • Vermaat's avatar
      Use fixtures in the unit tests · c49d49f0
      Vermaat authored
      This is The Good Stuff. The entire test suite can now be run without
      having to setup a database, running the batch checker, any of the web
      services or the website. It even passes without an internet connection.
      In, like, 30 seconds! Awesome!
      
      This means tests don't randomly fail after some reference sequence
      changes on the NCBI server and it doesn't take an entire configured
      server with mapping database setup to run the tests. Those are things
      of the past! No more frustrations, Mutalyzer is testable!
      
      Going down now...
      
      The mountain screamed three times today
      I guess it thought it'd like to play
      How much does one have to pay
      To fry a peak and melt away
      Launching titan's breath on mine
      The sweating measure lands on time
      
      And the old man, down by the river
      Well he walks up and he walks on down
      To the spaceship that's parked at your doorstep
      And it's waiting to take you away now
      
      Goin' down now
      Goin' down now
      
      Looking for the rate that crowed
      He's hooked up down in Mexico
      Slap my nerve now give me more
      It's my disaster friend, not yours
      
      And the old man, down by the river
      Well he walks up and he walks on down
      To the spaceship that's parked at your doorstep
      And it's waiting to take you away now
      
      And the last one, it's down by the river
      Where he gets up and he walks on down
      To the spaceship that's parked at your doorstep
      And it's waiting to take you away now
      
      It's down by the river, it's always this way now
      It's down by the river, it's always this way now
      
      Going down now
      Going down now
      now, now, now
      
      down, down, down
      c49d49f0
  8. Jan 10, 2014
    • Vermaat's avatar
      Remove obsolete Db module · 667f39a6
      Vermaat authored
      Now that we ported the database to SQLAlchemy, we remove the obsolete Db
      module and all references to it.
      667f39a6
    • Vermaat's avatar
      Use Redis for stat counters · 8fa5c251
      Vermaat authored
      The Redis client automatically falls back to a mock Redis server if no
      Redis server is configured. Therefore, a Redis server is not needed to
      run Mutalyzer. You'll just not get any aggregate stat counts over
      different runs.
      8fa5c251
    • Vermaat's avatar
      Port Mapping database module to SQLAlchemy · e9bf1bc9
      Vermaat authored
      This introduces a proper notion of genome assemblies. Transcript
      mappings for alle genome assemblies are in the same database, which
      is better for maintenance. Updating transcript mappings is also
      simplified a lot, especially from NCBI mapview files where we now
      require a preprocessing sort on the input file.
      
      Overall, this port touches a lot of Mutalyzer code, so beware.
      e9bf1bc9
  9. Jan 04, 2014
  10. Dec 23, 2013
    • Vermaat's avatar
      Fix unit tests with SQLAlchemy · 94df7c07
      Vermaat authored
      This involves making the SQLAlchemy session reconfigurable at run-time,
      which is done automatically on updating the Mutalyzer configuration using
      configuration update callbacks.
      94df7c07
    • Vermaat's avatar
      SQLAlchemy in batch jobs · bb82e22e
      Vermaat authored
      Port the entire batch job infrastructure, including scheduler, to use
      the SQLAlchemy ORM instead of the old Db module.
      bb82e22e
  11. Dec 19, 2013
  12. Dec 13, 2013
  13. Sep 19, 2013
  14. Sep 18, 2013
  15. Apr 09, 2013
  16. Mar 25, 2013
  17. Feb 25, 2013
  18. Feb 12, 2013
  19. Jan 14, 2013
  20. Dec 11, 2012
  21. Nov 15, 2012
  22. Nov 14, 2012
  23. Oct 05, 2012
  24. Oct 04, 2012
  25. Aug 21, 2012
  26. Aug 20, 2012
Loading