# HG changeset patch # User jbrayet # Date 1454684862 18000 # Node ID b8e8b0a4b41c4b27948a3c7104973697ba9a8017 Uploaded diff -r 000000000000 -r b8e8b0a4b41c ChIPQC_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ChIPQC_wrapper.xml Fri Feb 05 10:07:42 2016 -0500 @@ -0,0 +1,40 @@ + + Get peak height distribution + + institutcuriengsintegration/chipqc:1.0 + + +#if str( $ifPDF ) == 'Yes' #ChIPQC_wrapper.sh -f $inputfile -c $controlfile -m $minHeight -o $outputPDF -s $maxHeight -u $stats -p 1 #else # ChIPQC_wrapper.sh -f $inputfile -c $controlfile -m $minHeight -o $outputPNG -s $maxHeight -u $stats -p 0 #end if 1>/dev/null 2>/dev/null + + + + + + + + + + + + + + + + + + + + (ifPDF == "No") + + + (ifPDF == "Yes") + + + + +**What it does** + +This tool creates a .png (or .pdf) file with distribution of peaks heights for ChIP and Control sample + + +