Skip to content

Commit

Permalink
Changed hyper contractility to hypo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Jul 5, 2024
1 parent a7be8e7 commit e30b6c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
3 changes: 2 additions & 1 deletion data-raw/generate_sysdata.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## code to prepare dataset goes here
## Run it whenever nodes_edges.xlsx changes

library(dplyr)
library(stringr)
nodes_file = rprojroot::find_package_root_file("data-raw", "nodes_edges.xlsx")

nodes = readxl::read_xlsx(nodes_file, "nodes") %>%
Expand Down
Binary file modified data-raw/nodes_edges.xlsx
Binary file not shown.
5 changes: 2 additions & 3 deletions run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
set -euxo pipefail

source ./chown_docker_sock.sh
dos2unix ./.Renviron


# Make sure that ./.Renviron is valid
set -a
source <(cat ./.Renviron | sed -e '/^#/d;/^\s*$/d' -e "s/'/'\\\''/g" -e "s/=\(.*\)/='\1'/g")
Expand Down Expand Up @@ -50,8 +50,7 @@ docker system prune -f
#docker network rm anomanor-net


docker rm -f anomanor
#docker rmi -f anomanor
docker rmi -f anomanor

docker build --tag anomanor -f Dockerfile_anomanor \
--build-arg R_CONFIG_ACTIVE \
Expand Down

0 comments on commit e30b6c3

Please sign in to comment.