# HG changeset patch # User priti # Date 1402142421 14400 # Node ID 7f4c80f8507c55e5c95df45d479f9a97e561bce1 # Parent 90126e98d22af9ab4f53673a2f106a486d78e695 Uploaded diff -r 90126e98d22a -r 7f4c80f8507c softsearch_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch_wrapper.xml Sat Jun 07 08:00:21 2014 -0400 @@ -0,0 +1,56 @@ + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +