File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 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 `
9152 . 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 ```
14203. 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
You can’t perform that action at this time.
0 commit comments