static final int CLUSTAL = 2;\r
static final int BLC = 3;\r
static final int PIR = 4;\r
- //static final int MSP = 5;\r
static final int PFAM = 5;\r
- // static final int POSTAL = 7;\r
-// static final int JNET = 8;\r
\r
static FormatPropertyVector formats = new FormatPropertyVector();\r
\r
formats.add("CLUSTAL",prefix + "ClustalFile");\r
formats.add("BLC", prefix + "BLCFile");\r
formats.add("PIR", prefix + "PIRFile");\r
- // formats.add("MSP", prefix + "MSPFile");\r
formats.add("PFAM", prefix + "PfamFile");\r
- //formats.add("POSTAL", prefix + "PostalFile");\r
- // formats.add("JNET", prefix + "JnetFile");\r
}\r
\r
public static String getDefaultClassPrefix() {\r