public class SortGenotypeFilePlugin
extends AbstractPlugin
Created by jgw87 on 6/5/14. This plugin takes a Hapmap or VCF genotype file and sorts it according to TASSEL's conventions which rely on the position, locus (chromosome), strand, and SNP name (to facilitate searching).
public SortGenotypeFilePlugin(java.awt.Frame parentFrame,
boolean isInteractive)
public java.lang.String pluginDescription()
protected void postProcessParameters()
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.String inputFile()
Input file
public SortGenotypeFilePlugin inputFile(java.lang.String value)
Set Input file. Input file
value - Input filepublic java.lang.String outputFile()
Output file
public SortGenotypeFilePlugin outputFile(java.lang.String value)
Set Output file. Output file
value - Output filepublic net.maizegenetics.analysis.data.SortGenotypeFilePlugin.SupportedFileTypes fileType()
Input/output file type (if not obvious from file name)
public SortGenotypeFilePlugin fileType(net.maizegenetics.analysis.data.SortGenotypeFilePlugin.SupportedFileTypes value)
Set File type. Input/output file type (if not obvious from file name)
value - File type