Skip to content
Snippets Groups Projects
  1. Jan 18, 2011
  2. Jan 14, 2011
  3. Jan 12, 2011
    • Laros's avatar
      Updated the release date and version number. · 3ee551ba
      Laros authored
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@134 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      3ee551ba
    • Laros's avatar
      Added feedback and todo information, added splice site destruction detection · bae57923
      Laros authored
      andfixed a bug in the GenBank parser.
      
      version 2.0 bugs.txt, beta-feedback.pdf, suggestions.txt, beta-feedback.txt:
      - Suggestions, bugs, todo lists, ...
      
      mutalyzer.sql:
      - Definitions of the mutalyzer database (to be merged with documentation).
      
      Install.txt:
      - Added the definition of the map table.
      
      batch.html:
      - Modified the help text to reflect the internal functionality.
      
      Mutalyzer.py:
      - Added the function __overSplice() that checks whether a splice site is 
        destroyed.
      - Added a check for splice site destruction by calling aforementioned function.
      
      webservice.py:
      - Removed a typo (getGeneAndTranscipt() -> getGeneAndTranscript()).
      
      Mutator.py:
      - Reinstated the insertion of sequences on splice junctions to be added to the
        exon instead of the intron.
      - Fixed a bug in the shiftpos() function.
      
      GBparser.py:
      - Fixed a bug that was triggered if the input is a minimally annotated one-exon
        gene.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@133 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      bae57923
  4. Dec 29, 2010
  5. Dec 28, 2010
  6. Dec 20, 2010
  7. Dec 10, 2010
    • Laros's avatar
      Fixed a bug in the __locationList2posList() function. · 94bb67e1
      Laros authored
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@110 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      94bb67e1
    • Laros's avatar
      Updated the version and release date. · f2777d29
      Laros authored
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@109 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      f2777d29
    • Laros's avatar
      Added presentations, fixed a bug in the numberConversion() webservice function · c6c7c522
      Laros authored
      and added a couple of functions to the webservice.
      
      doc:
      - Added all presentations given on Mutalyzer.
      
      doc/TechnicalReference/bnf.tex:
      - Updated the documentation of the BNF.
      
      Mutalyzer.py:
      - Added a check for a valid start position in the __rv() function. If it is not
        set, the parser has accepted the variant description, but did not do anything
        more (unimplemented variant types for example). An ``unknown error'' is
        returned for now.
      - Added the following to the output object in the __ppp() function, needed by
        the runMutalyzer() function of the webservice:
        - Original genomic reference sequence.
        - Mutated genomic reference sequence.
        - Original RNA sequence.
        - Mutated RNA sequence.
        - Original CDS sequence.
        - Mutated CDS sequence.
        - Original Protein sequence.
        - Mutated Protein sequence.
        - Alternative Protein sequence.
      
      webservice.py:
      - Added a function getTranscriptsByGeneName() that returns a list of
        transcripts, given a gene name.
      - Fixed the getTranscriptsRange() function (see Mapper.py).
      - Added the sequences described above in the Mutalyzer.py section to the output
        of the runMutalyzer() function.
      - Added the summary of the output messages to the return object of the
        runMutalyzer() function.
      - Added a getGeneAndTranscipt() function, that given a genomic reference
        sequence and a transcript accession number (NM_...) returns the gene name and
        transcript variant. 
      
      Serializers.py:
      - Modified the MutalyzerOutput class to contain the values described in the
        Mutalyzer.py and webservice.py section.
      
      Scheduler.py:
      - Modified a call to chrom2c(), (see Mapper.py).
      
      Mapper.py:
      - Added an extra check on the start location (also see Mutalyzer.py, first
        point).
      - Modified the chrom2c() function to use an additional argument to control the
        return type. It can now either return a list or a dictionary.
      
      Db.py:
      - Added a function get_TranscriptsByGeneName(), for the
        getTranscriptsByGeneName() function of the webservice.
      
      VarInfo.py:
      - Added (commented out) debug code.
      
      index.py:
      - Modified a call to chrom2c(), (see Mapper.py).
      
      sp.py:
      - Added examples for (some of) the new functions of the webservice.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@108 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      c6c7c522
  8. Nov 16, 2010
  9. Nov 12, 2010
  10. Nov 11, 2010
  11. Nov 08, 2010
    • Laros's avatar
      Added a new function to the webservice, enabled analysis of non-coding RNA and · 518b5e14
      Laros authored
      fixed a bug that was triggered when a range is used in combination with a
      genomic notation.
      
      webservice.py:
      - Added a function runMutalyzer(), full programmatic access to Mutalyzer (to 
        be expanded).
      
      Serializers.py:
      - Added the class MutalyzerOutput() which will contain any data needed by the
        webservice. For now it only contains the original and mutated DNA sequence.
      
      sp.py:
      - Added the new runMutalyzer() function to the examples.
      
      GenRecord.py:
      - Activated the transcription of non-coding RNA.
      
      GBparser.py:
      - Added the gathering of non-coding RNA data from an NR reference sequence.
      
      Mutalyzer.py:
      - Fixed a bug that was triggered when a range is used in combination with a 
        genomic notation.
      - Added the full original and mutated string to the output object for use in
        webservices.
      
      Parser.py:
      - Corrected some comment.
      
      bnf.tex:
      - Synchronised the BNF with the functionality of the parser.
      
      help.html:
      - Corrected some text.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@99 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      518b5e14
  12. Oct 21, 2010
  13. Oct 03, 2010
  14. Sep 22, 2010
  15. Sep 09, 2010
    • Laros's avatar
      Fixed a bug that was triggered by incomplete exons in an EST reference sequence. · 31272838
      Laros authored
      mutalyzer.conf:
      - Increased the UpdateInterval window to three weeks (apparently 7 was too
        small since we sometimes miss an update).
      
      handler.py:
      - Added mimetype guessing for all files in base/ (to make images cacheable and
        to reduce browser errors).
      
      UCSC_update.py:
      - Fixed a bug that made the update program crash.
      
      GenRecord.py:
      - Added a function __checkExonList() that checks whether CDS start and CDS stop
        are in the list of gathered exons.
      - Added error handling for incomplete exon lists.
      
      Web.py:
      - Updated the release date.
      
      menu.html:
      - Fixed a syntax bug.
      
      style.css:
      - Fixed a syntax bug.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@89 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      31272838
  16. Sep 03, 2010
  17. Aug 31, 2010
  18. Aug 27, 2010
  19. Aug 26, 2010
  20. Aug 18, 2010
  21. Aug 16, 2010
    • Laros's avatar
      Fixed a bug that made a +1 or -1 intron position result in a frame shift. · 2ea6cf83
      Laros authored
      Mutator.py:
      - In the newSplice() function, The call to shiftpos() is changed back to the
        original one. This version (shiftpos(i + 1) - 1) was done to make an
        insertion at the end of an exon possible. So this functionality is not
        available right now.
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@80 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      2ea6cf83
    • Laros's avatar
      Beta-2 release. · 1755a402
      Laros authored
      Wrote documentation:
      - Removed the bibliography database and replaced it with a (generated) bbl
        file.
      - Wrote a number of new sections in the TRM.
      - Modified the Makefile for the new bibliography method.
      
      Mutalyzer.py:
      - Added documentation.
      - Reinstated the ``alternative protein'' (alternative start codon).
      - Added the molType to the output object, this is needed in the check.html
        template.
      
      Scheduler.py:
      - Fixed a bug that made any position conversion batch job crash.
      
      File.py:
      - Fixed a bug that made every batch job with no errors in the input crash.
      
      index.py:
      - Added a variable genomicDNA to the arguments in the check() function.
      - Fixed a bug in the syntaxCheck() function, that made the syntax checker
        crash.
      
      check.html:
      - Added a ``clear field'' button.
      - Added different headers for genomic DNA and mRNA.
      - Modified the ``alternative protein'' visualisation.
      
      snp.html:
      - Added a ``clear field'' button.
      
      menu.html:
      - Fixed a bug in the background image.
      - Removed the link to HGVS_nomenclature_extension_proposal.pdf and made it an
        external link.
      - Added a link to Mutalyzer 1.0.4.
      
      menu.js:
      - Added a clearForm() function that clears one element in a form.
      
      converter.html:
      - Added a ``clear field'' button.
      
      parse.html:
      - Added a ``clear field'' button.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@79 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      1755a402
  22. Aug 09, 2010
    • Laros's avatar
      First Beta release. · e0024265
      Laros authored
      Added help and about pages.
      
      Extended the TRM.
      
      Mutalyzer.py:
      - Added a __checkDNA() funtion for input checking.
      - Added a warning message for ``rolled'' insertions that are not duplications.
      - Added a warning for unsupported RNA descriptions.
      
      Web.py:
      - Added a release date variable.
      - Increased version numbers.
      
      index.py:
      - Added functions for the new pages (help.html and about.html)
      - Fixed a cosmetic bug that occurred when using html tags in the input.
      
      menu.html:
      - Made the top and bottom links compatible with Internet Explorer.
      - Added a link to the about page.
      - Added a link to the name generator page.
      - Removed some comment, altered some layout.
      
      index.html:
      - Moved some technical data to the about page.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@78 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      e0024265
Loading