diff --git a/deeptools/countReadsPerBin.py b/deeptools/countReadsPerBin.py index 1e6c78293b..37883cc539 100644 --- a/deeptools/countReadsPerBin.py +++ b/deeptools/countReadsPerBin.py @@ -899,7 +899,7 @@ def get_fragment_from_read(self, read): fragmentStart = int(fragmentCenter - read.infer_query_length(always=False) / 2) fragmentEnd = fragmentStart + read.infer_query_length(always=False) - assert fragmentStart < fragmentEnd, "fragment start greater than fragment" \ + assert fragmentStart <= fragmentEnd, "fragment start greater than fragment" \ "end for read {}".format(read.query_name) return [(fragmentStart, fragmentEnd)] diff --git a/galaxy/wrapper/alignmentSieve.xml b/galaxy/wrapper/alignmentSieve.xml index 850a0b9ace..f893d24c3f 100644 --- a/galaxy/wrapper/alignmentSieve.xml +++ b/galaxy/wrapper/alignmentSieve.xml @@ -1,4 +1,4 @@ - + Filter BAM/CRAM files according to specified parameters alignmentSieve diff --git a/galaxy/wrapper/bamCompare.xml b/galaxy/wrapper/bamCompare.xml index 4c5e45bb10..604774d6c1 100644 --- a/galaxy/wrapper/bamCompare.xml +++ b/galaxy/wrapper/bamCompare.xml @@ -1,4 +1,4 @@ - + normalizes and compares two BAM or CRAM files to obtain the ratio, log2ratio or difference between them bamCompare diff --git a/galaxy/wrapper/bamCoverage.xml b/galaxy/wrapper/bamCoverage.xml index b5828928dd..8150bfdc61 100644 --- a/galaxy/wrapper/bamCoverage.xml +++ b/galaxy/wrapper/bamCoverage.xml @@ -1,4 +1,4 @@ - + generates a coverage bigWig file from a given BAM or CRAM file bamCoverage diff --git a/galaxy/wrapper/bamPEFragmentSize.xml b/galaxy/wrapper/bamPEFragmentSize.xml index 2eb126f4b6..1566654091 100644 --- a/galaxy/wrapper/bamPEFragmentSize.xml +++ b/galaxy/wrapper/bamPEFragmentSize.xml @@ -1,4 +1,4 @@ - + Estimate the predominant cDNA fragment length from paired-end sequenced BAM/CRAM files bamPEFragmentSize diff --git a/galaxy/wrapper/bigwigAverage.xml b/galaxy/wrapper/bigwigAverage.xml index a061efd463..ffb5536a4e 100644 --- a/galaxy/wrapper/bigwigAverage.xml +++ b/galaxy/wrapper/bigwigAverage.xml @@ -1,4 +1,4 @@ - + normalizes and average multiple bigWig files bigwigAverage diff --git a/galaxy/wrapper/bigwigCompare.xml b/galaxy/wrapper/bigwigCompare.xml index 9609f83665..914b05c602 100644 --- a/galaxy/wrapper/bigwigCompare.xml +++ b/galaxy/wrapper/bigwigCompare.xml @@ -1,4 +1,4 @@ - + normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference between them bigwigCompare diff --git a/galaxy/wrapper/computeGCBias.xml b/galaxy/wrapper/computeGCBias.xml index 922c05af10..fc99e02de6 100644 --- a/galaxy/wrapper/computeGCBias.xml +++ b/galaxy/wrapper/computeGCBias.xml @@ -1,4 +1,4 @@ - + Determine the GC bias of your sequenced reads computeGCBias diff --git a/galaxy/wrapper/computeMatrix.xml b/galaxy/wrapper/computeMatrix.xml index 19d1f92cae..d6a82f7908 100644 --- a/galaxy/wrapper/computeMatrix.xml +++ b/galaxy/wrapper/computeMatrix.xml @@ -1,4 +1,4 @@ - + prepares data for plotting a heatmap or a profile of given regions computeMatrix diff --git a/galaxy/wrapper/computeMatrixOperations.xml b/galaxy/wrapper/computeMatrixOperations.xml index 2d996e910e..9366508610 100755 --- a/galaxy/wrapper/computeMatrixOperations.xml +++ b/galaxy/wrapper/computeMatrixOperations.xml @@ -1,4 +1,4 @@ - + Modify or combine the output of computeMatrix in a variety of ways. computeMatrixOperations diff --git a/galaxy/wrapper/correctGCBias.xml b/galaxy/wrapper/correctGCBias.xml index d9b718020d..4d55b6c0fa 100644 --- a/galaxy/wrapper/correctGCBias.xml +++ b/galaxy/wrapper/correctGCBias.xml @@ -1,4 +1,4 @@ - + uses the output from computeGCBias to generate GC-corrected BAM/CRAM files correctGCBias diff --git a/galaxy/wrapper/deepTools_macros.xml b/galaxy/wrapper/deepTools_macros.xml index 70e8bd808a..0f16a03e02 100755 --- a/galaxy/wrapper/deepTools_macros.xml +++ b/galaxy/wrapper/deepTools_macros.xml @@ -1,10 +1,11 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.5.1.0 + 3.5.2 + 20.01 - deeptools + deeptools samtools diff --git a/galaxy/wrapper/estimateReadFiltering.xml b/galaxy/wrapper/estimateReadFiltering.xml index abccbf04c1..925e8d0368 100644 --- a/galaxy/wrapper/estimateReadFiltering.xml +++ b/galaxy/wrapper/estimateReadFiltering.xml @@ -1,4 +1,4 @@ - + estimates the number of reads that would be filtered given certain criteria estimateReadFiltering diff --git a/galaxy/wrapper/multiBamSummary.xml b/galaxy/wrapper/multiBamSummary.xml index 808d43a6d5..dc1a504c40 100644 --- a/galaxy/wrapper/multiBamSummary.xml +++ b/galaxy/wrapper/multiBamSummary.xml @@ -1,4 +1,4 @@ - + calculates average read coverages for a list of two or more BAM/CRAM files multiBamSummary diff --git a/galaxy/wrapper/multiBigwigSummary.xml b/galaxy/wrapper/multiBigwigSummary.xml index 40e1cb3b63..cbcdde3a0c 100644 --- a/galaxy/wrapper/multiBigwigSummary.xml +++ b/galaxy/wrapper/multiBigwigSummary.xml @@ -1,4 +1,4 @@ - + calculates average scores for a list of two or more bigwig files multiBigwigSummary diff --git a/galaxy/wrapper/plotCorrelation.xml b/galaxy/wrapper/plotCorrelation.xml index e09c2a0310..d8c606401e 100644 --- a/galaxy/wrapper/plotCorrelation.xml +++ b/galaxy/wrapper/plotCorrelation.xml @@ -1,4 +1,4 @@ - + Create a heatmap or scatterplot of correlation scores between different samples plotCorrelation diff --git a/galaxy/wrapper/plotCoverage.xml b/galaxy/wrapper/plotCoverage.xml index 1be8c35ba9..6b50af26cb 100644 --- a/galaxy/wrapper/plotCoverage.xml +++ b/galaxy/wrapper/plotCoverage.xml @@ -1,4 +1,4 @@ - + assesses the sequencing depth of BAM/CRAM files plotCoverage diff --git a/galaxy/wrapper/plotEnrichment.xml b/galaxy/wrapper/plotEnrichment.xml index f77b86eb11..1e34adc96a 100644 --- a/galaxy/wrapper/plotEnrichment.xml +++ b/galaxy/wrapper/plotEnrichment.xml @@ -1,4 +1,4 @@ - + plots read/fragment coverage over sets of regions plotEnrichment diff --git a/galaxy/wrapper/plotFingerprint.xml b/galaxy/wrapper/plotFingerprint.xml index a340e3e632..dea1ccb9ec 100644 --- a/galaxy/wrapper/plotFingerprint.xml +++ b/galaxy/wrapper/plotFingerprint.xml @@ -1,4 +1,4 @@ - + plots profiles of BAM files; useful for assessing ChIP signal strength plotFingerprint diff --git a/galaxy/wrapper/plotHeatmap.xml b/galaxy/wrapper/plotHeatmap.xml index 98ddc1c5b3..79141cfc58 100644 --- a/galaxy/wrapper/plotHeatmap.xml +++ b/galaxy/wrapper/plotHeatmap.xml @@ -1,4 +1,4 @@ - + creates a heatmap for score distributions across genomic regions plotHeatmap diff --git a/galaxy/wrapper/plotPCA.xml b/galaxy/wrapper/plotPCA.xml index a7bf1c4c5a..27b781f84b 100644 --- a/galaxy/wrapper/plotPCA.xml +++ b/galaxy/wrapper/plotPCA.xml @@ -1,4 +1,4 @@ - + Generate principal component analysis (PCA) plots from multiBamSummary or multiBigwigSummary output plotPCA diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml index de064131c9..cdccb81558 100644 --- a/galaxy/wrapper/plotProfiler.xml +++ b/galaxy/wrapper/plotProfiler.xml @@ -1,4 +1,4 @@ - + creates a profile plot for score distributions across genomic regions