Skip to content
Snippets Groups Projects
  1. May 13, 2011
  2. Apr 18, 2011
  3. Apr 13, 2011
  4. Apr 12, 2011
  5. Apr 05, 2011
  6. Mar 31, 2011
  7. Mar 17, 2011
  8. Mar 14, 2011
  9. Mar 08, 2011
  10. Feb 28, 2011
  11. Feb 25, 2011
  12. Feb 24, 2011
    • Vermaat's avatar
      Added to runMutalyzer webservice method: · af58fccf
      Vermaat authored
      - genomic description
      - transcript descriptions
      - protein descriptions
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@189 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      af58fccf
    • Vermaat's avatar
      Reworked the calculation of new splice site positions. · 697c044e
      Vermaat authored
      src/Modules/Mutator.py:
      - For deletions, position shifts are now active from the first position
        following the deletion. Previous behaviour was from (but not including)
        the first position of the deletion itself.
      - Added method to check if the resulting shift gets smaller at some
        specific position: Mutator.shift_minus_at(position).
      - The positions in the shift list are now interpreted as a shift from
        (and including) the listed position. Previous behaviour was following
        (and not including) the listed position.
      - The Mutator.newSplice(sites) method has some additional logic. This
        fixes some bugs, including Trac bug #30.
      
      src/tests/test_mutator.py:
      - Written a lot of unit tests for the changes in Mutator.py.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@188 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      697c044e
  13. Feb 21, 2011
  14. Feb 17, 2011
  15. Feb 16, 2011
  16. Feb 02, 2011
  17. Jan 31, 2011
  18. Jan 28, 2011
  19. Jan 27, 2011
    • Vermaat's avatar
      Changes in the SOAP webservice. · 1c4bd7fc
      Vermaat authored
      src/wsgi.py:
      - Now use Python string formatting instead of TAL in Download.
      
      src/webservice.py:
      src/Modules/Serializers.py:
      - Don't use our List type, but standard Array for SOAP.
      - Add messages field in output of checkSyntax and runMutalyzer.
      
      templates/client-php.php:
      - Added PHP example SOAP client.
      
      templates/client-mono.cs:
      templates/client-soappy.py:
      templates/client-suds.py:
      - Updated example SOAP clients to all do the same thing.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@168 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      1c4bd7fc
Loading