Mercurial > repos > caleb-easterly > peca
view test.xml @ 13:4dcfde657dc3 draft default tip
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
author | caleb-easterly |
---|---|
date | Thu, 08 Mar 2018 18:35:49 -0500 |
parents | e16cd77cf9f7 |
children |
line wrap: on
line source
<tool id="peca" name="PECA: Probe-level expression change averaging" version="0.1.0"> <command detect_errors="exit_code"><![CDATA[ ## write groups to file echo '$group1' > group1.txt && echo '$group2' > group2.txt ]]></command> <inputs> <param name="input" type="data" format="tabular"/> <param name="group1" type="data_column" data_ref="input" multiple="true"/> <param name="group2" type="data_column" data_ref="input" multiple="true"/> </inputs> <outputs> <data format="tabular" name="output"/> </outputs> <help><![CDATA[ ]]></help> </tool>