0
|
1 <tool id="glimmer_orf-to-sequence" name="ORF to Sequence" version="0.1">
|
|
2 <description>assigns ORF to its DNA sequence</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.61">biopython</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="python">
|
|
7 glimmer_orf_to_seq.py
|
|
8 $glimmer_orfs
|
|
9 $input_fasta
|
|
10 $output
|
|
11 </command>
|
|
12 <inputs>
|
|
13 <param name="input_fasta" type="data" format="fasta" label="Genome Sequence"/>
|
|
14 <param name="glimmer_orfs" type="data" format="tabular" label="Define Glimmer-ORFs"/>
|
|
15 </inputs>
|
|
16 <outputs>
|
|
17 <data name="output" type="data" format="fasta"/>
|
|
18 </outputs>
|
|
19 <tests>
|
|
20 <test>
|
|
21 </test>
|
|
22 </tests>
|
|
23 <help>
|
|
24
|
|
25 **What it does**
|
|
26
|
|
27 This tool extract all gene sequences from a genome, which are predicted with Glimmer3.
|
|
28
|
|
29 </help>
|
|
30 </tool>
|