annotate test/test.sh @ 0:1660665c081e draft

#issue9 branch Updating - - Fxx
author fgiacomoni
date Thu, 19 Nov 2020 14:28:46 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
1 #!/bin/sh
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
2
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
3 currdir=`pwd`
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
4 cd `dirname $(readlink -f $0)`
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
5
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
6 ln -s ../data/ ./data
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
7
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
8 ~/R/bin/Rscript $(realpath ../XSeekerPreparator.R) \
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
9 -i $(realpath ../data/full.rdata) \
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
10 -m $(realpath ../data/models.R) \
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
11 -c $(realpath ../data/SERUM_v2019Jan17.tabular) \
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
12 -o $(realpath ../test.sqlite) \
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
13 || true
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
14
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
15
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
16
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
17 rm -rf "./data"
1660665c081e #issue9 branch Updating - - Fxx
fgiacomoni
parents:
diff changeset
18 cd "${currdir}"