Mercurial > repos > mytest > ngsap
view gtf2fasta.xml @ 0:0dedb6ecf305 draft default tip
Uploaded
author | mytest |
---|---|
date | Sat, 01 Aug 2015 08:08:50 -0400 (2015-08-01) |
parents | |
children |
line wrap: on
line source
<tool id='id_gtf2fasta' name='gtf2fasta' version='1.0'> <description> Converts gtf to fasta </description> <requirements> <requirement type="package" version="2.0.9">tophat2</requirement> </requirements> <command >gtf_to_fasta $gtf $genome $fasta</command> <inputs> <param name='gtf' type='data' format="gtf" optional='false' label='gtf_file' help='input gtf file'/> <param name='genome' type='data' format="fasta" optional='false' label='genome_file' help='input genome'/> </inputs> <outputs> <data format='fasta' name='fasta' label='fasta file'/> </outputs> <help> **What it does** Converts gtf file to fasta using reference genome </help> </tool>