public class AddReferenceAlleleToHDF5Plugin
extends AbstractPlugin
public AddReferenceAlleleToHDF5Plugin()
public AddReferenceAlleleToHDF5Plugin(java.awt.Frame parentFrame,
boolean isInteractive)
public void postProcessParameters()
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.String inputHDF5GenotypeFile()
Input HDF5 genotype (*.h5) file to be annotated with the reference allele
public AddReferenceAlleleToHDF5Plugin inputHDF5GenotypeFile(java.lang.String value)
Set Input HDF5 Genotype File. Input HDF5 genotype (*.h5) file to be annotated with the reference allele
value - Input HDF5 Genotype Filepublic java.lang.String referenceGenomeFile()
Reference genome file in fasta format
public AddReferenceAlleleToHDF5Plugin referenceGenomeFile(java.lang.String value)
Set Reference Genome File. Reference genome file in fasta format
value - Reference Genome Filepublic java.lang.String referenceGenomeVersion()
Version of the reference genome
public AddReferenceAlleleToHDF5Plugin referenceGenomeVersion(java.lang.String value)
Set Reference Genome Version. Version of the reference genome
value - Reference Genome Versionpublic java.lang.String outputHDF5GenotypeFile()
Output HDF5 genotype file annotated with the reference allele (Default: write to same folder as input, with '*.h5' replaced '*_withRef.h5')
public AddReferenceAlleleToHDF5Plugin outputHDF5GenotypeFile(java.lang.String value)
Set Output HDF5 Genotype File. Output HDF5 genotype file annotated with the reference allele (Default: write to same folder as input, with '*.h5' replaced '*_withRef.h5')
value - Output HDF5 Genotype File