We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b48292 commit d6c0e50Copy full SHA for d6c0e50
1 file changed
gocam_view/templates/gocam_view/index.html
@@ -273,7 +273,7 @@
273
if (resStatus && resStatus == 'no-models') {
274
const container = document.getElementById('cy-container');
275
container.innerHTML =
276
- "<div style='margin: 1.5em; font-size: 180%;'>No models to display due to filtering by activity</div>";
+ "<div style='margin: 1.5em; font-size: 180%;'>No models to display because the genes in this list are no yet curated into pathway</div>";
277
return;
278
}
279
0 commit comments