# HG changeset patch # User plus91-technologies # Date 1402135144 14400 # Node ID 359c61c1a908565b7a902b65eadc25584909e87f # Parent 85b3e6cab13579b3fa84eacebaf8a4b23d090cac Uploaded diff -r 85b3e6cab135 -r 359c61c1a908 softsearch_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch_wrapper.xml Sat Jun 07 05:59:04 2014 -0400 @@ -0,0 +1,57 @@ + + + + R_SCRIPT_PATH + softsearch + + for structure variation + #if $source.index_source=="history" + samtools index $bam_file ; samtools faidx $source.history_fasta_file ; $inc | \$R_SCRIPT_PATH/softsearch_wrapper.softsearch 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 | \$R_SCRIPT_PATH/softsearch_wrapper.softsearch 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +