Mercurial > repos > alermine > nebula
view [APliBio]Nebula tools suite/Nebula/Peak2Bed/peak2bed.xml @ 3:1c699789d6d3 draft
Uploaded
author | alermine |
---|---|
date | Wed, 14 Nov 2012 06:02:48 -0500 |
parents | 2ec3ba0e9e70 |
children |
line wrap: on
line source
<tool id="peak2bed" name="PeaksToBed" version="1.0"> <description>Convert FindPeaks output (.peaks) into Bed</description> <command interpreter="perl">peak2bed.pl -f $inputfile -t $minHeight -o $output -g ${GALAXY_DATA_INDEX_DIR}/shared/ucsc/chrom/${inputfile.dbkey}.len -n $name</command> <inputs> <param name="name" type="text" label="type of experiment" value="track name"/> <param name="inputfile" type="data" label="ChIP-Seq Tag File" value="ChIP-Seq Tag File" format="txt"/> <param name="minHeight" type="integer" label="Minimal peak height to consider" value="3"/> </inputs> <outputs> <data name="output" format="bed" label="${name}.bed"/> </outputs> <help> **What it does** This tool creates a .bed file using .peaks output of FindPeaks </help> </tool>