res = db.ReadWholeSequence(protIn);
else
res = db.ReadPartOfSequence(protIn);
+ if (res == null)
+ return null;
for (StructureProteinPrediction entry : res) {
Map<String,String> pred = entry.getPrediction();
Iterator it = pred.entrySet().iterator();
</c:otherwise>
</c:choose>
<h3>Time execution: ${timeExecution} ms</h3>
+<c:choose>
+
+ <c:when test="${result == null}">
+ <h3>No jobs for sequence ${prot} </h3>
+ </c:when>
+ <c:otherwise>
+
+
<table border="1" style="border-collapse: collapse; white-space: nowrap">
<c:choose>
<c:when test="${search == 'Search counter'}">
</c:choose>
</tbody>
</table>
+</c:otherwise>
+</c:choose>
\ No newline at end of file