# HG changeset patch # User shirish # Date 1401864371 14400 # Node ID bccd03438e6a8cbf9949063289daa2f318082d8f # Parent a5b06abe4c15e27c5035f940a2f40de92927d639 Uploaded diff -r a5b06abe4c15 -r bccd03438e6a softsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/softsearch.xml Wed Jun 04 02:46:11 2014 -0400 @@ -0,0 +1,56 @@ + + + + sosr + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +