[go: up one dir, main page]

Menu

[r107]: / rebaseextract.sh  Maximize  Restore  History

Download this file

14 lines (10 with data), 348 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/bin/bash
indexFile=$1
command=$2
profd=$3
cd $profd
echo 'Getting REBASE data'
wget 'http://rebase.neb.com/rebase/link_proto' -O link_proto >>/tmp/embossIndex.log
wget 'http://rebase.neb.com/rebase/link_withrefm' -O link_withrefm >>/tmp/embossIndex.log
echo 'Extract REBASE'
gksudo 'rebaseextract -infile link_withrefm -protofile link_proto'