Skip to content

Experiments for a new webplugin module (examples for phylotastic.org project )

Notifications You must be signed in to change notification settings

DiegoBernabeLopez/webplugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### Dependencies

- 
- ete3 from github (master branch when implemented)

```
pip install bottle

pip install git+https://github.com/DiegoBernabeLopez/ete.git

or (when implemented)
pip install https://github.com/etetoolkit/ete/archive/master.zip
    
```

### Demo
- To run the demo:

```
python run_server.py
```

- open ``webpage/index.html` in a browser running in the same machine as the test script.


About

Experiments for a new webplugin module (examples for phylotastic.org project )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • JavaScript 22.7%
  • CSS 10.1%
  • HTML 5.7%