Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse authored Feb 7, 2024
1 parent 41ffc91 commit a733178
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oan-etl/update.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash
# Exit if command fails
set -e
# keep track of the last executed command
trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG
# echo an error message before exiting
trap 'echo "\"${last_command}\" command filed with exit code $?."' EXIT

# OMIM 2 GENE
wget -P $1 --no-use-server-timestamps ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/mim2gene_medgen
Expand Down

0 comments on commit a733178

Please sign in to comment.