Search in sources :

Example 6 with MultilocusUnphasedGenotype

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);
}
Also used : MultilocusUnphasedGenotype(org.nmdp.gl.MultilocusUnphasedGenotype) Test(org.junit.Test)

Aggregations

MultilocusUnphasedGenotype (org.nmdp.gl.MultilocusUnphasedGenotype)6 Sample (org.dash.valid.Sample)3 Test (org.junit.Test)3 BufferedReader (java.io.BufferedReader)1 IOException (java.io.IOException)1 LinkageDisequilibriumGenotypeList (org.dash.valid.gl.LinkageDisequilibriumGenotypeList)1 DetectedLinkageFindings (org.dash.valid.report.DetectedLinkageFindings)1 CommandLineParseException (org.dishevelled.commandline.CommandLineParseException)1 GlClient (org.nmdp.gl.client.GlClient)1 GlClientException (org.nmdp.gl.client.GlClientException)1 LocalGlClient (org.nmdp.gl.client.local.LocalGlClient)1