Skip to content
Snippets Groups Projects
  1. Apr 12, 2011
  2. Apr 05, 2011
  3. Mar 31, 2011
  4. Mar 17, 2011
  5. Mar 14, 2011
  6. Mar 08, 2011
  7. Feb 28, 2011
  8. Feb 25, 2011
  9. 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
  10. Feb 21, 2011
  11. Feb 17, 2011
  12. Feb 16, 2011
  13. Feb 02, 2011
  14. Jan 31, 2011
  15. Jan 28, 2011
  16. 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
  17. Jan 26, 2011
  18. Jan 25, 2011
    • Vermaat's avatar
      Transparently support different line ending styles in batch checker input... · 6d0c659d
      Vermaat authored
      Transparently support different line ending styles in batch checker input files (Unix, Mac, and Windows styles).
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@165 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      6d0c659d
    • Laros's avatar
      Moved suggestions, bugreports, etc. to the bugtracking system. Added a test · c79994d0
      Laros authored
      documentation page for webservices. Modified the getGeneAndTranscript()
      webservice function to return both the name of the transcript and the
      description of the product.
      
      Todo.txt:
      version 2.0 bugs.txt:
      beta-feedback.pdf:
      suggestions.txt:
      beta-feedback.txt:
      - Removed these files and added them to the bugtracking system.
      
      wsgi.py:
      - Added a page webservdoc (just a test, don't use).
      
      webservdoc.html:
      - Template for webservice documentation (just a test, don't use).
      
      wsdl-viewer.xsl:
      - Disabled the extensive footer.
      - Removed borders.
      - Removed the title.
      
      webservice.py:
      - Modified the getGeneAndTranscript() webservice function to return both the
        name of the transcript and the description of the product in a container.
      
      Serializers.py:
      - Added the container used by getGeneAndTranscript() (see webservice.py).
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@164 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      c79994d0
Loading