You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class PedigreeToolParameterDescriptor extends ToolParameterDescriptor
{
public static String NAME = "pedigreeSource";
private final boolean _isRequired;
public PedigreeToolParameterDescriptor()
{
this(true);
}
public PedigreeToolParameterDescriptor(final boolean isRequired)
{
super(null, NAME, "Pedigree Source", "This is the table used for pedigree data", "laboratory-pedigreeselectorfield", "laboratory.subjects", new JSONObject(){{