Commit graph

6 commits

Author SHA1 Message Date
1bbb85153c Add constructor for Variant based on Variations
A Variant is a collection of Variations, right? Unfortunately there was no
way to convert a collection of Variations into a Variant, so I added one.
2022-07-21 12:33:35 +00:00
97e1d193a6
Add VCF spec tests for reference and alternate bases 2022-07-13 16:50:00 -05:00
36cbd5abb9
Add tests for variations function 2022-07-05 09:10:02 -05:00
6bc1528d18
Add tests for Variation parsing 2022-06-14 16:24:55 -05:00
ade9b7e41d
Fix inconsistent Variation positions (#4)
* Change Variant constructor to use alignment positions

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>

* Add test for positions of Variations

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2022-05-06 12:26:49 +02:00
Jakob Nybo Nissen
92a2d40553 Implement translate 2022-01-26 14:59:19 +01:00