From 8563d38d084b7ba5d108de6bd5e6dccf3fba860c Mon Sep 17 00:00:00 2001 From: Jin Date: Wed, 14 Feb 2024 11:49:28 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0002e0b..39d6f05 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ## 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. +***Note that the dependency RoadRunner.jl is only applicable on Windows and Linux, so users cannot run the provided Julia script on Mac until an update from RoadRunner.jl***. + ## 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.