Merge branch 'laptop'

This commit is contained in:
Kiran V Garimella 2011-07-18 00:25:46 -04:00
commit b2b7d27fed
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ import org.broadinstitute.sting.utils.variantcontext.VariantContextUtils;
import java.util.*;
/**
* Merges read-back-phased and phase-by-transmission files.
*/
public class MergeAndMatchHaplotypes extends RodWalker<Integer, Integer> {
@Output
protected VCFWriter vcfWriter = null;