Skip to content

Commit ec45b8f

Browse files
Merge pull request #48 from volkamerlab/readme-update
Update README
2 parents cf8f1b4 + 404c455 commit ec45b8f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
2222
│   ├── user_env.yaml
2323
│   └── regenerate_readmes.py
2424
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).
2626
2727
├── notebooks <- Jupyter notebooks.
2828
2929
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
3030
│   └── figures <- Generated graphics and figures to be used in reporting.
3131
32-
├── results <- Encodings (fingerprints) and comparisons.
32+
├── results <- Encodings (fingerprints) and comparisons. Needs to be downloaded from zenodo as described in the installation section.
3333
3434
├── setup.py <- Makes project pip installable (pip install -e .) so src can be imported.
3535
36-
├── scripts <- KiSSim scripts.
36+
├── scripts <- KiSSim and other scripts; includes README with details.
3737
3838
├── src <- Source code for use in this project.
3939
│   ├── __init__.py <- Makes src a Python module.
@@ -49,7 +49,7 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
4949

5050
## Installation
5151

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`.
5353
5454
1. Clone this repository.
5555

@@ -72,14 +72,7 @@ All-against all comparison of structurally covered kinases using the [`kissim`](
7272
pip install -e kissim_app
7373
```
7474
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).
8376
8477
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.
8578

0 commit comments

Comments
 (0)