# HG changeset patch # User shirish # Date 1401790217 14400 # Node ID 5098f32aca27800f4ee244ef0d9ecf3bff0c6684 # Parent 5694e3129e6f9f123c6826a4793f4a7c94fdd31a Uploaded diff -r 5694e3129e6f -r 5098f32aca27 softsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch.xml Tue Jun 03 06:10:17 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +