Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legacy & update notices in README for v2 #827

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading