- Timestamp:
- Feb 13, 2007, 9:01:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/proteios/query/ProteinHitsReportQuery.java
r1529 r1533 704 704 info+="Filtering by protein score only. "; 705 705 } 706 info +="E-value cutoff:"+getCutOff(). toString();706 info +="E-value cutoff:"+getCutOff().floatValue()+". "; 707 707 } 708 708 if (getScoreTypeFilter()!=null) 709 709 { 710 info+=" 710 info+="Filtered by score types starting with:"+getScoreTypeFilter(); 711 711 info+=". "; 712 712 }
Note: See TracChangeset
for help on using the changeset viewer.