Mercurial > repos > nilesh > rseqc
diff bam2wig.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 | 27e16a30667a |
line wrap: on
line diff
--- a/bam2wig.xml Sat Nov 26 15:19:14 2022 +0000 +++ b/bam2wig.xml Sat Dec 10 11:23:05 2022 +0000 @@ -2,10 +2,11 @@ <description> converts all types of RNA-seq data from .bam to .wig </description> - <expand macro="bio_tools"/> <macros> <import>rseqc_macros.xml</import> </macros> + + <expand macro="bio_tools"/> <expand macro="requirements" /> @@ -63,10 +64,10 @@ <data format="wig" name="output" from_work_dir="outfile.wig"> <filter>strand_type['strand_specific'] == 'none'</filter> </data> - <data format="wig" name="outputfwd" from_work_dir="outfile.Forward.wig" label="${tool.name} on ${on_string} (Forward Reads)"> + <data format="wig" name="outputfwd" from_work_dir="outfile.Forward.wig" label="${tool.name} on ${on_string}: forward reads"> <filter>strand_type['strand_specific'] != 'none'</filter> </data> - <data format="wig" name="outputrv" from_work_dir="outfile.Reverse.wig" label="${tool.name} on ${on_string} (Reverse Reads)"> + <data format="wig" name="outputrv" from_work_dir="outfile.Reverse.wig" label="${tool.name} on ${on_string}: reverse reads"> <filter>strand_type['strand_specific'] != 'none'</filter> </data> </outputs>