Package 

Class ExportVCForTaxonMethodPlugin

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

    @Deprecated() 
    public class ExportVCForTaxonMethodPlugin
    extends AbstractPlugin
                        

    Exports variant context lists to vcf file. NOTE: PathsToVCF is not used as that method only exports SNPs. Input: taxon and method to identify haplotypes table entries A single chromosome may also be supplied. If no chromoseom is given, data for all chromosomes will be pulled. Output: vcf file TODO: create hmp or vcf based on file extension.

    • Constructor Detail

      • ExportVCForTaxonMethodPlugin

        ExportVCForTaxonMethodPlugin()
      • ExportVCForTaxonMethodPlugin

        ExportVCForTaxonMethodPlugin(Frame parentFrame)
      • ExportVCForTaxonMethodPlugin

        ExportVCForTaxonMethodPlugin(Frame parentFrame, boolean isInteractive)