Skip to content

Commit 96950a0

Browse files
committed
Get template ready for py-grim
1 parent 28a5c4c commit 96950a0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
My Project Template
2-
===================
1+
# py-grim
32

3+
## Graph Imputation
44

5-
How to use the template:
5+
`py-grim` is the successor of [GRIMM](https://github.com/nmdp-bioinformatics/grimm) written in Python and based on [NetworkX](https://networkx.org/)
66

7-
1. Create a template by clicking on the "Use this template" button. Make sure to select all branches
8-
This will create a new repository with the given name e.g. `urban-potato`
7+
![GRIM Dependencies](images/py-grim.png)
8+
9+
How to develop on the project locally.
10+
11+
1. Make sure the following pre-requites are installed.
12+
1. `git`
13+
2. `python >= 3.8`
14+
3. build tools eg `make`
915
2. Clone the repository locally
1016
```shell
11-
git clone [email protected]:pbashyal-nmdp/urban-potato.git
12-
cd urban-potato
17+
git clone [email protected]:pbashyal-nmdp/py-grim
18+
cd py-grim
1319
```
1420
3. Make a virtual environment and activate it, run `make venv`
1521
```shell
1622
> make venv
17-
python3 -m venv venv --prompt urban-potato-venv
23+
python3 -m venv venv --prompt py-grim-venv
1824
=====================================================================
1925
To activate the new virtual environment, execute the following from your shell
2026
source venv/bin/activate

images/py-grim.png

40 KB
Loading

0 commit comments

Comments
 (0)