# HG changeset patch # User bgruening # Date 1375466000 14400 # Node ID 6a2a7374450b829e66150e5407ebe97a3d9a3fcd # Parent f9390e176b8fab17a1986b3dd83a9f05614c4513 Uploaded diff -r f9390e176b8f -r 6a2a7374450b bamCompare.xml --- a/bamCompare.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/bamCompare.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,6 +1,7 @@ Normalize and compare two BAM files to output ratio, log2ratio or difference. + deepTools numpy argsparse pysam diff -r f9390e176b8f -r 6a2a7374450b bamCorrelate.xml --- a/bamCorrelate.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/bamCorrelate.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,6 +1,8 @@ corrlates pairs of bam files - + + deepTools + #set files=[] #set labels=[] diff -r f9390e176b8f -r 6a2a7374450b bamCoverage.xml --- a/bamCoverage.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/bamCoverage.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,10 +1,8 @@ Given a BAM file, generates a coverage bigwig file. Multiple options available to count reads and normalize coverage. + deepTools numpy - argsparse - pysam - numpy bamCoverage --bam '$bamInput' diff -r f9390e176b8f -r 6a2a7374450b bamFingerprint.xml --- a/bamFingerprint.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/bamFingerprint.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,6 +1,8 @@ plots profiles of bam files - + + deepTools + #set files=[] #set labels=[] diff -r f9390e176b8f -r 6a2a7374450b bigwigCompare.xml --- a/bigwigCompare.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/bigwigCompare.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,6 +1,8 @@ compares two bigwig files based on the number of mapped reads - + + deepTools + bigwigCompare --bigwig1 '$bigwigFile1' diff -r f9390e176b8f -r 6a2a7374450b computeGCBias.xml --- a/computeGCBias.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/computeGCBias.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,5 +1,8 @@ + + deepTools + diff -r f9390e176b8f -r 6a2a7374450b computeMatrix.xml --- a/computeMatrix.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/computeMatrix.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,5 +1,8 @@ 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 + computeMatrix $mode.mode_select diff -r f9390e176b8f -r 6a2a7374450b correctGCBias.xml --- a/correctGCBias.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/correctGCBias.xml Fri Aug 02 13:53:20 2013 -0400 @@ -1,6 +1,9 @@ + + deepTools + correctGCBias --bamfile '$bamInput' diff -r f9390e176b8f -r 6a2a7374450b profiler.xml --- a/profiler.xml Fri Aug 02 12:54:19 2013 -0400 +++ b/profiler.xml Fri Aug 02 13:53:20 2013 -0400 @@ -2,7 +2,9 @@ creates a profile plot for a score associated to genomic regions - + + deepTools + profiler --matrixFile $matrixFile