commented out inactive (due to string ==) but actually incorrect code. Sometimes two wrongs do make a right
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2801 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c7e006a996
commit
33760834d6
|
|
@ -243,8 +243,8 @@ public class rodDbSNP extends BasicReferenceOrderedDatum implements VariationRod
|
|||
RS_ID = parts[4];
|
||||
strand = parts[6];
|
||||
refBases = parts[7];
|
||||
if (strand == "-")
|
||||
refBases = BaseUtils.simpleReverseComplement(refBases);
|
||||
//if (strand.equals("-")) // this is just wrong lol
|
||||
// refBases = BaseUtils.simpleReverseComplement(refBases);
|
||||
observed = parts[9];
|
||||
molType = parts[10];
|
||||
varType = parts[11];
|
||||
|
|
|
|||
Loading…
Reference in New Issue