Mercurial > repos > rnateam > rnacommender
diff init.sh @ 0:d04fa5201f51 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/rna_commander/tools/rna_tools/rna_commender commit 7ad344d108076116e702e1c1e91cea73d8fcadc4
author | rnateam |
---|---|
date | Thu, 28 Jul 2016 05:56:54 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/init.sh Thu Jul 28 05:56:54 2016 -0400 @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +if [ ! -d "AURA_Human_data" ]; then + wget http://www.googledrive.com/host/0B9v5_ppcfmgWNTJzVjlkc0pCMVU + tar -xf 0B9v5_ppcfmgWNTJzVjlkc0pCMVU + rm 0B9v5_ppcfmgWNTJzVjlkc0pCMVU +fi \ No newline at end of file