# HG changeset patch # User iuc # Date 1432545370 14400 # Node ID 9bee2c86eeb1ecc56e9e2d7e78bacd9e44ba27ae # Parent 627004611e9882238ae08ac368f9eea0f9757cd0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit ab1ab06323702186cf0c883d5774720cbb822cb5-dirty diff -r 627004611e98 -r 9bee2c86eeb1 bamCompare.xml --- a/bamCompare.xml Sun Mar 22 13:02:33 2015 -0400 +++ b/bamCompare.xml Mon May 25 05:16:10 2015 -0400 @@ -1,11 +1,10 @@ normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. (bam2bigwig) - - bamCompare deepTools_macros.xml + @@ -157,6 +158,7 @@ + diff -r 627004611e98 -r 9bee2c86eeb1 bamCorrelate.xml --- a/bamCorrelate.xml Sun Mar 22 13:02:33 2015 -0400 +++ b/bamCorrelate.xml Mon May 25 05:16:10 2015 -0400 @@ -1,11 +1,10 @@ correlates pairs of BAM files - - bamCorrelate deepTools_macros.xml + + help ="Reads will be extended to match this length unless they are paired-end, + in which case they will be extended to match the fragment length. + *NOTE*: If the BAM files contain mated and unmated paired-end reads, unmated reads will + be extended to match the fragment length. (--fragmentLength)"/> @@ -84,14 +89,18 @@ + help="In the bins mode, the correlation is computed based on equal + length bins. In the BED file mode, as list of genomic regions in BED + format has to be given. For each region in the BED file the number of + overlapping reads is counted in each of the BAM files. + Then the correlation is computed."> + help="Length in base pairs for a window used to sample the genome. (--binSize)"/> + considered. (--distanceBetweenBins)"/> + deviations from the median. (--doNotRemoveOutliers)"/> @@ -124,7 +133,8 @@ - + + @@ -162,9 +172,11 @@ + + diff -r 627004611e98 -r 9bee2c86eeb1 bamCoverage.xml --- a/bamCoverage.xml Sun Mar 22 13:02:33 2015 -0400 +++ b/bamCoverage.xml Mon May 25 05:16:10 2015 -0400 @@ -1,11 +1,10 @@ generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. (bam2bigwig) - - bamCoverage deepTools_macros.xml + @@ -109,9 +110,8 @@ - - + - $ENV[BAM_ROOT]/bin - - $ENV[PYTHONPATH_NUMPY] - $ENV[PATH_NUMPY] - - $ENV[PYTHONPATH_MATPLOTLIB] - $ENV[MATPLOTLIB_LIB_PATH] - - $ENV[PYTHONPATH_SCIPY] - $ENV[PATH_SCIPY] - - $ENV[BX_PYTHON_PATH]/lib/python - $ENV[BX_PYTHON_PATH]/bin - - $ENV[PYSAM_PATH]/lib/python - $ENV[PYSAM_PATH]/bin - - $ENV[UCSC_TOOLS_ROOT_PATH] - - - TRUE - - - - - Installation of deepTools from Fidel Ramirez. - https://github.com/fidelram/deepTools - -