# HG changeset patch # User plus91-technologies # Date 1402132916 14400 # Node ID 51584f719418b7f74e4ca7e24f82b62352d20ed5 # Parent e37c09e5b15271bfb2d2738e68c8902564c46658 Deleted selected files diff -r e37c09e5b152 -r 51584f719418 softsearch_wrapper.xml --- a/softsearch_wrapper.xml Sat Jun 07 04:10:46 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 | --PATH/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 | --PATH/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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -