0
|
1 <tool id='id_gtf2fasta' name='gtf2fasta' version='1.0'>
|
|
2
|
|
3 <description>
|
|
4 Converts gtf to fasta
|
|
5 </description>
|
|
6 <requirements>
|
|
7 <requirement type="package" version="2.0.9">tophat2</requirement>
|
|
8 </requirements>
|
|
9
|
|
10 <command >gtf_to_fasta $gtf $genome $fasta</command>
|
|
11
|
|
12 <inputs>
|
|
13 <param name='gtf' type='data' format="gtf" optional='false' label='gtf_file' help='input gtf file'/>
|
|
14 <param name='genome' type='data' format="fasta" optional='false' label='genome_file' help='input genome'/>
|
|
15 </inputs>
|
|
16
|
|
17
|
|
18 <outputs>
|
|
19 <data format='fasta' name='fasta' label='fasta file'/>
|
|
20 </outputs>
|
|
21
|
|
22
|
|
23 <help>
|
|
24 **What it does**
|
|
25 Converts gtf file to fasta using reference genome
|
|
26
|
|
27 </help>
|
|
28
|
|
29 </tool>
|
|
30
|