comparison Bed12ToBed6.xml @ 12:c782e0edc4f1 draft default tip

Uploaded
author bgruening
date Thu, 19 Jun 2014 10:12:00 -0400
parents 75d323631dce
children
comparison
equal deleted inserted replaced
11:e526617a6bb9 12:c782e0edc4f1
1 <tool id="bedtools_bed12tobed6" name="Convert from BED12 to BED6" version="0.1.0"> 1 <tool id="bedtools_bed12tobed6" name="Convert from BED12 to BED6" version="@WRAPPER_VERSION@.0">
2 <description></description> 2 <description></description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 bed12ToBed16 9 bed12ToBed16
10 -i '$input' 10 -i '$input'
11 &gt; '$output' 11 &gt; '$output'
12
13 </command> 12 </command>
14 <inputs> 13 <inputs>
15 <param format="bed" name="input" type="data" label="Convert the following BED12 file to BED6"/> 14 <param format="bed" name="input" type="data" label="Convert the following BED12 file to BED6"/>
16 </inputs> 15 </inputs>
17 <outputs> 16 <outputs>