Skip to content
Snippets Groups Projects
  1. Mar 08, 2011
    • Vermaat's avatar
      Try to handle whole-exon deletion and exon-fusion. · e301a743
      Vermaat authored
      src/Modules/Mutator.py:
      - Added method (add_removed_sites) to give splice sites that should be
        ignored. Now newSplice() does not process these splice sites.
      
      src/Mutalyzer.py:
      - Handle whole-exon deletions and exon-fusions by removing splice sites
        where we can. A notice is printed in this case. Otherwise, if splice
        sites are hit in some other way, no protein product is predicted. This
        fixes Trac issues #35 and #36.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@195 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      e301a743
  2. Feb 28, 2011
  3. Feb 25, 2011
  4. 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
  5. Feb 21, 2011
  6. Feb 17, 2011
  7. Feb 16, 2011
  8. Feb 02, 2011
  9. Jan 31, 2011
  10. Jan 28, 2011
  11. 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
  12. Jan 26, 2011
  13. 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
  14. Jan 20, 2011
  15. Jan 19, 2011
  16. Jan 18, 2011
Loading