Skip to content

Commit

Permalink
fix the csv not being copied to home
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Aug 27, 2024
1 parent 420626e commit 4cb2276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
native:
container:
name: "indigidatar"
image: "ghcr.io/nesi/training-environment-rstudio-indigidata-app:v0.4.0"
image: "ghcr.io/nesi/training-environment-rstudio-indigidata-app:v0.5.0"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
restart_policy: 'OnFailure'
env:
Expand Down
1 change: 1 addition & 0 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ echo "Starting up rserver..."

# copy data
rsync --ignore-existing -avz /var/lib/OTU_table.biom ~/OTU_table.biom
rsync --ignore-existing -avz /var/lib/spiders_df.csv ~/spiders_df.csv

# launch rserver
rserver \
Expand Down

0 comments on commit 4cb2276

Please sign in to comment.