/** DOCUMENT ME!! */
public static final String[] READABLE_FORMATS = new String[]
{
- "BLC", "CLUSTAL", "FASTA", "MSF", "PileUp", "PIR", "PFAM", "STH", "PDB"
+ "BLC", "CLUSTAL", "FASTA", "MSF", "PileUp", "PIR", "PFAM", "STH", "PDB", "JnetFile"
};
public static final String[] WRITEABLE_FORMATS = new String[]
};
public static String INVALID_CHARACTERS = "Contains invalid characters";
-
+ // TODO: make these messages dynamic
public static String SUPPORTED_FORMATS = "Formats currently supported are\n" +
"Fasta, MSF, Clustal, BLC, PIR, MSP, and PFAM";