*/
public static final String[] READABLE_FORMATS = new String[]
{ "BLC", "CLUSTAL", "FASTA", "MSF", "PileUp", "PIR", "PFAM", "STH",
- "PDB", "JnetFile", "SimpleBLAST" };
+ "PDB", "JnetFile"}; //, "SimpleBLAST" };
/**
* List of valid format strings for use by callers of the formatSequences
* corresponding to READABLE_FNAMES
*/
public static final String[] READABLE_EXTENSIONS = new String[]
- { "fa, fasta, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar", ".blast" };
+ { "fa, fasta, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar"}; //, ".blast" };
/**
* List of readable formats by application in order corresponding to
* READABLE_EXTENSIONS
*/
public static final String[] READABLE_FNAMES = new String[]
- { "Fasta", "Clustal", "PFAM", "MSF", "PIR", "BLC", "AMSA", "Jalview", "SimpleBLAST" };
+ { "Fasta", "Clustal", "PFAM", "MSF", "PIR", "BLC", "AMSA", "Jalview"};// , "SimpleBLAST" };
public static String INVALID_CHARACTERS = "Contains invalid characters";
reply = "PDB";
break;
}
- // TODO comment out SimpleBLAST identification for Jalview 2.4.1
+ /*// TODO comment out SimpleBLAST identification for Jalview 2.4.1
else if (!lineswereskipped && data.indexOf("BLAST")<4)
{
reply = "SimpleBLAST";
}
// end comments for Jalview 2.4.1
+ *
+ */
else if (!lineswereskipped && data.charAt(0) != '*'
&& data.charAt(0) != ' '
&& data.indexOf(":") < data.indexOf(",")) // &&