Mercurial > repos > caleb-easterly > peca
view test.xml @ 6:e16cd77cf9f7 draft
planemo upload for repository https://github.com/caleb-easterly/galaxytools/peca
author | caleb-easterly |
---|---|
date | Mon, 26 Feb 2018 16:07:30 -0500 |
parents | |
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>