5 lines
288 B
Java
5 lines
288 B
Java
|
|
/**
|
||
|
|
* Totally experimental tools for working with a graphical reference (i.e., one that explicitly represents variation).
|
||
|
|
* Not reliable, complete, or even optimized. Purely for initial evaluation of the approach
|
||
|
|
*/
|
||
|
|
package org.broadinstitute.sting.playground.gatk.walkers.graphalign;
|