# HG changeset patch # User jbrayet # Date 1455025395 18000 # Node ID 5ee836825323485a2327f9c427034d5afef80af2 # Parent 77a6b67de66d0d0022f01e78b094121cb697e702 Uploaded diff -r 77a6b67de66d -r 5ee836825323 FilterPeaks.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FilterPeaks.xml Tue Feb 09 08:43:15 2016 -0500 @@ -0,0 +1,68 @@ + + Filter FindPeaks output (.peaks) using Control Peaks + + institutcuriengsintegration/filterpeaks:1.0 + + + FilterPeaks.sh -f $inputfile -c $controlfile -t $minHeight -v $minRatio -m $minHeightControl -r ${__root_dir__} + + #if $if_bed.if_bed_selector == "yes" + -o $outputB + -w $outputBC + -b $if_bed.if_bed_selector + -q $if_bed.nameControl + -n $if_bed.nameChIP + -l $if_bed.genome_selector + #else + -o $output + -w $outputC + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (if_bed['if_bed_selector'] == 'no') + + + (if_bed['if_bed_selector'] == 'no') + + + (if_bed['if_bed_selector'] == 'yes') + + + (if_bed['if_bed_selector'] == 'yes') + + + +**What it does** + +Filters out peaks present both in ChIP and Control dataset + + +