Skip to content

Commit 0dddc24

Browse files
authored
minimal environment (#15)
* adding back minimalEnv * changes in README
1 parent 8babbce commit 0dddc24

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Installation of the dependencies via mamba (conda) using the provided environmen
2424
```
2525
mamba env create -n tabs -f environment.yml
2626
```
27+
If you are only interested in using the basic TABS and nTABS functionality, you can also use the minimal environment file:
28+
```
29+
mamba env create -n tabs -f minimalEnvironment.yml
30+
```
2731
To activate the new environment and install tabs:
2832
```
2933
conda activate tabs
@@ -71,6 +75,9 @@ The complete datasets used in the study can be reproduced by going to Data/TABS
7175
# Analysis
7276
The analysis notebooks to reproduce the plots shown in the study can be found in Analysis/.
7377

78+
# Thanks
79+
This program uses software written by other people. We thank all their authors for their contributions.
80+
7481
# Authors
7582
Jessica Braun ([@brje01](https://github.com/brje01)), Djahan Lamei ([@dlamei](https://github.com/dlamei)), Greg Landrum ([@greglandrum](https://github.com/greglandrum))
7683

minimalEnvironment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: tabs
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- rdkit
6+
- scikit-learn
7+
- jupyter
8+
- ca-certificates
9+
- certifi
10+
- openssl

0 commit comments

Comments
 (0)