logger.debug(" Before Network alignments results, id: {} total ontologies: {} total alignments: {}",id,noo.getOntologies().size(),noo.getAlignments().size());
logger.debug(" Ontology network trimmed from id: {}, to new id: {} total ontologies: {} total alignments: {}",id,idClone,noo.getOntologies().size(),noo.getAlignments().size());
logger.debug(" Ontology network inverted from id: {}, to new id: {} total ontologies: {} total alignments: {}",id,idClone,noo.getOntologies().size(),noo.getAlignments().size());
logger.debug(" Ontology network normalized from id: {}, to new id: {} total ontologies: {} total alignments: {}",id,idClone,noo.getOntologies().size(),noo.getAlignments().size());
logger.debug(" Ontology network operation set from id1: {}, id2: {} to new id: {}total ontologies: {} total alignments: {}",id1,id2,id,noo.getOntologies().size(),noo.getAlignments().size());
@@ -512,6 +569,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
...
@@ -512,6 +569,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
msg+="<form action=\"prmmatchonet\"><button title=\"Match an ontology network\" type=\"submit\">Match network </button></form>";
msg+="<form action=\"prmmatchonet\"><button title=\"Match an ontology network\" type=\"submit\">Match network </button></form>";
msg+="<form action=\"prmtrimonet\"><button title=\"Trim a network\" type=\"submit\">Trim network</button></form>";
msg+="<form action=\"prmtrimonet\"><button title=\"Trim a network\" type=\"submit\">Trim network</button></form>";
msg+="<form action=\"prmnormalizeonet\"><button title=\"Normalize an ontology network\" type=\"submit\">Normalize network</button></form>";
msg+="<form action=\"prmnormalizeonet\"><button title=\"Normalize an ontology network\" type=\"submit\">Normalize network</button></form>";
msg+="<form action=\"prmopersetonet\"><button title=\"Operations on ontology network sets\" type=\"submit\">Operations on network sets</button></form>";
msg+="<form action=\"prmcloseonet\"><button title=\"Close an ontology network\" type=\"submit\">Close network</button></form>";
msg+="<form action=\"prmcloseonet\"><button title=\"Close an ontology network\" type=\"submit\">Close network</button></form>";
msg+="<form action=\"prmretreiveonet\"><button title=\"Render an ontology network in a particular format\" type=\"submit\">Render network</button></form>";
msg+="<form action=\"prmretreiveonet\"><button title=\"Render an ontology network in a particular format\" type=\"submit\">Render network</button></form>";
msg+="<form action=\"prmstoreonet\"><button title=\"Store a network in the server\" type=\"submit\">Store network</button></form>";
msg+="<form action=\"prmstoreonet\"><button title=\"Store a network in the server\" type=\"submit\">Store network</button></form>";
...
@@ -667,7 +725,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
...
@@ -667,7 +725,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
if(answerinstanceofErrorMsg){
if(answerinstanceofErrorMsg){
msg=testErrorMessages(answer,params,eSource);
msg=testErrorMessages(answer,params,eSource);
}else{
}else{
msg="<h1>Alignment trimed</h1>";
msg="<h1>Alignment trimmed</h1>";
msg+=displayAnswer(answer,params);
msg+=displayAnswer(answer,params);
}
}
}
}
...
@@ -1021,7 +1079,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
...
@@ -1021,7 +1079,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {