# HG changeset patch # User jbrayet # Date 1454421745 18000 # Node ID d9fb544723cb6f4609f877bd959b27b5cfb52ac3 # Parent 3b1e9f0484052fa9323cd9392b7d89dea9bcfd0c Uploaded diff -r 3b1e9f048405 -r d9fb544723cb createControlSubSet_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/createControlSubSet_wrapper.xml Tue Feb 02 09:02:25 2016 -0500 @@ -0,0 +1,93 @@ + + + + + institutcuriengsintegration/controlsubset:1.0 + + +#if $input_type.input_type_selector == "bam" #createControlSubSet_wrapper.sh -f $inputfile -c $controlfile -t $input_type.input_type_selector -o $BAMcontrolOutBAM -s $BAMsampleOutBAM -q $if_Process_Sample -p "No" #elif $input_type.input_type_selector == "sam" #createControlSubSet_wrapper.sh -f $inputfile -c $controlfile -t $input_type.input_type_selector -o $SAMcontrolOut -s $SAMsampleOut -q $if_Process_Sample #else #createControlSubSet_wrapper.sh -f $inputfile -c $controlfile -t $input_type.input_type_selector -o $ELANDcontrolOut -s $ELANDsampleOut -q $if_Process_Sample #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (input_type['input_type_selector'] == 'eland') + + + (input_type['input_type_selector'] == 'sam') + + + + (input_type['input_type_selector'] == 'bam') + + + + + if_Process_Sample == True + (input_type['input_type_selector'] == 'eland') + + + if_Process_Sample == True + (input_type['input_type_selector'] == 'sam') + + + + if_Process_Sample == True + (input_type['input_type_selector'] == 'bam') + + + + +**What it does** + +This tool does preprocessing of ChIP-seq aligned reads before calling FindPeaks: + +Filter out dulpicates from the SAMPLE (optional) and create a CONTROL dataset w/o duplicates with the same number of reads as in the SAMPLE + +Only eland, sam and bam files are accepted. + + +