Mercurial > repos > iuc > bedtools
view expandBed.xml @ 2:effb7b4e45ed draft
Uploaded
author | iuc |
---|---|
date | Fri, 05 Dec 2014 13:31:24 -0500 |
parents | 7511823bdea1 |
children | 315929597efb |
line wrap: on
line source
<tool id="bedtools_expandbed" name="ExpandBed" version="@WRAPPER_VERSION@.0"> <description></description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <expand macro="stdio" /> <command> bedtools expand -c $cols -i $inputA > $output </command> <inputs> <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/> <param name="cols" type="text" value="" label="Specify the column(s) (comma separated) that should be summarized" /> </inputs> <outputs> <data format_source="inputA" name="output" metadata_source="inputA" label=""/> </outputs> <help> **What it does** Replicate lines in a file based on columns of comma-separated values. @REFERENCES@ </help> <expand macro="citations" /> </tool>