annotate test/test.sh @ 8:b7ebb4748e59
draft
" master branch Updating"
author |
lain |
date |
Thu, 21 Jan 2021 13:02:58 +0000 |
parents |
5be8a770a11d |
children |
f4fc4a0f41e2 |
rev |
line source |
0
|
1 #!/bin/sh
|
|
2
|
|
3 currdir=`pwd`
|
|
4 cd `dirname $(readlink -f $0)`
|
|
5
|
|
6 ln -s ../data/ ./data
|
|
7
|
|
8 ~/R/bin/Rscript $(realpath ../XSeekerPreparator.R) \
|
7
|
9 -i $(realpath ../data/20-01-2021.rdata) \
|
0
|
10 -m $(realpath ../data/models.R) \
|
|
11 -c $(realpath ../data/SERUM_v2019Jan17.tabular) \
|
|
12 -o $(realpath ../test.sqlite) \
|
|
13 || true
|
|
14
|
|
15
|
|
16
|
|
17 rm -rf "./data"
|
|
18 cd "${currdir}"
|