Mercurial > repos > biomonika > test_dependency
comparison test_dependency.sh @ 4:65f07f51a1e4
Uploaded
author | biomonika |
---|---|
date | Sun, 24 Aug 2014 22:56:30 -0400 |
parents | |
children | 5573c2fa9824 |
comparison
equal
deleted
inserted
replaced
3:753072d9e2dd | 4:65f07f51a1e4 |
---|---|
1 #!/bin/bash | |
2 | |
3 results=$1 #X-linked candidates written here | |
4 | |
5 fake_input1=${2} | |
6 fake_input2=${3} | |
7 | |
8 echo "LINKYX_PATH: " $LINKYX_PATH | |
9 | |
10 perl ${LINKYX_PATH}/test.pl | |
11 | |
12 #cat ${LINKYX_PATH}/demo_files/reference.fasta >>$results | |
13 | |
14 | |
15 |