Skip to content

Commit

Permalink
reference the other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Oct 27, 2023
1 parent 52b8bad commit 348fca8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AbstractFBCModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The package provides an additional "canonical model" format (in submodule
store all data representable via the general interface. You can use it as a
base for implementing more complex model formats, or as a safe middle-point for
model data conversion. See the examples in the documentation for details.
This package is lightweight and implements no other specific functionality. To
load data from actual model formats, you will also need other packages that
implement the functionality, such as `SBMLFBCModels.jl`.
"""
module AbstractFBCModels

Expand Down

0 comments on commit 348fca8

Please sign in to comment.