From 4a7d1fe62db965bb7fae20578918e39b87f8297e Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Wed, 31 May 2023 21:51:26 -0500 Subject: [PATCH] Update manuscript reference in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a1eb78..049a4d8 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ The script `minCostFlow.py` attempts to connect sources to targets in a graph using a minimum-cost flow algorithm. -More details of the algorithm can be found in -[Automating parameter selection to avoid implausible biological pathway models](https://doi.org/10.1101/845834). +More details of the algorithm can be found in: +[Automating parameter selection to avoid implausible biological pathway models](https://doi.org/10.1038/s41540-020-00167-1). Chris S Magnano, Anthony Gitter. -*bioRxiv* 2019. doi:10.1101/845834 +*npj Systems Biology and Applications*, 7:12, 2021. ## Dependencies