Skip to content

Commit

Permalink
Don't load gorefs yet - needs more work
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jan 13, 2022
1 parent 32e0372 commit cef1cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/load-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ echo loading PB refs
$POMBASE_CHADO/script/pombase-import.pl $POMBASE_LEGACY/load-pombase-chado.yaml references-file \
"$HOST" $DB $USER $PASSWORD < $SOURCES/pombe-embl/supporting_files/PB_references.txt

echo loading GO refs parsed from go-site/metadata/gorefs/
$POMBASE_CHADO/script/pombase-import.pl $POMBASE_LEGACY/load-pombase-chado.yaml references-file \
"$HOST" $DB $USER $PASSWORD < $SOURCES/pombe-embl/supporting_files/go_references.txt
#echo loading GO refs parsed from go-site/metadata/gorefs/
#$POMBASE_CHADO/script/pombase-import.pl $POMBASE_LEGACY/load-pombase-chado.yaml references-file \
# "$HOST" $DB $USER $PASSWORD < $SOURCES/pombe-embl/supporting_files/go_references.txt


echo loading human genes
Expand Down

0 comments on commit cef1cf1

Please sign in to comment.