Skip to content

Commit 9f6c28f

Browse files
author
Xing Han Lu
committed
Added phylogeny example and updated demo readme
1 parent 058b4fd commit 9f6c28f

File tree

4 files changed

+685
-3
lines changed

4 files changed

+685
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ __pycache__/
3636

3737
*.pyc
3838
.idea
39-
*.iml
40-
*.xml
39+
*.iml

demos/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Demos reproduced from Cytoscape.js
1+
# Additional Demos
2+
3+
The following demos were created in addition to the existing usage files:
4+
* Phylogeny
5+
6+
## Requirements
7+
8+
The examples here use the official dash-cytoscape distribution rather than the repository version. If you wish to use the local version, please move the demo into the parent folder, and run from there.
9+
10+
To run `usage-phylogeny.py`, you need to install biopython:
11+
```commandline
12+
$ pip install biopython
13+
```
14+
15+
## Demos reproduced from Cytoscape.js
216

317
The demos in this folder were all originally written in JavaScript, using the Cytoscape.js library. They were rewritten in Python as extensive example of the Dash Cytoscape API.
418

0 commit comments

Comments
 (0)