# HG changeset patch # User bzeitouni # Date 1339433748 14400 # Node ID f910d27718be77f828354127664f357bd5afc7dd # Parent d44ad6aa26ffc8613a85d538d2446f5e3356b9e3 Uploaded diff -r d44ad6aa26ff -r f910d27718be BAM_preprocessingPairs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BAM_preprocessingPairs.xml Mon Jun 11 12:55:48 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. + + + +