Skip to content

Commit 818cc2d

Browse files
authored
Merge pull request #12 from yamada-lab/develop
Develop
2 parents 22f8faf + 6f83715 commit 818cc2d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To configure the behavior of the application, create `instance/config.py` with t
6262
4. Log into the admin console (e.g. http://localhost:8080/admin), then click the 'Update annotation mapping' link.
6363

6464
## Publications
65-
- Uchiyama T, Irie M, Mori H, Kurokawa K, Yamada T. FuncTree: Functional Analysis and Visualization for Large-Scale Omics Data. PLoS One. 2015 May 14;10(5):e0126967. doi: 10.1371/journal.pone.0126967. eCollection 2015. PubMed PMID: 25974630; PubMed Central PMCID: PMC4431737.
65+
- Darzi Y, Yamate Y, Yamada T. FuncTree2: an interactive radial tree for functional hierarchies and omics data visualization. Bioinformatics, btz245. 20 April 2019; DOI: [10.1093/bioinformatics/btz245](https://doi.org/10.1093/bioinformatics/btz245); PubMed PMID: [31004476](https://www.ncbi.nlm.nih.gov/pubmed/31004476).
6666

6767
## License
6868
FuncTree 2 is released under the [MIT License](LICENSE).

functree/templates/about.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,30 @@ <h2>{{title}}</h2>
1515
<h3>Publications</h3>
1616
<div>
1717
<p>
18+
<i><a href="https://doi.org/10.1093/bioinformatics/btz245" target="_blank">FuncTree2: an interactive radial tree for functional hierarchies and omics data visualization</a></i>
19+
<br />
20+
Darzi Y, Yamate Y, Yamada T.
21+
<br />
22+
Bioinformatics, btz245. 20 April 2019; <a href="https://doi.org/10.1093/bioinformatics/btz245" target="_blank">https://doi.org/10.1093/bioinformatics/btz245</a>
23+
</p>
24+
25+
<p>
1826
<i><a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0126967" target="_blank">FuncTree: Functional Analysis and Visualization for Large-Scale Omics Data</a></i>
1927
<br />
2028
Uchiyama T, Irie M, Mori H, Kurokawa K, Yamada T.
2129
<br />
22-
PLoS ONE 10(5): e0126967. 2015 May 14; https://doi.org/10.1371/journal.pone.0126967
30+
PLoS ONE 10(5): e0126967. 2015 May 14; <a href="https://doi.org/10.1371/journal.pone.0126967" target="_blank">https://doi.org/10.1371/journal.pone.0126967</a>
2331
</p>
32+
2433
</div>
2534
<hr />
2635
<h3>Change log</h3>
2736
<br />
37+
<h5>Version 0.8.3.0 (2019-05-08)</h5>
38+
<ul>
39+
<li>Update citation.
40+
<li>Upgrade dependencies.
41+
</ul>
2842
<h5>Version 0.8.2.0 (2019-03-13)</h5>
2943
<ul>
3044
<li>Performance improvement

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Flask-HTTPAuth==3.2.3
1111
flask-mongoengine==0.9.3
1212
Flask-WTF==0.14.2
1313
itsdangerous==0.24
14-
Jinja2==2.9.6
14+
Jinja2==2.10.1
1515
lxml==3.8.0
1616
MarkupSafe==1.0
1717
mongoengine==0.13.0

0 commit comments

Comments
 (0)