- Mar 14, 2016
-
-
Vermaat authored
-
- Mar 11, 2016
- Mar 10, 2016
- Mar 09, 2016
-
-
Vermaat authored
Update dependencies
-
- Mar 08, 2016
-
-
Vermaat authored
-
Vermaat authored
Mutalyzer used the `reverse_complement` function from the description extractor, which was a unicode string-only implementation. With this update, that implementation was removed and the BioPython reverse complement function used instead in the description extractor. Unfortunately this cannot work with unicode strings, so we now use our own `reverse_complement` which works on unicode strings.
-
- Feb 25, 2016
- Feb 24, 2016
-
-
Vermaat authored
Only run import-reference on mitochondrial refs
-
- Feb 23, 2016
- Feb 22, 2016
-
-
Vermaat authored
LRG transcript mappings
-
Vermaat authored
Previously the getTranscriptsMapping webservice method didn't return enough information to construct a complete transcript name. This is now reported in a new `transcript` field.
-
Vermaat authored
-
Vermaat authored
The following three webservice methods return a list of transcript identifiers for some query: - getTranscriptsRange - getTranscripts - getTranscriptsByGeneName Previously they didn't work correctly for LRG transcripts (a bogus version was included and no transcript was selected) and refseq transcripts on mtDNA (no transcript was selected). Additionally, the getTranscriptsRange method now optionally includes version numbers with the boolean versions argument (default false).
-
Vermaat authored
Note that we explicitely only support LRG references as transcripts, so using c. positioning to convert to/from chromosomal positioning. Supporting LRG references as genomic referenes, so using g. positioning can be future work but converting them to/from LRG transcripts is of course already done by the name checker. Converting between genomic LRG positioning and chromosomal positioning directly is not something that can be easily supported in the current setup of the position converter.
-
- Feb 17, 2016
-
-
Vermaat authored
Improve error message when reference is too large
-
- Feb 16, 2016
-
-
Vermaat authored
This will mainly help when the user tries to use a chromosomal NC reference in the name checker.
-
- Feb 15, 2016
-
-
Vermaat authored
Set process name for long-running processes
-
Vermaat authored
For long-running processes it can be convenient to have a short and human-readable process name. For example, in our typical server configuration we have quite a few Mutalyzer processes running with very long process names, making ps and top output hard to parse. It is assumed that in production environments the webservices and website are ran in a separate WSGI server such as Gunicorn which can be configured to set the process name. The setproctitle dependency for this feature is a C extension and we therefore make it a soft dependency. Construction copied from Gunicorn: https://github.com/benoitc/gunicorn/blob/5bc13be79ecaf8f1027764c600023f674ebcf5b2/gunicorn/util.py#L55
-
- Feb 10, 2016
- Jan 06, 2016
- Dec 21, 2015
- Dec 19, 2015
-
-
Vermaat authored
Add gene feature to genbank file without version
-