From 1ccd1ed73463b008894783297d3be0c87c6f5e36 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Wed, 30 Oct 2024 11:15:21 -0400 Subject: [PATCH] wording --- UserManual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserManual.md b/UserManual.md index db9e7a2..1613fd9 100644 --- a/UserManual.md +++ b/UserManual.md @@ -19,7 +19,7 @@ The rest of this document describes the many options that are available in *sbmo ### Required options -*sbmodler* requires at least command line arguments: 1) a base model file, and 2) the number of units to replicate. The most simple command that can be issued is: `sbmodelr mybasemodel.cps 2` which creates a new file called `mybasemodel_2.cps` with two units that are exact copies of the model in `mybasemodel.cps`. +*sbmodler* requires at least two command line arguments: 1) a base model file, and 2) the number of units to replicate. The most simple command that can be issued is: `sbmodelr mybasemodel.cps 2`; this would create a new file called `mybasemodel_2.cps` with two units that are exact copies of the model in `mybasemodel.cps`. **File formats and options** The base model is either encoded in an [SBML](https:sbml.org) file (up to L3v2) or a [COPASI](https://copasi.org) file (extension `.cps`). The output of *sbmodelr* will be in the same format as the supplied file.