Skip to content
Snippets Groups Projects
  1. Jun 19, 2011
  2. May 20, 2011
  3. May 13, 2011
  4. Apr 18, 2011
  5. Apr 13, 2011
  6. Apr 12, 2011
  7. Apr 05, 2011
  8. Mar 31, 2011
  9. Mar 17, 2011
  10. Mar 14, 2011
  11. Mar 08, 2011
  12. Feb 28, 2011
  13. Feb 25, 2011
  14. 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
  15. Feb 21, 2011
  16. Feb 17, 2011
  17. Feb 16, 2011
  18. Feb 02, 2011
  19. Jan 31, 2011
  20. Jan 28, 2011
    • Laros's avatar
      In the webservices, added a new upload function, slightly added the · 57047f17
      Laros authored
      runMutalyzer() function and added a new example script.
      
      
      webservice.py:
      - Added sliceChromosome(), which returns an UD number given a chromosome
        accession number, a start and end and an orientation.
      - Modified the runMutalyzer() function to also return a description on the
        chromosome.
      Serializers.py:
      - Added chromDescription to the MutalyzerOutput class (see webservice.py).
      
      webservices.html, textmining.py, textmining_sample.txt:
      - Added a small textmining example.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@170 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      57047f17
Loading