tiny cleanup
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1660 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3a341b2f06
commit
4318f75910
|
|
@ -69,7 +69,7 @@ public class RodGeliText extends BasicReferenceOrderedDatum implements Variation
|
||||||
depth = Integer.valueOf(parts[3]);
|
depth = Integer.valueOf(parts[3]);
|
||||||
maxMappingQuality = Integer.valueOf(parts[4]);
|
maxMappingQuality = Integer.valueOf(parts[4]);
|
||||||
|
|
||||||
System.out.printf("%s%n", parts[5]);
|
// UPPER case and sort
|
||||||
char[] x = parts[5].toUpperCase().toCharArray();
|
char[] x = parts[5].toUpperCase().toCharArray();
|
||||||
Arrays.sort(x);
|
Arrays.sort(x);
|
||||||
bestGenotype = new String(x);
|
bestGenotype = new String(x);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue