Skip to content
Snippets Groups Projects
  1. Jan 26, 2011
    • Vermaat's avatar
      templates/menu.html: · 70c603e2
      Vermaat authored
      - Link to bugtracker is now absolute.
      - Header for external links is no longer a link.
      
      src/Modules/File.py:
      - Bugfix for previous commit (transparent support for different types of
        line endings in batch input files).
      
      src/tests/test_wsgi.py:
      - Added batch tests with big input files. Added batch tests for different
        types of line endings in input files.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@166 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      70c603e2
  2. 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
  3. Jan 20, 2011
  4. Jan 19, 2011
  5. Jan 18, 2011
  6. Jan 14, 2011
  7. 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
  8. Dec 29, 2010
  9. Dec 28, 2010
  10. Dec 20, 2010
  11. 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
  12. Nov 16, 2010
  13. Nov 12, 2010
  14. Nov 11, 2010
  15. 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
  16. Oct 21, 2010
  17. Oct 03, 2010
  18. Sep 22, 2010
  19. 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
  20. Sep 03, 2010
Loading