Skip to content
Snippets Groups Projects
  1. Jul 21, 2014
  2. Jul 04, 2014
  3. Jul 01, 2014
  4. Jun 26, 2014
  5. Jun 25, 2014
  6. Jun 24, 2014
  7. May 13, 2014
  8. Apr 30, 2014
  9. Apr 25, 2014
  10. Apr 23, 2014
    • Vermaat's avatar
      Move to Sphinx for developer documentation · 2f33e62c
      Vermaat authored
      This is quite a large commit, touching many things related to developer
      documentation. It is all focussed on getting as much of this as possible
      into the new Sphinx-based documentation.
      
      Some highlights:
      
      - Start Sphinx-based developer documentation, including fairly complete
        instructions for installation and configuration.
      - Remove epydoc API docs.
      - Rework some docstrings to conform to reStructuredText, so they can be
        used in the API docs generated by Sphinx.
      - Move all of the top-level text files to reStructuredText so they can
        linked from the Sphinx-based docs and for consistency.
      - Remove many obsolete things from the extras/ directory, including old
        installation scripts and migrations.
      
      Many of the installation related documentation and scripts are removed
      or adapted in light of the new automated deployment using Ansible.
      2f33e62c
  11. Apr 17, 2014
  12. Mar 27, 2014
  13. Mar 26, 2014
    • Vermaat's avatar
      In LRG, ignore transcripts without a fixed id · 289423f8
      Vermaat authored
      Because we don't know how to name them anyway. We also ignore genes
      without any transcripts.
      289423f8
    • Vermaat's avatar
      In LRG, only support one CDS per transcript (ignore all others) · a89fcf46
      Vermaat authored
      The LRG model allows for more than one CDS per transcript (and each CDS
      can be coupled with more than one transcript). The Mutalyzer gene model
      does not allow that.
      
      Previously, multiple CDSs per transcript where treated incorrectly (I
      think), so now we just ignore any CDS except the first per transcript.
      
      Unfortunately, it is a bit more involved to give good warnings for this,
      so that is not implemented.
      a89fcf46
  14. Mar 25, 2014
  15. Mar 20, 2014
  16. Mar 08, 2014
  17. Mar 01, 2014
    • Vermaat's avatar
      Reverse complement range insertions/insertion-deletions · 57120a89
      Vermaat authored
      The name checker supports reverse complement ranges in insertions
      and insertions-deletions, for example `3_4ins8_12inv'.
      
      Reverse complement range insertions and insertion-deletions are not
      part of the current HGVS nomenclature, but will be proposed.
      57120a89
  18. Feb 28, 2014
    • Vermaat's avatar
      Range and compound insertions/insertion-deletions · 31b2f13a
      Vermaat authored
      The name checker supports ranges in insertions and insertion-
      deletions, for example `3_4ins8_12`, and compound insertions and
      insertion-deletions, for example `3_4ins[ATC;8_12]`.
      The inserted sequences are accepted and concatenated before any
      further processing, so reported descriptions show only the
      concatenated sequences.
      The support for ranges is limited to genomic descriptions.
      
      The position converter supports compound insertions and
      insertion-deletions, not ranges.
      
      Compound insertions and insertion-deletions are not part of the
      current HGVS nomenclature, but will be proposed.
      31b2f13a
  19. Feb 22, 2014
Loading