Skip to content
Snippets Groups Projects
Commit f6eba077 authored by Haarst, Jan van's avatar Haarst, Jan van
Browse files

fixed small bug

parent ca7082b3
Branches
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ if [ $HOSTNAME == "dev1" ] # Primary site ...@@ -13,6 +13,7 @@ if [ $HOSTNAME == "dev1" ] # Primary site
then then
site_location="ftp://ftp.ncbi.nlm.nih.gov/blast/db/" site_location="ftp://ftp.ncbi.nlm.nih.gov/blast/db/"
data_dir="/home/jvh/data/blast_latest/databases.nobackup" data_dir="/home/jvh/data/blast_latest/databases.nobackup"
extracted_dir=$data_dir"/extracted"
# Remove secondary checkfile # Remove secondary checkfile
rm $data_dir"/newest_date.txt" rm $data_dir"/newest_date.txt"
WGET="/home/jvh/bin/wget" WGET="/home/jvh/bin/wget"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment