# HG changeset patch # User bgruening # Date 1387009769 18000 # Node ID 135f3bae5c5649d30c624ebdba996a57986ce841 # Parent c53a73b8eef9d2ecce9d100a02f260d84c775467 Uploaded diff -r c53a73b8eef9 -r 135f3bae5c56 bamCompare.xml --- a/bamCompare.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bamCompare.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ - + normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. (bam2bigwig) + deepTools_macros.xml diff -r c53a73b8eef9 -r 135f3bae5c56 bamCorrelate.xml --- a/bamCorrelate.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bamCorrelate.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,13 +1,11 @@ - + correlates pairs of BAM files + deepTools_macros.xml - #import tempfile - #set $temp_dir = os.path.abspath(tempfile.mkdtemp()) - #set files=[] #set labels=[] @@ -21,16 +19,17 @@ --bamfiles #echo " ".join($files) --labels #echo " ".join($labels) - --fragmentLength $fragmentLength --corMethod $corMethod - #set newoutFileName=str($outFileName)+".png" - --plotFile $newoutFileName + --plotFile $outFileName #if $outputOpt.showOutputOpt == "yes" --outRawCounts '$outFileRawCounts' --outFileCorMatrix '$outFileCorMatrix' + --plotFileFormat $output.outFileFormat + #else: + --plotFileFormat 'png' #end if #if $mode.modeOpt == "bins": @@ -64,9 +63,6 @@ --colorMap '$mode.advancedOpt.colorMap' #end if - - ; mv $newoutFileName $outFileName - ; rm $temp_dir -rf @@ -111,6 +107,13 @@ + + + + + + + @@ -118,7 +121,14 @@ - + + + + + + + + (outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveRawCounts'] == True) diff -r c53a73b8eef9 -r 135f3bae5c56 bamCoverage.xml --- a/bamCoverage.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bamCoverage.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ - + generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. (bam2bigwig) + deepTools_macros.xml diff -r c53a73b8eef9 -r 135f3bae5c56 bamFingerprint.xml --- a/bamFingerprint.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bamFingerprint.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ - + plots profiles of BAM files; useful for assesing ChIP signal strength + deepTools_macros.xml diff -r c53a73b8eef9 -r 135f3bae5c56 bigwigCompare.xml --- a/bigwigCompare.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bigwigCompare.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ - + normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference + deepTools_macros.xml @@ -29,10 +30,6 @@ #end if - - - - diff -r c53a73b8eef9 -r 135f3bae5c56 computeGCBias.xml --- a/computeGCBias.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/computeGCBias.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,9 +1,7 @@ - + to see whether your samples should be normalized for GC bias - - - + deepTools_macros.xml diff -r c53a73b8eef9 -r 135f3bae5c56 computeMatrix.xml --- a/computeMatrix.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/computeMatrix.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ - + summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile + deepTools_macros.xml @@ -116,7 +117,7 @@ - + @@ -126,19 +127,8 @@ - - - - - - - - - - - - - + + @@ -183,32 +173,8 @@ - - - - - (( - output['showOutputSettings'] == 'yes' and - output['saveData'] is True - )) - - - - - (( - output['showOutputSettings'] == 'yes' and - output['saveMatrix'] is True - )) - - - - - (( - output['showOutputSettings'] == 'yes' and - output['saveSortedRegions'] is True - )) - - + +