Mercurial > repos > bgruening > music_manipulate_eset
comparison manipulate_eset.xml @ 1:9cddc29f69ec 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:20:51 +0000 |
parents | fc8d113e0d6a |
children |
comparison
equal
deleted
inserted
replaced
0:fc8d113e0d6a | 1:9cddc29f69ec |
---|---|
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 |