- Jul 21, 2015
- Jul 09, 2015
- May 27, 2015
- Mar 27, 2015
- Feb 10, 2015
-
-
Vermaat authored
-
- Jan 30, 2015
-
-
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.
-
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.
-
- Dec 16, 2014
- Nov 19, 2014
-
-
Vermaat authored
-
- Nov 04, 2014
- Oct 22, 2014
- Oct 21, 2014
-
-
Vermaat authored
-
- Oct 20, 2014
- Oct 09, 2014
- Oct 03, 2014
-
-
Vermaat authored
-
- Sep 27, 2014
-
-
Vermaat authored
-
Vermaat authored
Upstream Spyne crashes on POST requests to the HTTP/RPC+JSON webservice. We patched it in a rather hacky way. This was a regression from the old codebase, where we installed Spyne separately from our LUMC GitHub mirror. This is now also referenced in the requirements.txt file. Thanks to Ken Doig for reporting the issue.
-
- Sep 26, 2014
- Jul 04, 2014
-
-
Vermaat authored
-
- Apr 23, 2014
-
-
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.
-