Skip to content

Commit

Permalink
update busco db
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Dec 17, 2024
1 parent 75cbb3f commit 24a27c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
4 changes: 2 additions & 2 deletions workflow/envs/busco.post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -Eeu

# URL of the .tar archive
url="https://busco-data.ezlab.org/v5/data/lineages/bacteria_odb10.2020-03-06.tar.gz"
url="https://busco-data.ezlab.org/v5/data/lineages/bacteria_odb10.2024-01-08.tar.gz"

# Local directory to save the file
local_dir="$HOME/.nrw-geuebt/busco/"
Expand Down Expand Up @@ -33,6 +33,6 @@ else
echo "$download_hash" > "$local_dir/$file_name.sha256"
date --iso-8601='minutes' > "$local_dir/$file_name.timestamp"
echo "$url" > "$local_dir/$file_name.source"
tar -xzvf "$local_dir/$remote_name" -C "$local_dir/" && rm "$local_dir/$remote_name"
tar -xzvf "$local_dir$remote_name" -C "$local_dir/" && rm "$local_dir/$remote_name"

fi

0 comments on commit 24a27c6

Please sign in to comment.