- 13 Sep, 2016 1 commit
-
-
Laros authored
New module can be found here: https://github.com/mutalyzer/crossmapper
-
- 24 Jun, 2016 4 commits
- 23 Jun, 2016 5 commits
- 22 Jun, 2016 6 commits
- 15 Jun, 2016 4 commits
- 14 Jun, 2016 5 commits
-
-
Vermaat authored
Move dbSNP query to ncbi module
-
Vermaat authored
This removes 25% of the code from the Retriever module which didn't really belong there in the first place. No output object is used anymore, a simple exception is thrown on connection errors. We also removed the auto retry around the Entrez call which I think didn't fix a problem that's ours to fix and added a lot of complexity.
-
Vermaat authored
-
Vermaat authored
Revert adding Reference.version column
-
Vermaat authored
While working on this, I came to the conclusion it's not a good idea to split accession and version. It introduces a lot of complexity for little benefit. In general, Mutalyzer always sees 'accession.version' as the identifier of the reference and because we always want exact identifiers, there is little need for accession numbers without version. The most obvious use case I see for a split is that we can easily query available references with a certain accession, not taking version into account, as a way to inform the user when a specific reference identifier was not found. But I guess we better have this use case as the exception, and make our life easier for the rest. So I guess I'm aborting this for now. Addition of the `version` column has already landed in the master branch, but this is easy to roll back. The original column has not yet been touched in master.
-
- 13 Jun, 2016 3 commits
- 12 Jun, 2016 4 commits
-
-
Vermaat authored
Keep Reference.geninfo_identifier
-
Vermaat authored
This corrects #396 in which we were a bit too quick actually dropping the column. As per our migration policy, we should first update the code to work without the column, then drop the column at least one release later.
-
Vermaat authored
Remove support for GI numbers
-
Vermaat authored
The NCBI is phasing out the use of sequence GIs, so we have no other choice than to drop support for them. https://www.ncbi.nlm.nih.gov/news/03-02-2016-phase-out-of-GI-numbers/ Fixes #349
-
- 10 Jun, 2016 2 commits
-
-
Vermaat authored
Drop Reference.slice_* and Reference.download_url
-
- 09 Jun, 2016 6 commits
-
-
Vermaat authored
Fix data migrations for Reference.source
-
Vermaat authored
Due to a bug in the data migrations for the new `Reference.source` column introduced in #387 and #392, the start position for references created as a slice was used as both start and stop position in the new column for storing this data. This commit fixes these migrations and on top of this adds a new migration which corrects any values set by the old migrations (in case they were run before this fix). The original columns for these values have not yet been dropped, so no data has been lost. Thanks @ifokkema for reporting this issue. Fixes #393
-
Vermaat authored
Add NOT NULL constraint on Reference.source
-
Vermaat authored
Follow-up to #387, fixes #388
-
Vermaat authored
Release 2.0.19
-
Vermaat authored
-