Package 

Class RunHapCollapsePipelinePlugin

  • All Implemented Interfaces:
    java.lang.Runnable , net.maizegenetics.plugindef.Plugin , net.maizegenetics.plugindef.PluginListener , net.maizegenetics.util.ProgressListener

    @Deprecated() 
    public class RunHapCollapsePipelinePlugin
    extends AbstractPlugin
                        

    Simple plugin to run the full Haplotype Collapse plugin. Will do the following steps: Steps: 1. Loop through each reference range in the graph: 1.a Extract the HaplotypeNodes with the VariantContexts(We assume that the user has not pulled these yet for memory reasons) 1.b Merge all the VariantContext records for each BP of the reference range 1.c Export a GenotypeTable containing each bp 1.d Run HapCollapse Finding algorithm on this genotype table 2. For each VCF file exported, upload them to the DB as a consensus Created by zrm22 on 11/8/17.