FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8497d9e8 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update weekly_routine.sh

parent 62d85e7b
No related branches found
No related tags found
1 merge request!4Update weekly_routine.sh
......@@ -161,8 +161,8 @@ fi
# fbrf_input_list.tsv, will be empty
CURATEDPAPERLISTFILE="./fbrf_input_list.tsv"
#log "Creating ${CURATEDPAPERLISTFILE}"
#/usr/bin/perl /data/export/support_scripts/get_fbrfs_to_add_to_canto.pl /data/export/support_scripts/modules_server.cfg > "${CURATEDPAPERLISTFILE}"
log "Creating ${CURATEDPAPERLISTFILE}"
/usr/bin/perl /data/export/support_scripts/get_fbrfs_to_add_to_canto.pl /data/export/support_scripts/modules_server.cfg > "${CURATEDPAPERLISTFILE}"
JSONIMPORTFILE="./import_export/import-fbrfs.json"
......@@ -171,7 +171,7 @@ if [[ ( -e "${CURATEDPAPERLISTFILE}" ) && ( -s "${CURATEDPAPERLISTFILE}" ) ]]; t
# make the json input file
log "Creating ${JSONIMPORTFILE}"
/usr/bin/perl /data/export/support_scripts/canto_json_input_maker.pl /data/export/support_scripts/modules_server.cfg "${CURATEDPAPERLISTFILE}" > "${JSONIMPORTFILE}"
sudo /usr/bin/perl /data/export/support_scripts/canto_json_input_maker.pl /data/export/support_scripts/modules_server.cfg "${CURATEDPAPERLISTFILE}" > "${JSONIMPORTFILE}"
# load the json file into canto
# VT comment: this next step make take some time, depending on the amount of new data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment