Merge branch 'laptop'
This commit is contained in:
commit
b2b7d27fed
|
|
@ -17,6 +17,9 @@ import org.broadinstitute.sting.utils.variantcontext.VariantContextUtils;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Merges read-back-phased and phase-by-transmission files.
|
||||||
|
*/
|
||||||
public class MergeAndMatchHaplotypes extends RodWalker<Integer, Integer> {
|
public class MergeAndMatchHaplotypes extends RodWalker<Integer, Integer> {
|
||||||
@Output
|
@Output
|
||||||
protected VCFWriter vcfWriter = null;
|
protected VCFWriter vcfWriter = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue