# HG changeset patch # User plus91-technologies # Date 1402121702 14400 # Node ID d9b2427aa6d998db4a61a29cdba156962bb5b1c9 # Parent 6a5d5546adced78daf53527d46fbadff58fda74b Uploaded diff -r 6a5d5546adce -r d9b2427aa6d9 softsearch_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch_wrapper.xml Sat Jun 07 02:15:02 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 | perl ~/softsearch/0.6/plus91-technologies/softsearch_dependency/f86686ac4ccc/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 | perl ~/softsearch/0.6/plus91-technologies/softsearch_dependency/f86686ac4ccc/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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +