Package 

Class ImportHaplotypePathFilePlugin

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

    
    public class ImportHaplotypePathFilePlugin
    extends AbstractPlugin
                        

    Plugin to import the haplotypePath files produced by ExportHaplotypePathToFilePlugin. User can also provide a list of haplotype ids for a given path. Created by zrm22 on 10/13/17. Do not use with PathsToVCFPlugin because it no longer works with that.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DataSet processData(DataSet input)
      ImageIcon getIcon()
      String getButtonName()
      String getToolTipText()
      String inputFileDirectory() Input file directory
      ImportHaplotypePathFilePlugin inputFileDirectory(String value) Set Input File Directory.
      String pathMethodName() Path Method Name Stored in the DB
      ImportHaplotypePathFilePlugin pathMethodName(String value) Set Path Method Name.
      • Methods inherited from class net.maizegenetics.plugindef.AbstractPlugin

        addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getListeners, getMenu, getPanel, getParameter, getParentFrame, getUsage, getUsageHTML, hasListeners, isInteractive, isPluginParameter, performFunction, pluginDescription, pluginParameters, pluginUserManualURL, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameters, setParametersToDefault, setThreaded, trace, usageParameters, wasCancelled
      • Methods inherited from class net.maizegenetics.plugindef.Plugin

        getPluginInstance, isPlugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait