# HG changeset patch # User shirish # Date 1401775972 14400 # Node ID f09520790c35b434bccce275b6febb29bd1d7cbe # Parent 4b3130814d921bce7e4a317af24f8e90500b9387 Deleted selected files diff -r 4b3130814d92 -r f09520790c35 softsearch.xml --- a/softsearch.xml Tue Jun 03 01:58:01 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ - - - - softsearch - - for structure variation - #if $source.index_source=="history" - samtools index $bam_file ; samtools faidx $source.history_fasta_file ; $inc | SoftSearch.pl -l $min_length_soft_clip -q $min_map_quality -r $min_depth_soft_clip_loc -m $min_no_discordant_read -s $no_sd_consider_discordant -b $bam_file -f $source.history_fasta_file -o $out_file1 - #else - samtools index $bam_file ; samtools faidx $source.ref_fasta.fields.path ; $inc | SoftSearch.pl -l $min_length_soft_clip -q $min_map_quality -r $min_depth_soft_clip_loc -m $min_no_discordant_read -s $no_sd_consider_discordant -b $bam_file -f $source.ref_fasta.fields.path -o $out_file1 - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 4b3130814d92 -r f09520790c35 tool_dependencies.xml --- a/tool_dependencies.xml Tue Jun 03 01:58:01 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - - - - - - wget https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz - - tar xvzf Softsearch2.4.tar.gz - cd 2.4/ - perl ./install.pl --prefix=$PWD - export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib - perl script/SoftSearch.pl - - $INSTALL_DIR/bin - - - - -