comparison manipulate_eset.xml @ 4:b5185a4f5209 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 7b4e1e85d9d288a904444eb9fcb96bcdc856b9ff
author bgruening
date Wed, 06 Nov 2024 23:21:49 +0000
parents 22232092be53
children
comparison
equal deleted inserted replaced
3:192355cd1641 4:b5185a4f5209
2 profile="21.09" license="GPL-3.0-or-later" > 2 profile="21.09" license="GPL-3.0-or-later" >
3 <description>Manipulate ExpressionSet objects by a variety of attributes</description> 3 <description>Manipulate ExpressionSet objects 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="xrefs"/>
7 <expand macro="requirements"/> 8 <expand macro="requirements"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 cat '$conf' >> /dev/stderr && 10 cat '$conf' >> /dev/stderr &&
10 Rscript --vanilla '$conf' 11 Rscript --vanilla '$conf'
11 12