Skip to content

Commit

Permalink
Copy GO-CAM json to web-json for serving
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jan 6, 2025
1 parent d6171be commit d0a1a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/load-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,8 @@ find $CURRENT_BUILD_DIR/fasta/ -name '*.fa' | xargs gzip -9

cp $LOG_DIR/$log_file.web-json-write $CURRENT_BUILD_DIR/logs/

cp -r $POMBE_EMBL/supporting_files/noctua-go-cam-models $CURRENT_BUILD_DIR/web-json/go-cam

DB_BASE_NAME=`echo $DB | sed 's/-v[0-9]$//'`

cp -r $SOURCES/current_build_files/$DB_BASE_NAME/* $CURRENT_BUILD_DIR/
Expand Down

0 comments on commit d0a1a85

Please sign in to comment.