Mercurial > repos > nilesh > rseqc
diff RPKM_saturation.xml @ 13:a7f9084572fe draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 8a91236cee4d408ae2b53a3e9b6daebc332d631a
| author | iuc |
|---|---|
| date | Sat, 10 Dec 2022 11:21:47 +0000 |
| parents | 57fad5deeb8e |
| children | b21f0167e197 |
line wrap: on
line diff
--- a/RPKM_saturation.xml Sat Dec 18 19:40:16 2021 +0000 +++ b/RPKM_saturation.xml Sat Dec 10 11:21:47 2022 +0000 @@ -1,9 +1,9 @@ -<tool id="rseqc_RPKM_saturation" name="RPKM Saturation" version="@TOOL_VERSION@.2"> +<tool id="rseqc_RPKM_saturation" name="RPKM Saturation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@"> <description>calculates raw count and RPKM values for transcript at exon, intron, and mRNA level</description> - <expand macro="bio_tools"/> <macros> <import>rseqc_macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> @@ -12,7 +12,8 @@ <version_command><![CDATA[RPKM_saturation.py --version]]></version_command> <command><![CDATA[ - RPKM_saturation.py -i '${input}' -o output -r '${refgene}' + @BAM_SAM_INPUTS@ + RPKM_saturation.py -i 'input.${extension}' -o output -r '${refgene}' #if str($strand_type.strand_specific) == "pair" -d @@ -37,7 +38,7 @@ ]]></command> <inputs> - <expand macro="bam_param" /> + <expand macro="bam_sam_param" /> <expand macro="refgene_param" /> <expand macro="strand_type_param" /> <param name="percentileFloor" type="integer" value="5" label="Begin sampling from this percentile (default=5)" help="(--percentile-floor)"/>
