# HG changeset patch # User plus91-technologies-pvt-ltd # Date 1402137659 14400 # Node ID 0f3f0428fa18cc3e9585e9e10696b177e7b0c146 # Parent a5064e71fe5a3a90c0b9e5b161a520d86df3dd5a Deleted selected files diff -r a5064e71fe5a -r 0f3f0428fa18 softsearch_wrapper.xml --- a/softsearch_wrapper.xml Sat Jun 07 03:41:24 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -