Skip to content

Commit

Permalink
Merge pull request #827 from LCSB-BioCore/mk-upd-readme-v2
Browse files Browse the repository at this point in the history
legacy & update notices in README for v2
  • Loading branch information
exaexa authored Jun 12, 2024
2 parents 8742d35 + 9761e22 commit cf5ba8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
This package provides constraint-based reconstruction and analysis tools for
exa-scale metabolic modeling in Julia.

**This repository contains the "legacy" version of COBREXA (version 1.x).
COBREXA development is continuing at
[github.com/COBREXA](https://github.com/COBREXA/) with a much-improved version
2.x, and many other new packages. Unless you need version 1.x for compatibility
reasons, we recommend switching to version 2!**

## How to get started

### Prerequisites and requirements
Expand Down Expand Up @@ -80,9 +86,14 @@ of the package).
You can install COBREXA from Julia repositories. Start `julia`, **press `]`** to
switch to the Packaging environment, and type:
```
add COBREXA
add COBREXA@1
```

(Note: the above command installs the "1.x" version of COBREXA, which is what
is described in this repository and the associated documentation. If you are
not limited by compatibility and similar reasons, consider updating to [COBREXA
2](https://github.com/COBREXA/COBREXA.jl).)

You also need to install your favorite solver supported by `JuMP.jl` (such as
Gurobi, Mosek, CPLEX, GLPK, Clarabel, etc., see a [list
here](https://jump.dev/JuMP.jl/stable/installation/#Supported-solvers)). For
Expand Down

0 comments on commit cf5ba8a

Please sign in to comment.