# HG changeset patch # User bzeitouni # Date 1339432197 14400 # Node ID 89b207100214a3dddc929aca435e4c652adffea7 # Parent 35fb765cd586d264e3f389e9c1f33870aae1e6b0 Uploaded diff -r 35fb765cd586 -r 89b207100214 BAM_preprocessingPairs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BAM_preprocessingPairs.xml Mon Jun 11 12:29:57 2012 -0400 @@ -0,0 +1,77 @@ + + + to get abnormal pairs + + BAM_preprocessingPairs.pl -t '$readType' -p '$pairType' -n '$nbrePair' -s '$isizeMin' -S '$isizeMax' -f '$foldPair' -o $__new_file_path__/svdetect -b '$abBAM' -l '$log' -N $sample_name + #if $newBam.pairNormal=="yes" + -d -x '$normBAM' + #end if + '$inputBam' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + newBam['pairNormal'] == 'yes' + + + + + +**What it does** + +Bam_preprocessingPairs - Version 0.4b + +Preprocessing of mates to get anomalously mapped mate-pair/paired-end reads as input for SVDetect. + +From all pairs mapped onto the reference genome, this script outputs abnormal pairs: + + * mapped on two different chromosomes + * with an incorrect strand orientation and/or pair order + * with an insert size distance +- sigma threshold + +into a file prefix.ab.bam/sam sorted by read names + +-BAM/SAM File input format only. + +SAMtools required for BAM files + +----- + +.. class:: infomark + +Contact Bruno Zeitouni (bruno.zeitouni@curie.fr) for any questions or concerns about the Galaxy implementation of SVDetect. + + + +