Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/Zinba.xml @ 13:eb53be9a09f4 draft
Uploaded
author | timpalpant |
---|---|
date | Sat, 19 May 2012 10:36:45 -0400 |
parents | |
children |
rev | line source |
---|---|
13 | 1 <tool id="Zinba" name="Call peaks" version="1.0.0"> |
2 <description>with ZINBA</description> | |
3 <command interpreter="sh">runZINBA.sh -i $input -o $output</command> | |
4 <inputs> | |
5 <param format="bed" name="reads" type="data" label="Mapped reads (in BED format)" /> | |
6 <param format="wig" name="basecount" type="data" label="Coverage track (base align counts)" /> | |
7 | |
8 </inputs> | |
9 <outputs> | |
10 <data format="wig" name="output" metadata_source="input" /> | |
11 </outputs> | |
12 <help> | |
13 | |
14 | |
15 </help> | |
16 </tool> |