Skip to content
Snippets Groups Projects
  1. Mar 27, 2015
  2. Feb 10, 2015
  3. Jan 30, 2015
    • Vermaat's avatar
      Discard incomplete genes in genbank reference files · 73c0862f
      Vermaat authored
      Many genbank reference files contain more than one gene, especially
      slices from an assembly. Some of these genes may be incomplete in
      the reference file (i.e., either start or end exceeds the outer
      coordinates). We cannot really do anything with these genes, so we
      discard them during parsing.
      73c0862f
    • Vermaat's avatar
      Add getGeneLocation webservice method · e06452a1
      Vermaat authored
      Given a gene symbol and optional genome build, this returns the location
      of the gene.
      
      Primary motivation for this is LOVD, where it will be used in combination
      with sliceChromsome as an alternative for sliceChromosomeByGene which only
      works on the fixed Ensembl genome build.
      e06452a1
  4. Dec 16, 2014
  5. Nov 19, 2014
  6. Nov 04, 2014
  7. Oct 22, 2014
  8. Oct 21, 2014
  9. Oct 20, 2014
  10. Oct 09, 2014
  11. Oct 03, 2014
  12. Sep 27, 2014
  13. Sep 26, 2014
  14. Jul 04, 2014
  15. 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
Loading