Mercurial > repos > alermine > nebula
comparison [APliBio]Nebula tools suite/Nebula/ExtractCentralRegions/extractCentralRegions_wrapper.xml @ 0:2ec3ba0e9e70 draft
Uploaded
author | alermine |
---|---|
date | Thu, 25 Oct 2012 08:18:25 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2ec3ba0e9e70 |
---|---|
1 <tool id="extractCentralRegions" name="ExtractCentralRegions" version="1.0"> | |
2 <description>Extract regions around peak maxima for a .bed file with peak coordinates</description> | |
3 <command interpreter="perl">extractCentralRegions.pl -f $inputfile -l $left -o $output -head $has_header | |
4 </command> | |
5 <inputs> | |
6 | |
7 <param name="inputfile" type="data" label="ChIP peaks" value="ChIP peaks File" format="bed,txt"/> | |
8 <param name="has_header" type="select" label="Your data file has a header?"> | |
9 <option value="0" selected="true">No</option> | |
10 <option value="1">Yes</option> | |
11 </param> | |
12 <param name="left" type="integer" label="Legth of the central region" value="300"/> | |
13 </inputs> | |
14 <outputs> | |
15 <data name="output" format="bed" label="central regions for ${inputfile.name}"/> | |
16 </outputs> | |
17 <help> | |
18 **What it does** | |
19 | |
20 This tool extract central regions of ChIP-seq peaks | |
21 | |
22 </help> | |
23 </tool> |