Comment this guy out so we build again. (Hate it when my repository goes all funky.)
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3673 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3017f82550
commit
101c27294d
|
|
@ -1,5 +1,5 @@
|
|||
package org.broadinstitute.sting.oneoffprojects.walkers.varianteval;
|
||||
|
||||
/*
|
||||
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
|
||||
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;
|
||||
import org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContext;
|
||||
|
|
@ -42,7 +42,7 @@ import java.util.ArrayList;
|
|||
* @author depristo
|
||||
* @since Apr 11, 2010
|
||||
*/
|
||||
|
||||
/*
|
||||
@Analysis(name = "BLOSUM Matrix", description = "Calculates the BLOSUM Matrix for coding variants")
|
||||
public class BLOSUMMatrix extends VariantEvaluator {
|
||||
|
||||
|
|
@ -175,4 +175,4 @@ public class BLOSUMMatrix extends VariantEvaluator {
|
|||
//public void finalizeEvaluation() {
|
||||
//
|
||||
//}
|
||||
}
|
||||
}*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue