Remove internal FastaReader/FastaSequence and replace this with classes from JABAWS
[proteocache.git] / datadb / compbio / cassandra / JpredParserHTTP.java
index e53ddd8..2167a2d 100644 (file)
@@ -15,6 +15,8 @@ import java.util.Date;
 import java.util.List;
 
 import compbio.cassandra.JpredParser;
+import compbio.data.sequence.FastaReader;
+import compbio.data.sequence.FastaSequence;
 import compbio.engine.JpredJob;
 
 public class JpredParserHTTP implements JpredParser {