singa-bio / singa

:leaves: SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.
MIT License
8 stars 2 forks source link

add support for UniProt variants annotations #83

Closed fkaiserbio closed 5 years ago

fkaiserbio commented 5 years ago
cleberecht commented 5 years ago

implemented support for sequence variants in commit 4fd7d42 (branch feature/mutation-variation-parsing)

You can get the variations using:

Protein transthyretin = UniProtParserService.parse("P02766");
List<SequenceVariant> sequenceVariants = transthyretin.getFeature(SequenceVariants.class).getFeatureContent();

Please report errors and bugs in this thread.

fkaiserbio commented 5 years ago
cleberecht commented 5 years ago

should be fixed in bf99b60

fkaiserbio commented 5 years ago

merged in development https://github.com/singa-bio/singa/commit/093fca42cb31ffac09b01ca911a737b5ae1dca8c