# HG changeset patch # User priti # Date 1402140498 14400 # Node ID 54ccff00113b0be634185f62077c5e6cc1a39f34 # Parent 8d8eaacf25a39d2a5107ca7c51888e5e037f88f8 Deleted selected files diff -r 8d8eaacf25a3 -r 54ccff00113b softsearch_wrapper.xml --- a/softsearch_wrapper.xml Sat Jun 07 07:21:13 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/0.6/priti/vdt_dependency/e184c650a023/src/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/0.6/priti/vdt_dependency/e184c650a023/src/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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -