Skip to content

Commit

Permalink
vEcoli instead of vivarium-ecoli
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Nov 20, 2024
1 parent a33e634 commit 619bf65
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion runscripts/container/build-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# image with requirements.txt installed. If using Cloud Build, store the
# built image in the "vecoli" folder in the Google Artifact Registry.
#
# ASSUMES: The current working dir is the vivarium-ecoli/ project root.
# ASSUMES: The current working dir is the vEcoli/ project root.

set -eu

Expand Down
4 changes: 2 additions & 2 deletions runscripts/container/build-wcm.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
# Use Google Cloud Build or local Docker install to build a personalized image
# with current state of the vivarium-ecoli repo. If using Cloud Build, store
# with current state of the vEcoli repo. If using Cloud Build, store
# the built image in the "vecoli" folder in the Google Artifact Registry.
#
# ASSUMES: The current working dir is the vivarium-ecoli/ project root.
# ASSUMES: The current working dir is the vEcoli/ project root.

set -eu

Expand Down
2 changes: 1 addition & 1 deletion runscripts/container/runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Container image #1: wcm-runtime.
# This Dockerfile builds the runtime environment for the whole cell model.
#
# To build this image locally from the vivarium-ecoli/ project root directory:
# To build this image locally from the vEcoli/ project root directory:
#
# > docker build -f cloud/docker/runtime/Dockerfile -t ${USER}-wcm-runtime .
#
Expand Down
2 changes: 1 addition & 1 deletion runscripts/nextflow/colony.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process colony {

script:
"""
python /vivarium-ecoli/ecoli/experiments/ecoli_engine_process.py --config $config --sim_data_path $sim_data --initial_state_file $initial_state
python /vEcoli/ecoli/experiments/ecoli_engine_process.py --config $config --sim_data_path $sim_data --initial_state_file $initial_state
STATUS=$?
"""

Expand Down
2 changes: 1 addition & 1 deletion runscripts/nextflow/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ profiles {
google.location = 'us-west1'
google.batch.spot = true
docker.enabled = true
params.projectRoot = '/vivarium-ecoli'
params.projectRoot = '/vEcoli'
params.publishDir = "PUBLISH_DIR"
process.maxRetries = 1
// Check Google Cloud latest spot pricing / performance
Expand Down

0 comments on commit 619bf65

Please sign in to comment.