Skip to content

Commit 71b54cf

Browse files
authored
Merge pull request #931 from MaayanLab/dgb2
stylize submission form
2 parents 184de63 + f444d1c commit 71b54cf

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

appyters/Drug_Gene_Budger2/appyter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/MaayanLab/appyter-catalog/main/schema/appyter-validator.json",
33
"name": "Drug_Gene_Budger2",
44
"title": "Dr. Gene Budger (DGB) 2",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"description": "An appyter that retrieves drugs that up-regulate and down-regulate a single input gene across Connectivity Mapping datasets",
77
"image": "dgb_logo.png",
88
"authors": [
75.7 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{% extends "biojupies/form.j2" %}
2+
3+
{% block head %}
4+
{{ super() }}
5+
{% endblock %}
6+
7+
{% block style %}
8+
{{ super() }}
9+
<style>
10+
h1 {
11+
text-align: center;
12+
margin: 25px
13+
}
14+
</style>
15+
{% endblock %}
16+
17+
{% block body %}
18+
<div class="row">
19+
<div class="col-sm-12">
20+
<div class="container">
21+
<h1><img src="../static/dgb_logo_small.png" style="width:75x;height:75px;margin:0px 10px;"/>Dr. Gene Budger 2 (DBG2)</h1>
22+
<p style="margin:15px; text-align:center;"> Submit a human gene symbol and explore drugs that maximally increase or decrease the mRNA expression of the input gene based on data from a collection of Connectivity Mapping resources</p>
23+
</div>
24+
</div>
25+
</div>
26+
{{ super() }}
27+
{% endblock %}

0 commit comments

Comments
 (0)