use of org.nmdp.gl.MultilocusUnphasedGenotype in project ImmunogeneticDataTools by nmdp-bioinformatics.
the class GLStringUtilitiesTest method testConvertToMug.
@Test
public void testConvertToMug() {
MultilocusUnphasedGenotype mug = GLStringUtilities.convertToMug(VALID_GL_STRING);
assertNotNull(mug);
}
Aggregations