-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
100 changed files
with
427 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# phylotorch | ||
# torchtree | ||
|
||
[![Python package](https://github.com/4ment/phylotorch/actions/workflows/python-package.yml/badge.svg)](https://github.com/4ment/phylotorch/actions/workflows/python-package.yml) | ||
[![Python package](https://github.com/4ment/torchtree/actions/workflows/python-package.yml/badge.svg)](https://github.com/4ment/torchtree/actions/workflows/python-package.yml) | ||
|
||
## Installation | ||
|
||
### Get the phylotorch source | ||
### Get the torchtree source | ||
```bash | ||
git clone https://github.com/4ment/phylotorch | ||
cd phylotorch | ||
git clone https://github.com/4ment/torchtree | ||
cd torchtree | ||
``` | ||
|
||
### Install dependencies | ||
|
||
Installing dependencies using Anaconda | ||
```bash | ||
conda env create -f environment.yml | ||
conda activate phylotorch | ||
conda activate torchtree | ||
``` | ||
|
||
or using pip | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
### Install phylotorch | ||
### Install torchtree | ||
```bash | ||
python setup.py install | ||
``` | ||
|
||
### Check install | ||
```bash | ||
phylotorch --help | ||
torchtree --help | ||
``` | ||
|
||
### Quick start | ||
```bash | ||
phylotorch examples/advi/fluA.json | ||
torchtree examples/advi/fluA.json | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: phylotorch | ||
name: treetorch | ||
channels: | ||
- pytorch | ||
dependencies: | ||
|
Oops, something went wrong.