Skip to content

Commit a141867

Browse files
committed
Change references to py-graph-imputation
1 parent 6f5c2c2 commit a141867

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# py-grim
2-
[![PyPi Version](https://img.shields.io/pypi/v/py-grim.svg)](https://pypi.python.org/pypi/py-grim)
1+
# py-graph-imputation
2+
[![PyPi Version](https://img.shields.io/pypi/v/py-graph-imputation.svg)](https://pypi.python.org/pypi/py-graph-imputation)
33

44
## Graph Imputation
55

6-
`py-grim` is the successor of [GRIMM](https://github.com/nmdp-bioinformatics/grimm) written in Python and based on [NetworkX](https://networkx.org/)
6+
`py-graph-imputation` is the successor of [GRIMM](https://github.com/nmdp-bioinformatics/grimm) written in Python and based on [NetworkX](https://networkx.org/)
77

8-
![GRIM Dependencies](images/py-grim.png)
8+
![GRIM Dependencies](images/py-graph-imputation.png)
99

1010
How to develop on the project locally.
1111

@@ -15,13 +15,13 @@ How to develop on the project locally.
1515
3. build tools eg `make`
1616
2. Clone the repository locally
1717
```shell
18-
git clone [email protected]:nmdp-bioinformatics/py-grim.git
19-
cd py-grim
18+
git clone [email protected]:nmdp-bioinformatics/py-graph-imputation.git
19+
cd py-graph-imputation
2020
```
2121
3. Make a virtual environment and activate it, run `make venv`
2222
```shell
2323
> make venv
24-
python3 -m venv venv --prompt py-grim-venv
24+
python3 -m venv venv --prompt py-graph-imputation-venv
2525
=====================================================================
2626
To activate the new virtual environment, execute the following from your shell
2727
source venv/bin/activate

images/py-graph-imputation.png

20.4 KB
Loading

images/py-grim.png

-40 KB
Binary file not shown.

0 commit comments

Comments
 (0)