Skip to content

Commit

Permalink
Export all allele details in nightly script
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 13, 2023
1 parent 7046cfb commit a2ecdde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/load-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,11 @@ mkdir $CURRENT_BUILD_DIR
mkdir $CURRENT_BUILD_DIR/logs
mkdir $CURRENT_BUILD_DIR/exports

echo
echo export allele details
$POMBASE_CHADO/script/pombase-export.pl ./load-pombase-chado.yaml allele-details --organism-taxon-id=4896 "$HOST" $DB $USER $PASSWORD > $CURRENT_BUILD_DIR/exports/all-allele-details.tsv


(

(
Expand Down

0 comments on commit a2ecdde

Please sign in to comment.