Mercurial > repos > ufz > dfast
diff test-data.sh @ 0:9a9603da37ea draft
planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/dfast/ commit ceec7eb1afdcdebbbc145e7fe9fa5a38dafcd9b0
author | ufz |
---|---|
date | Wed, 16 Apr 2025 10:58:18 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data.sh Wed Apr 16 10:58:18 2025 +0000 @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +wget https://dfast.annotation.jp/dfast_core_db.tar.gz +tar -xvf dfast_core_db.tar.gz +mv db/ test-data/ +rm dfast_core_db.tar.gz +tree . \ No newline at end of file