Skip to content

Commit eda8d48

Browse files
committed
Rename rename dingo package to dingo-walk
1 parent a965357 commit eda8d48

30 files changed

+862
-4544
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ volestipy.egg-info
1212
venv
1313
lp_solve_5.5/
1414
.devcontainer/
15-
.github/dependabot.yml
15+
.github/dependabot.yml

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="doc/logo/dingo.jpg" width="260" height="260"></p>
1+
<p align="center"><img src="https://raw.githubusercontent.com/GeomScale/dingo/refs/heads/develop/doc/logo/dingo.jpg" width="260" height="260"></p>
22

33
**dingo** is a Python package that analyzes metabolic networks.
44
It relies on high dimensional sampling with Markov Chain Monte Carlo (MCMC)
@@ -290,7 +290,7 @@ plot_histogram(
290290

291291
The default number of bins is 60. dingo uses the package `matplotlib` for plotting.
292292

293-
![histogram](./doc/e_coli_aconta.png)
293+
![histogram](https://raw.githubusercontent.com/GeomScale/dingo/refs/heads/develop/doc/e_coli_aconta.png)
294294

295295
### Plot a copula between two fluxes
296296

@@ -314,6 +314,6 @@ plot_copula(data_flux1, data_flux2, n=10)
314314

315315
The default number of cells is 5x5=25. dingo uses the package `plotly` for plotting.
316316

317-
![histogram](./doc/aconta_ppc_copula.png)
317+
![histogram](https://raw.githubusercontent.com/GeomScale/dingo/refs/heads/develop/doc/aconta_ppc_copula.png)
318318

319319

dingo/MetabolicNetwork.py

-286
This file was deleted.

0 commit comments

Comments
 (0)