You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-12
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,18 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
22
22
│ ├── user_env.yaml
23
23
│ └── regenerate_readmes.py
24
24
│
25
-
├── docs <- A default Sphinx project; see sphinx-doc.org for details.
25
+
├── docs <- A default Sphinx project; see sphinx-doc.org for details (not used by us so far).
26
26
│
27
27
├── notebooks <- Jupyter notebooks.
28
28
│
29
29
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
30
30
│ └── figures <- Generated graphics and figures to be used in reporting.
31
31
│
32
-
├── results <- Encodings (fingerprints) and comparisons.
32
+
├── results <- Encodings (fingerprints) and comparisons. Needs to be downloaded from zenodo as described in the installation section.
33
33
│
34
34
├── setup.py <- Makes project pip installable (pip install -e .) so src can be imported.
35
35
│
36
-
├── scripts <- KiSSim scripts.
36
+
├── scripts <- KiSSim and other scripts; includes README with details.
37
37
│
38
38
├── src <- Source code for use in this project.
39
39
│ ├── __init__.py <- Makes src a Python module.
@@ -49,7 +49,7 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
49
49
50
50
## Installation
51
51
52
-
> We are assuming you have a working `mamba` installation in your computer. If this is not the case, please refer to their [official documentation](https://mamba.readthedocs.io/en/latest/installation.html#mamba).
52
+
> We are assuming you have a working `mamba` installation in your computer. If this is not the case, please refer to their [official documentation](https://mamba.readthedocs.io/en/latest/installation.html#mamba). If you installed `mamba` into an existing `conda` installation, also make sure that the `conda-forge` channel is configured by running `conda config --add channels conda-forge`.
53
53
54
54
1. Clone this repository.
55
55
@@ -72,14 +72,7 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
72
72
pip install -e kissim_app
73
73
```
74
74
75
-
3. Download `kissim` fingerprints and distances to `results/` folder.
76
-
77
-
```
78
-
# Change to kissim_app directory (if you have not already)
79
-
cd /path/to/kissim_app
80
-
81
-
# TBA
82
-
```
75
+
3. Download (a) `kissim` fingerprints and distances to `results/` folder and (b) KLIFS structures to `data/external/structures` folder as described in our [zenodo release](https://doi.org/10.5281/zenodo.5774521) (some files were just not suitable upload to GitHub).
83
76
84
77
4. Open the notebooks, e.g. a [quick start](https://github.com/volkamerlab/kissim_app/blob/master/notebooks/001_quick_start/001_quick_start_kissim.ipynb) on how to load `kissim` results.
0 commit comments