d1846506410c3ad3795e97319d0ee4d840b9d963
[proteocache.git] / datadb / compbio / cassandra / PredictionIndex.java
1 package compbio.cassandra;
2
3 public interface PredictionIndex {
4
5         /**
6          * Ordering indexes for predictions
7          */
8         public final String[] predIndex =  {"jnetpred", "JNETCONF", "JNETHMM", "JNETPSSM", "JNETSOL0", "JNETSOL5",
9                         "JNETSOL25", "Lupas_14", "Lupas_21", "Lupas_28"};
10 }