# HG changeset patch # User iuc # Date 1511294132 18000 # Node ID 34e4c586e3c001dec60cd08b924ca37eac9d1aab # Parent 09846d5169fa501a548c2f154710a24a5a79550a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 7f68686cac77df831f1a26a2126a238a2e480316 diff -r 09846d5169fa -r 34e4c586e3c0 geneBody_coverage.xml --- a/geneBody_coverage.xml Tue Mar 14 10:23:21 2017 -0400 +++ b/geneBody_coverage.xml Tue Nov 21 14:55:32 2017 -0500 @@ -1,4 +1,4 @@ - + Read coverage over gene body. @@ -14,24 +14,42 @@ > 'input_list.txt' && + #end for + geneBody_coverage.py -i 'input_list.txt' -r '${refgene}' --minimum_length ${minimum_length} -o output + #else #set $safename = re.sub('[^\w\-_]', '_', $input.element_identifier) - #if $safename in $input_list: - #set $safename = str($safename) + "." + str($i) - #end if - $input_list.append($safename) ln -sf '${input}' '${safename}.bam' && ln -sf '${input.metadata.bam_index}' '${safename}.bam.bai' && - echo '${safename}.bam' >> 'input_list.txt' && - #end for - geneBody_coverage.py -i 'input_list.txt' -r '${refgene}' --minimum_length ${minimum_length} -o output + geneBody_coverage.py -i '${safename}.bam' -r '${refgene}' --minimum_length ${minimum_length} -o output + #end if ]]> - + + + + + + + + + + + + @@ -40,7 +58,7 @@ - len(inputs) >= 3 + batch_mode['batch_mode_selector'] == 'merge' and len(inputs) >= 3 @@ -49,7 +67,10 @@ - + + + + @@ -57,7 +78,10 @@ - + + + + @@ -79,8 +103,8 @@ Coverage skewness was measured by `Pearson’s skewness coefficients `_ .. image:: $PATH_TO_IMAGES/geneBody_workflow.png -:width: 800 px -:scale: 80 % + :width: 800 px + :scale: 80 % ## Inputs @@ -94,7 +118,7 @@ Minimum mRNA length Minimum mRNA length (bp). mRNA that are shorter than this value will be skipped (default is 100). - ## Outputs +## Outputs Text Table that includes the data used to generate the plots @@ -112,9 +136,9 @@ :scale: 80 % .. image:: $PATH_TO_IMAGES/Aug_26.geneBodyCoverage.heatMap.png -:height: 600 px -:width: 600 px -:scale: 80 % + :height: 600 px + :width: 600 px + :scale: 80 % @ABOUT@ diff -r 09846d5169fa -r 34e4c586e3c0 junction_annotation.xml --- a/junction_annotation.xml Tue Mar 14 10:23:21 2017 -0400 +++ b/junction_annotation.xml Tue Nov 21 14:55:32 2017 -0500 @@ -5,7 +5,13 @@ rseqc_macros.xml - + + + r-base + diff -r 09846d5169fa -r 34e4c586e3c0 read_quality.xml --- a/read_quality.xml Tue Mar 14 10:23:21 2017 -0400 +++ b/read_quality.xml Tue Nov 21 14:55:32 2017 -0500 @@ -5,7 +5,13 @@ rseqc_macros.xml - + + + r-base + diff -r 09846d5169fa -r 34e4c586e3c0 rseqc_macros.xml --- a/rseqc_macros.xml Tue Mar 14 10:23:21 2017 -0400 +++ b/rseqc_macros.xml Tue Nov 21 14:55:32 2017 -0500 @@ -5,6 +5,7 @@ rseqc +