[go: up one dir, main page]

Menu

[r107]: / jaspar.sh  Maximize  Restore  History

Download this file

21 lines (21 with data), 593 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
cd /tmp
rm -fr jaspar
mkdir jaspar
cd jaspar
pwd
mkdir JASPAR_CORE
cd JASPAR_CORE
wget --progress=dot -r -nd -nv http://jaspar.genereg.net/html/DOWNLOAD/jaspar_CORE/
cd ..
mkdir JASPAR_FAM
cd JASPAR_FAM
echo 'Getting Jaspar FAM'
wget --progress=dot -r -nd -nv http://jaspar.genereg.net/html/DOWNLOAD/jaspar_collections/FAM/
cd ..
mkdir JASPAR_PHYLOFACTS
cd JASPAR_PHYLOFACTS
echo 'Getting Jaspar PHYLOFATCS'
wget --progress=dot -r -nd -nv http://jaspar.genereg.net/html/DOWNLOAD/jaspar_collections/PHYLOFACTS/
echo 'Got JASPAR '
gksudo 'jaspextract -directory /tmp/jaspar'