Mercurial > repos > nilesh > rseqc
comparison read_GC.xml @ 59:dbedfc5f5a3c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
author | iuc |
---|---|
date | Sat, 18 Dec 2021 19:41:19 +0000 |
parents | 09846d5169fa |
children | 1421603cc95b |
comparison
equal
deleted
inserted
replaced
58:1a052c827e88 | 59:dbedfc5f5a3c |
---|---|
1 <tool id="rseqc_read_GC" name="Read GC" version="@WRAPPER_VERSION@"> | 1 <tool id="rseqc_read_GC" name="Read GC" version="@TOOL_VERSION@"> |
2 <description>determines GC% and read count</description> | 2 <description>determines GC% and read count</description> |
3 | 3 <expand macro="bio_tools"/> |
4 <macros> | 4 <macros> |
5 <import>rseqc_macros.xml</import> | 5 <import>rseqc_macros.xml</import> |
6 </macros> | 6 </macros> |
7 | 7 |
8 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
34 <tests> | 34 <tests> |
35 <test> | 35 <test> |
36 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" /> | 36 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" /> |
37 <param name="rscript_output" value="true" /> | 37 <param name="rscript_output" value="true" /> |
38 <output name="outputxls" file="output.GC.xls" /> | 38 <output name="outputxls" file="output.GC.xls" /> |
39 <output name="outputr" file="output.GC_plot.r" /> | 39 <output name="outputr" file="output.GC_plot_r" /> |
40 <output name="outputpdf" file="output.GC_plot.pdf" compare="sim_size" /> | 40 <output name="outputpdf" file="output.GC_plot.pdf" compare="sim_size" /> |
41 </test> | 41 </test> |
42 </tests> | 42 </tests> |
43 | 43 |
44 <help><![CDATA[ | 44 <help><![CDATA[ |