Skip to content

Commit

Permalink
Add call to GO-CAM JSON file importer
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jan 9, 2025
1 parent 831993a commit 23c15b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/load-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,12 @@ $POMBASE_CHADO/script/pombase-import.pl $POMBASE_LEGACY/load-pombase-chado.yaml
"$HOST" $DB $USER $PASSWORD < $SOURCES/pombe-embl/supporting_files/production_gocam_term_id_mapping.tsv \
2>&1 | tee -a $LOG_DIR/$log_file.production-gocam-term-id-mapping-file

echo loading GO-CAM JSON file
$POMBASE_CHADO/script/pombase-import.pl $POMBASE_LEGACY/load-pombase-chado.yaml go-cam-json \
--organism-taxonid=4896 \
"$HOST" $DB $USER $PASSWORD < $SOURCES/pombe-embl/supporting_files/pombase_gocam_data_for_chado.json \
2>&1 | tee -a $LOG_DIR/$log_file.gocam-json-data-file


refresh_views

Expand Down

0 comments on commit 23c15b7

Please sign in to comment.