Skip to content
Snippets Groups Projects
  1. Jan 19, 2014
  2. Jan 16, 2014
  3. Jan 10, 2014
    • Vermaat's avatar
      Update SQLAlchemy dependency · e7b32ffa
      Vermaat authored
      e7b32ffa
    • 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
      Talking to a Redis server · f1be7567
      Vermaat authored
      f1be7567
    • Vermaat's avatar
      Fix util.LazyObject for wrapping None · 98bef8cc
      Vermaat authored
      98bef8cc
    • 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
  4. Jan 04, 2014
  5. Dec 23, 2013
  6. Dec 20, 2013
  7. Dec 19, 2013
  8. Dec 13, 2013
Loading