From 9358d5c0813c40521860c99d21f62d8f68df50ff Mon Sep 17 00:00:00 2001 From: Jin Date: Tue, 13 Feb 2024 15:24:59 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac05160..0002e0b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ ## Introduction -This project represents a set of Julia (https://julialang.org/) bindings to libRoadRunner (http://libroadrunner.org/). libRoadrunner is a SBML compliant high performance and simulation engine for systems and synthetic biology. This RoadRunner.jl package supports SBML and Antimony (http://antimony.sourceforge.net/) files as input. If you use any of the software, please please cite the article (https://doi.org/10.1093/bioinformatics/btac770) and GitHub website (https://github.com/SunnyXu/RoadRunner.jl). Thanks. +This project represents a set of Julia (https://julialang.org/) bindings to libRoadRunner (http://libroadrunner.org/). libRoadrunner is a SBML compliant high performance and simulation engine for systems and synthetic biology. This RoadRunner.jl package supports SBML and Antimony (http://antimony.sourceforge.net/) files as input. + +## Citing +If you use any of the software, please please cite the article (https://doi.org/10.1093/bioinformatics/btac770) and GitHub website (https://github.com/SunnyXu/RoadRunner.jl). Thanks. ## Quick Start @@ -57,4 +60,4 @@ This current version of Julia package is suitable for Window 64 and Linux, and i """ rr = RoadRunner.loada(ant_str) -We thank Luke Zhu (https://github.com/Lukez-pi/RoadRunner.jl) for his assisting and initiating this Julia package! +We thank Luke Y Zhu for his assisting and initiating this Julia package!