Mercurial > repos > nilesh > rseqc
comparison mismatch_profile.xml @ 61:5968573462fa 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:23:05 +0000 |
parents | 1421603cc95b |
children | 473382134e56 |
comparison
equal
deleted
inserted
replaced
60:1421603cc95b | 61:5968573462fa |
---|---|
1 <tool id="rseqc_mismatch_profile" name="Mismatch Profile" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@"> | 1 <tool id="rseqc_mismatch_profile" name="Mismatch Profile" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@GALAXY_VERSION@"> |
2 <description> | 2 <description> |
3 calculates the distribution of mismatches across reads | 3 calculates the distribution of mismatches across reads |
4 </description> | 4 </description> |
5 <expand macro="bio_tools"/> | |
6 <macros> | 5 <macros> |
7 <import>rseqc_macros.xml</import> | 6 <import>rseqc_macros.xml</import> |
8 </macros> | 7 </macros> |
8 <expand macro="bio_tools"/> | |
9 | 9 |
10 <expand macro="requirements" /> | 10 <expand macro="requirements" /> |
11 | 11 |
12 <expand macro="stdio" /> | 12 <expand macro="stdio" /> |
13 | 13 |