Mercurial > repos > biomonika > test_dependency
changeset 4:65f07f51a1e4
Uploaded
author | biomonika |
---|---|
date | Sun, 24 Aug 2014 22:56:30 -0400 |
parents | 753072d9e2dd |
children | e9657d6ba0ac |
files | test_dependency.sh |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test_dependency.sh Sun Aug 24 22:56:30 2014 -0400 @@ -0,0 +1,15 @@ +#!/bin/bash + +results=$1 #X-linked candidates written here + +fake_input1=${2} +fake_input2=${3} + +echo "LINKYX_PATH: " $LINKYX_PATH + +perl ${LINKYX_PATH}/test.pl + +#cat ${LINKYX_PATH}/demo_files/reference.fasta >>$results + + +