Mercurial > repos > nilesh > rseqc
comparison junction_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 |
comparison
equal
deleted
inserted
replaced
| 12:57fad5deeb8e | 13:a7f9084572fe |
|---|---|
| 1 <tool id="rseqc_junction_saturation" name="Junction Saturation" version="@TOOL_VERSION@.1"> | 1 <tool id="rseqc_junction_saturation" name="Junction Saturation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@"> |
| 2 <description>detects splice junctions from each subset and compares them to reference gene model</description> | 2 <description>detects splice junctions from each subset and compares them to reference gene model</description> |
| 3 <expand macro="bio_tools"/> | |
| 4 <macros> | 3 <macros> |
| 5 <import>rseqc_macros.xml</import> | 4 <import>rseqc_macros.xml</import> |
| 6 </macros> | 5 </macros> |
| 7 | 6 <expand macro="bio_tools"/> |
| 8 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
| 9 | |
| 10 <expand macro="stdio" /> | 8 <expand macro="stdio" /> |
| 11 | |
| 12 <version_command><![CDATA[junction_saturation.py --version]]></version_command> | 9 <version_command><![CDATA[junction_saturation.py --version]]></version_command> |
| 13 | |
| 14 <command><