Skip to content

Commit

Permalink
fix more references
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jan 30, 2024
1 parent 0848cc7 commit 707aecc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions docs/src/distributed/1_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locally](2_parallel.md) and [running distributed analysis in HPC clusters](3_slu
As of COBREXA 1.3, the list of functions that accept the `worker` argument is
as follows:

- `affine_hit_and_run`](@ref) sampling, together with [`warmup_from_variability`
- `affine_hit_and_run` sampling, together with `warmup_from_variability`
- `flux_variability_analysis`
- `max_min_driving_force`
- `objective_envelope`
Expand All @@ -40,12 +40,10 @@ Notably, the screening functions are reused to run many other kinds of analyses
which, in turn, inherit the parallelizability. This includes a wide range of
functionality, including analyses such as:

- [single and multiple gene deletions](../examples/07_gene_deletion.md) (and other
genetic modifications),
- [modifications of the reaction
spectrum](../examples/07_restricting_reactions.md) (e.g., disabling reactions)
- advanced envelope-scanning analyses,
- [growth media exploration](../examples/11_growth.md) (e.g., metabolite depletion)
- single and multiple gene deletions (and other genetic modifications)
- modifications of the reaction spectrum (e.g., disabling reactions)
- advanced envelope-scanning analyses
- growth media exploration (e.g., metabolite depletion)

## Mitigating parallel inefficiencies

Expand Down
4 changes: 2 additions & 2 deletions src/COBREXA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ by copy-pastable examples.
To start quickly, load your favorite JuMP-compatible solver, use
[`load_model`](@ref) to read a metabolic model from the disk, and solve it with
[`flux_balance`](@ref).
[`flux_balance_analysis`](@ref).
"""
module COBREXA

Expand Down Expand Up @@ -65,7 +65,7 @@ include("builders/compare.jl")
include("builders/enzymes.jl")
include("builders/fbc.jl")
include("builders/interface.jl")
include("builders/knockouts.jl")
include("builders/knockout.jl")
include("builders/loopless.jl")
include("builders/objectives.jl")
include("builders/scale.jl")
Expand Down
File renamed without changes.

0 comments on commit 707aecc

Please sign in to comment.