Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added environment file and changed description from readme accordingly #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ Please see the [readme](https://github.com/hkmztrk/DeepDTA/blob/master/data/READ

## Requirements

You'll need to install following in order to run the codes.
Install all requirements using the provided environment file

* [Python 3.4 <=](https://www.python.org/downloads/)
* [Keras 2.x](https://pypi.org/project/Keras/)
* [Tensorflow 1.x](https://www.tensorflow.org/install/)
* numpy
* matplotlib

You have to place "data" folder under "source" directory.
```bash
conda env create -f environment.yml
```

# Usage
```

You have to place "data" folder under "source" directory.

```bash
python run_experiments.py --num_windows 32 \
--seq_window_lengths 8 12 \
--smi_window_lengths 4 8 \
Expand Down
66 changes: 0 additions & 66 deletions deepdta-toy/README.md

This file was deleted.

130 changes: 0 additions & 130 deletions deepdta-toy/arguments.py

This file was deleted.

Binary file removed deepdta-toy/auc.jar
Binary file not shown.
1 change: 0 additions & 1 deletion deepdta-toy/data/DTC/folds/train_fold.txt

This file was deleted.

1 change: 0 additions & 1 deletion deepdta-toy/data/DTC/ligands_iso.txt

This file was deleted.

1 change: 0 additions & 1 deletion deepdta-toy/data/DTC/proteins.txt

This file was deleted.

2 changes: 0 additions & 2 deletions deepdta-toy/data/mytest/Y.tab

This file was deleted.

3 changes: 0 additions & 3 deletions deepdta-toy/data/mytest/ligands.tab

This file was deleted.

53 changes: 0 additions & 53 deletions deepdta-toy/data/mytest/proteins.fasta

This file was deleted.

Loading