From 88ef4cbb24206a2f0b544ee2a0f0563734a1bae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Dr=C3=A4ger?= Date: Mon, 26 Aug 2019 14:36:18 +0200 Subject: [PATCH] Update README.md Made the execution command more readable by splitting the lines using the line break character `\` for command-line shells. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14addf02..1ad68704 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,22 @@ User needs to host the [BiGG](https://github.com/SBRG/bigg_models) Database & [A Now, you can run the following command in general: ``` -java -jar "/ModelPolisher/target/ModelPolisher-2.0.jar" --input= --output= --output-combine=true --annotate-with-bigg=true --bigg-host= --bigg-port= --bigg-dbname= --bigg-user= --bigg-passwd= --add-adb-annotations=true --adb-host= --adb-port= --adb-dbname= --adb-user= --adb-passwd= +java -jar "/ModelPolisher/target/ModelPolisher-2.0.jar" \ + --input= \ + --output= \ + --output-combine=true \ + --annotate-with-bigg=true \ + --bigg-host= \ + --bigg-port= \ + --bigg-dbname= \ + --bigg-user= \ + --bigg-passwd= \ + --add-adb-annotations=true \ + --adb-host= \ + --adb-port= \ + --adb-dbname= \ + --adb-user= \ + --adb-passwd= ``` We understand problems in setting-up database backend and that a developer would need to build ModelPolisher multiple times and making required changes in `java` Dockerfile will be a tedious task.