Actually commit the code that makes variant eval run in a reasonable amount of time.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3872 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b0b37c3476
commit
b551eaf8fd
|
|
@ -173,8 +173,8 @@ public class AminoAcidTransition extends VariantEvaluator {
|
|||
|
||||
public String update1(VariantContext eval, RefMetaDataTracker tracker, ReferenceContext ref, AlignmentContext context) {
|
||||
String interesting = null;
|
||||
if ( eval != null && eval.hasAttribute(infoKey) ) {
|
||||
//if ( enabled && eval != null && eval.hasAttribute(infoKey) ) {
|
||||
//if ( eval != null && eval.hasAttribute(infoKey) ) {
|
||||
if ( enabled && eval != null && eval.hasAttribute(infoKey) ) {
|
||||
String[] parsedNames = ( (String) eval.getAttribute(infoKey)).split(infoValueSplit);
|
||||
String first = "none";
|
||||
String second = "none";
|
||||
|
|
|
|||
Loading…
Reference in New Issue