Added class documentation string.
This commit is contained in:
parent
824100e57f
commit
497721a799
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue