Skip to content

Commit

Permalink
Try more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Jul 20, 2024
1 parent d991915 commit 9e6eff6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Compile Cython components
run: |
make clean compile
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=." >> $GITHUB_ENV
- name: Test ParCa reproducibility
run: |
python runscripts/parca.py -c 3 -o out/parca_1
Expand Down Expand Up @@ -67,10 +70,13 @@ jobs:
pip install -r requirements.txt
- name: Install nextflow
run: |
curl -s https://get.sdkman.io | bash
curl -s https://get.nextflow.io | bash
- name: Compile Cython components
run: |
make clean compile
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=." >> $GITHUB_ENV
- name: Two generations
run: |
python runscripts/workflow.py --config ecoli/composites/ecoli_configs/two_generations.json
7 changes: 6 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Welcome to Vivarium *E. coli*'s documentation!
==============================================

Vivarium *E. coli* is a port of the |text|_ to the `Vivarium framework <https://vivarium-collective.github.io>`_.
We recommend new users read through the sections below in order.
For more scientific details about the model, refer to the
`documentation <https://github.com/CovertLab/wcEcoli/tree/master/docs/processes>`_
for the model as well its corresponding publication
(`10.1126/science.aav3751 <https://www.science.org/doi/10.1126/science.aav3751>`_).
This website covers how the model was implemented using Vivarium and describes the user interface
for developing and running the model. We recommend new users read through the sections below in order.

..
Comment: We need to use text substitution because ReST does not
Expand Down

0 comments on commit 9e6eff6

Please sign in to comment.