create ProteinBean
[proteocache.git] / datadb / compbio / cassandra / PredictionIndex.java
diff --git a/datadb/compbio/cassandra/PredictionIndex.java b/datadb/compbio/cassandra/PredictionIndex.java
new file mode 100644 (file)
index 0000000..d184650
--- /dev/null
@@ -0,0 +1,10 @@
+package compbio.cassandra;
+
+public interface PredictionIndex {
+
+       /**
+        * Ordering indexes for predictions
+        */
+       public final String[] predIndex =  {"jnetpred", "JNETCONF", "JNETHMM", "JNETPSSM", "JNETSOL0", "JNETSOL5",
+                       "JNETSOL25", "Lupas_14", "Lupas_21", "Lupas_28"};
+}