# HG changeset patch # User plus91-technologies-pvt-ltd # Date 1401890146 14400 # Node ID 025b021fc12c3d7abb033913bfccb79c60150b41 # Parent 260029b4dd4333d8a43e81f0cf313420e87387a7 Uploaded diff -r 260029b4dd43 -r 025b021fc12c softsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch.xml Wed Jun 04 09:55:46 2014 -0400 @@ -0,0 +1,53 @@ + + + for structure variation + #if $source.index_source=="history" + samtools index $bam_file ; samtools faidx $source.history_fasta_file ; $inc | /home/plus91/2.4/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 | /home/plus91/2.4/src//2.4/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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +