Skip to content
Snippets Groups Projects
Commit a14333b8 authored by tcarver's avatar tcarver
Browse files

comment out print statement

parent ae459df5
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ public class MultipleAlleleVariant
if(isSNP && alleles.length == 3)
{
System.out.println(record.toString());
//System.out.println(record.toString());
for(int i=0; i<IUB_3.length; i++)
{
if( (IUB_3[i][1].equals(alleles[0]) && IUB_3[i][2].equals(alleles[1]) && IUB_3[i][3].equals(alleles[2])) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment