diff options
author | gunturkunhakan | 2021-05-18 22:39:49 -0500 |
---|---|---|
committer | gunturkunhakan | 2021-05-18 22:39:49 -0500 |
commit | 6235fb58955e2bc193d6ce40a4d74b33ab47dfce (patch) | |
tree | 557418e4f22e608a6c45ee220c02d47ca49510e0 /templates/genenames.html | |
parent | a637889f13c2151303998e411dc81f3196a974f6 (diff) | |
download | genecup-6235fb58955e2bc193d6ce40a4d74b33ab47dfce.tar.gz |
Welcome to GeneCup
Diffstat (limited to 'templates/genenames.html')
-rw-r--r-- | templates/genenames.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/templates/genenames.html b/templates/genenames.html index 323f339..fe22d0b 100644 --- a/templates/genenames.html +++ b/templates/genenames.html @@ -4,9 +4,6 @@ <h2> {{gene}} </h2> <hr> -<h4>Relationship with top addiction genes</h4> -<ul><li><a href=" /startGeneGene?forTopGene=+ {{gene}}" >{{gene}} vs top addiction genes </a> </ul> - <h4>Synonyms</h4> <p>The following synonyms are found in the database. You can follow the links to search individual names or all of them at once. <br> @@ -14,16 +11,15 @@ <br> <ul> - <li> <a href=http://rats.pub/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=function&query={{synonym_list_str}}>Search all synonyms </a> + <li> <a href=/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=cell&type=function&query={{synonym_list_str}}>Search all synonyms </a> {%if case == 1%} {%for syn in synonym_list%} - - <li> <a href=http://rats.pub/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=function&query={{syn}}>{{syn.replace("-", " ")}}</a> + <li> <a href=/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=cell&type=function&query={{syn}}>{{syn.replace("-", " ")}}</a> {%endfor%} -</ul> + </ul> <br> -{%else%} - No synonym for {{gene}} is found. + {%else%} + No synonym for {{gene}} is found. {%endif%} <br> {% endblock %} |