Mercurial > repos > bgruening > music_inspect_eset
comparison inspect_eset.xml @ 4:7705cc75ac18 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit d007ae51743e621dc47524f681501e72ef3a2910"
author | bgruening |
---|---|
date | Mon, 02 May 2022 09:59:49 +0000 |
parents | 577435e5e6b2 |
children | fde4c972e7c5 |
comparison
equal
deleted
inserted
replaced
3:8c64a2da3869 | 4:7705cc75ac18 |
---|---|
1 <tool id="music_inspect_eset" name="Inspect Expression Set Object" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" | 1 <tool id="music_inspect_eset" name="Inspect Expression Set Object" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" |
2 profile="20.05" license="GPL-3.0-or-later" > | 2 profile="21.09" license="GPL-3.0-or-later" > |
3 <description>Inspect an ExpressionSet object by a variety of attributes</description> | 3 <description>Inspect an ExpressionSet object by a variety of attributes</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
8 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
9 cat '$conf' >> /dev/stderr && | |
9 Rscript --vanilla '$conf' | 10 Rscript --vanilla '$conf' |
10 ]]></command> | 11 ]]></command> |
11 <configfiles> | 12 <configfiles> |
12 <configfile name="conf" > | 13 <configfile name="conf" > |
13 | 14 |
48 printout(tab) | 49 printout(tab) |
49 } else { | 50 } else { |
50 stop(paste0("No such option:", inspector)) | 51 stop(paste0("No such option:", inspector)) |
51 } | 52 } |
52 | 53 |
54 print(rds_eset) | |
53 | 55 |
54 </configfile> | 56 </configfile> |
55 </configfiles> | 57 </configfiles> |
56 <inputs> | 58 <inputs> |
57 <param name="rds_eset" label="ESet Dataset" type="data" format="@RDATATYPE@" /> | 59 <param name="rds_eset" label="ESet Dataset" type="data" format="@RDATATYPE@" /> |