opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
123 stars 26 forks source link

Model consistency #733

Closed helenaherand closed 2 years ago

helenaherand commented 2 years ago

I know that I can use memote report snapshot --filename "report.html" path/to/model.xmlto get all test assessments of the model, but how can I get an assessment of the consistency alone?

Midnighter commented 2 years ago

The --exclusive option was made exactly for that purpose.

  --exclusive TEST                The name of a test or test module to be run
                                  exclusively. All other tests are skipped.
                                  This option can be used multiple times and
                                  takes precedence over '--skip'.