Skip to content
Snippets Groups Projects
  1. May 09, 2012
    • Vermaat's avatar
      Refactor name checker to accept GET requests · d5f1e49d
      Vermaat authored
      Until now, the name checker form used POST requests. As a special case for
      linking from LOVD, GET requests were handled by showing results without the
      full interface (header, menu, etc). Ordinary linking was done to a separate
      checkForward location which then set a cookie with the variant name and a
      redirect to the name checker results. This was all very hackish and somewhat
      broken (see Track issue #94).
      
      This commit refactors the name checker to use GET requests, so ordinary
      bookmarking of result pages is possible. All old entrypoints are handled with
      a redirect for backwards compatibility.
      
      Worth mentioning is that variant descriptions in the name checker are now
      limited in length by the maximum query string length. However, this maximum
      is several thousand characters with Internet Explorer having the lowest
      maximum of just over 2000. Longer descriptions are not practically checked
      with the name checker web interface anyway, so this should not be a problem.
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@521 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      d5f1e49d
  2. Mar 29, 2012
  3. Mar 12, 2012
  4. Mar 01, 2012
  5. Feb 21, 2012
  6. Feb 20, 2012
  7. Feb 01, 2012
  8. Jan 31, 2012
  9. Jan 26, 2012
  10. Jan 25, 2012
  11. Jan 08, 2012
  12. Dec 14, 2011
  13. Dec 07, 2011
  14. Nov 24, 2011
  15. Nov 23, 2011
  16. Nov 14, 2011
  17. Nov 10, 2011
  18. Nov 08, 2011
  19. Nov 04, 2011
  20. Nov 01, 2011
  21. Oct 21, 2011
  22. Oct 20, 2011
  23. Oct 10, 2011
  24. Sep 29, 2011
  25. Sep 27, 2011
  26. Sep 20, 2011
  27. Sep 19, 2011
  28. Sep 13, 2011
  29. Sep 06, 2011
  30. Sep 05, 2011
  31. Sep 02, 2011
    • Vermaat's avatar
      Convert 'map' table to 'Mapping' and use NCBI for updates. · 13737ad9
      Vermaat authored
      Convert the 'hg18.map' and 'hg19.map' tables are to 'hg18.Mapping' and
      'hg19.Mapping'. These tables are now updated with mapping info from the
      NCBI instead of the UCSC.
      
      Also added database and configuration file migration scripts.
      
      extras/config.example:
      - Remove configuration values for UCSC updates.
      
      extras/post-install.sh:
      mutalyzer/Mapper.py:
      mutalyzer/Db.py:
      - Use 'Mapping' table instead of 'map' table.
      
      extras/cron.d/mutalyzer-mapping-update:
      mutalyzer/Mapper.py:
      mutalyzer/Db.py:
      - Get mapping updates from the NCBI.
      
      extras/migrations:
      extras/post-upgrade.sh:
      - Automated migration scripts.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@342 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      13737ad9
Loading