Skip to content

Commit

Permalink
rename ext
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-franzen committed Apr 12, 2019
1 parent 5c82f2b commit 541c28c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# cell_lineages_graph
An incomplete map of mouse cell lineages.
# An incomplete map of mouse cell lineages
### Install Graphviz
```bash
sudo apt-get install graphviz
```

### Render
```bash
dot -Tps lineages.dot -o lineages.dot.ps
ps2pdf lineages.dot.ps
```

0 comments on commit 541c28c

Please sign in to comment.