# HG changeset patch # User biomonika # Date 1408985490 14400 # Node ID 5573c2fa98241ceb9b9d504af4de6ca31b75a48e # Parent 2e1f6f189689482c73a10342fdb6efbfd3aed393 full depend diff -r 2e1f6f189689 -r 5573c2fa9824 test_dependency.sh --- a/test_dependency.sh Sun Aug 24 22:56:50 2014 -0400 +++ b/test_dependency.sh Mon Aug 25 12:51:30 2014 -0400 @@ -2,14 +2,12 @@ results=$1 #X-linked candidates written here -fake_input1=${2} -fake_input2=${3} - echo "LINKYX_PATH: " $LINKYX_PATH +echo "SAMTOOLS: " $SAMTOOLS perl ${LINKYX_PATH}/test.pl -#cat ${LINKYX_PATH}/demo_files/reference.fasta >>$results +echo "LINKYX_PATH: " $LINKYX_PATH "SAMTOOLS: " $SAMTOOLS >>$results diff -r 2e1f6f189689 -r 5573c2fa9824 test_dependency.xml --- a/test_dependency.xml Sun Aug 24 22:56:50 2014 -0400 +++ b/test_dependency.xml Mon Aug 25 12:51:30 2014 -0400 @@ -1,12 +1,10 @@ Test toolshed dependency - test_dependency.sh $output $input1 $input2 + test_dependency.sh $output - - - + diff -r 2e1f6f189689 -r 5573c2fa9824 tool_dependencies.xml --- a/tool_dependencies.xml Sun Aug 24 22:56:50 2014 -0400 +++ b/tool_dependencies.xml Mon Aug 25 12:51:30 2014 -0400 @@ -2,4 +2,44 @@ $REPOSITORY_INSTALL_DIR + + + + http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2 + sed -i 's/O2/O2 -fPIC/‘ Makefile + make + $INSTALL_DIR/bin + + $INSTALL_DIR/bin + + + + Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files + + + + + + + + + + + + + + + Bio::DB::Sam + http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Bio-SamTools-1.39.tar.gz + Bio::DB::Fasta + http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.901.tar.gz + File::Slurp + http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-Slurp-9999.13.tar.gz + + + + + Installing dependencies. Bio::DB::Sam needs to know location of bam.h and compiled libbam.a files, therefore environmental variable SAMTOOLS needs to be correctly set. + +