# HG changeset patch
# User bzeitouni
# Date 1339433810 14400
# Node ID 602e6912ac67cf68861ab19d508b84ba538b2d47
# Parent f910d27718be77f828354127664f357bd5afc7dd
Deleted selected files
diff -r f910d27718be -r 602e6912ac67 BAM_preprocessingPairs.xml
--- a/BAM_preprocessingPairs.xml Mon Jun 11 12:55:48 2012 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,77 +0,0 @@
-
-
- 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.
-
-
-
-
diff -r f910d27718be -r 602e6912ac67 SVDetect_import.sh
--- a/SVDetect_import.sh Mon Jun 11 12:55:48 2012 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-
-while getopts "i:o:" optionName; do
-case "$optionName" in
-
-i) INPUT="$OPTARG";;
-o) OUTPUT="$OPTARG";;
-
-esac
-done
-
-rm $OUTPUT
-
-ln -s $INPUT $OUTPUT
diff -r f910d27718be -r 602e6912ac67 SVDetect_import.xml
--- a/SVDetect_import.xml Mon Jun 11 12:55:48 2012 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,85 +0,0 @@
-
- BAM, chromosome info or sv files
- SVDetect_import.sh -i $file_path
- #if str($type.file_type)=="bam"
- -o $outbamfile
- #elif str($type.file_type)=="len"
- -o $outlenfile
- #elif str($type.file_type)=="sv"
- -o $outsvfile
- #end if
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- type['file_type']=="bam"
-
-
- type['file_type']=="len"
-
-
- type['file_type']=="sv"
-
-
-
-**What it does**
-
-This tool allows you to import quickly a BAM file, a chromosome info file or a SVDetect output file from you computer as inputs for SVDetect.
-
-
-**Example of chromosome file**
-
-Input len file::
-
- 1 chr1 247249719
- 2 chr2 242951149
- 3 chr3 199501827
- 4 chr4 191273063
- 5 chr5 180857866
- 6 chr6 170899992
- 7 chr7 158821424
- 8 chr8 146274826
- 9 chr9 140273252
- 10 chr10 135374737
- 11 chr11 134452384
- 12 chr12 132349534
- 13 chr13 114142980
- 14 chr14 106368585
- 15 chr15 100338915
- 16 chr16 88827254
- 17 chr17 78774742
- 18 chr18 76117153
- 19 chr19 63811651
- 20 chr20 62435964
- 21 chr21 46944323
- 22 chr22 49691432
- 23 chrX 154913754
- 24 chrY 57772954
-
------
-
-.. class:: infomark
-
-Contact Bruno Zeitouni (bruno.zeitouni@curie.fr) for any questions or concerns about the Galaxy implementation of SVDetect.
-
-
-