annotate trinotate.xml @ 4:2b093007fab9 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
author iuc
date Sun, 21 Nov 2021 17:18:27 +0000
parents 4383070d29ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
1 <tool id="trinotate" name="Trinotate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
2 <description>functional transcript annotation</description>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
3 <macros>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
4 <token name="@TOOL_VERSION@">3.2.2</token>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
6 </macros>
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
7 <requirements>
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">trinotate</requirement>
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
9 <requirement type="package" version="1.18">gnu-wget</requirement>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
10 </requirements>
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
11 <xrefs>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
12 <xref type="bio.tools">trinotate</xref>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
13 </xrefs>
3
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
14 <version_command><![CDATA[
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
15 Trinotate version @TOOL_VERSION@
3
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
16 ]]></version_command>
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
17 <command detect_errors="exit_code"><![CDATA[
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
18
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
19 #if str($cond_download.select_download) == "yes":
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
20 Build_Trinotate_Boilerplate_SQLite_db.pl Trinotate &&
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
21 #else:
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
22 ln -s '$cond_download.trinotate_sqlite_in' Trinotate.sqlite &&
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
23 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
24
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
25 Trinotate Trinotate.sqlite init --gene_trans_map '$gene_trans_map' --transcript_fasta $trinity --transdecoder_pep '$transdecoder' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
26 #if $blastp:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
27 Trinotate Trinotate.sqlite LOAD_swissprot_blastp '$blastp' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
28 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
29 #if $blastx:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
30 Trinotate Trinotate.sqlite LOAD_swissprot_blastx '$blastx' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
31 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
32 #if $hmmscan:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
33 Trinotate Trinotate.sqlite LOAD_pfam '$hmmscan' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
34 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
35 #if $tmhmm:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
36 Trinotate Trinotate.sqlite LOAD_tmhmm '$tmhmm' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
37 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
38 #if $signalp:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
39 Trinotate Trinotate.sqlite LOAD_signalp '$signalp' &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
40 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
41
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
42 Trinotate Trinotate.sqlite report -E $report_option.E --pfam_cutoff $report_option.pfam_cutoff $report_option.incl_pep $report_option.incl_trans > '$trinotate_out'
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
43
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
44 ]]></command>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
45 <inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
46 <param name="trinity" type="data" format="fasta" optional="false" label="Transcripts" help="Trinity output: Assembled Transcripts" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
47 <param name="transdecoder" type="data" format="fasta" optional="false" label="Peptides" help="Transdecoder output: transdecoder_pep" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
48 <param name="gene_trans_map" type="data" format="tabular" optional="false" label="Genes to transcripts map" help="Genes to transcripts map output. Containing correspondance between gene ids and transcript ids based on the name of transcripts assembled by Trinity" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
49 <param name="blastp" type="data" format="tabular" optional="true" label="BLASTP: Peptides vs Uniprot.SwissProt" help="[optional] NCBI BLAST+ blastp output. Output format: Tabular (standard 12 columns)" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
50 <param name="blastx" type="data" format="tabular" optional="true" label="BLASTX: Transcripts vs Uniprot.SwissProt" help="[optional] NCBI BLAST+ blastx output. Output format: Tabular (standard 12 columns)" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
51 <param name="hmmscan" type="data" format="txt" optional="true" label="HMMER hmmscan: Peptides vs PFAM" help="[optional] HMMER hmmscan output: Table of per-domain hits. Output format: Table of per-domain hits (--domtblout)" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
52 <param name="tmhmm" type="data" format="tabular" optional="true" label="TMHMM on Peptides" help="[optional]"/>
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
53 <param name="signalp" type="data" format="tabular" optional="true" label="SignalP on Peptides" help="[optional]" />
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
54
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
55 <conditional name="cond_download">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
56 <param name="select_download" type="select" label="Let Galaxy downloading the Trinotate Pre-generated Resource SQLite database">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
57 <option value="yes" selected="True">Yes</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
58 <option value="no">No, I will provide it</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
59 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
60 <when value="no">
1
9e61bc67866f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 910addf8de57fa9fa678c8a69c558390f5a16601
iuc
parents: 0
diff changeset
61 <param name="trinotate_sqlite_in" type="data" format="sqlite" optional="false" label="Trinotate Pre-generated Resource SQLite database" help="https://data.broadinstitute.org/Trinity/__deprecated_trinotate_resources/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz" />
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
62 </when>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
63 <when value="yes" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
64 </conditional>
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
65
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
66 <section name="report_option" title="Report options" expanded="False">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
67 <param argument="-E" type="float" value="1e-5" label="Maximum E-value for reporting best blast hit and associated annotations." />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
68 <param argument="--pfam_cutoff" type="select" label="PFAM cutoff">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
69 <option value="DNC">DNC : domain noise cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
70 <option value="DGC">DGC : domain gathering cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
71 <option value="DTC">DTC : domain trusted cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
72 <option value="SNC">SNC : sequence noise cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
73 <option value="SGC">SGC : sequence gathering cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
74 <option value="STC">STC : sequence trusted cutoff</option>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
75 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
76 <param argument="--incl_pep" type="boolean" truevalue="--incl_pep" falsevalue="" checked="false" label="Add the protein sequence data in the tab delimited report" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
77 <param argument="--incl_trans" type="boolean" truevalue="--incl_trans" falsevalue="" checked="false" label="Add the transcript sequence data in the tab delimited report" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
78 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
79 <param name="keep_sqlite" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Keep the sqlite database file: Trinotate.sqlite" help="Can be used for visualization purpose" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
80 </inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
81 <outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
82 <data name="trinotate_out" format="tabular" label="Trinotate output" >
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
83 <actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
84 <action name="column_names" type="metadata" default="gene_id,transcript_id,sprot_Top_BLASTX_hit,RNAMMER,prot_id,prot_coords,sprot_Top_BLASTP_hit,custom_pombe_pep_BLASTX,custom_pombe_pep_BLASTP,Pfam,SignalP,TmHMM,eggnog,Kegg,gene_ontology_blast,gene_ontology_pfam,transcript,peptide" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
85 </actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
86 </data>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
87 <data name="trinotate_sqlite" format="sqlite" from_work_dir="Trinotate.sqlite" label="Trinotate sqlite database" >
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
88 <filter>keep_sqlite</filter>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
89 </data>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
90 </outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
91 <tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
92 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
93 <param name="trinity" ftype="fasta" value="Trinity.fasta" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
94 <param name="transdecoder" ftype="fasta" value="Trinity.fasta.transdecoder.pep" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
95 <param name="gene_trans_map" ftype="tabular" value="Trinity.fasta.gene_to_trans_map" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
96 <param name="blastp" ftype="tabular" value="swissprot.blastp.outfmt6" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
97 <param name="blastx" ftype="tabular" value="swissprot.blastx.outfmt6" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
98 <param name="hmmscan" ftype="txt" value="TrinotatePFAM.out" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
99 <param name="tmhmm" ftype="tabular" value="tmhmm.out" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
100 <param name="signalp" ftype="tabular" value="signalp.out" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
101 <output name="trinotate_out" file="trinotate_annotation_report.xls" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
102 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
103 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
104 <param name="trinity" ftype="fasta" value="Trinity.fasta" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
105 <param name="transdecoder" ftype="fasta" value="Trinity.fasta.transdecoder.pep" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
106 <param name="gene_trans_map" ftype="tabular" value="Trinity.fasta.gene_to_trans_map" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
107 <param name="blastp" ftype="tabular" value="swissprot.blastp.outfmt6" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
108 <param name="blastx" ftype="tabular" value="swissprot.blastx.outfmt6" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
109 <param name="hmmscan" ftype="txt" value="TrinotatePFAM.out" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
110 <section name="report_option">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
111 <param name="incl_pep" value="true" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
112 <param name="incl_trans" value="true" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
113 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
114 <param name="keep_sqlite" value="true" />
4
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
115 <output name="trinotate_out" ftype="tabular" >
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
116 <assert_contents>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
117 <has_size value="573911" delta="100"/>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
118 <has_text text="Meiotically up-regulated gene 56 protein"/>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
119 <has_text text="Serine/threonine-protein kinase tor1"/>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
120 </assert_contents>
2b093007fab9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit a01a55b03c6160fa665e678131f9ac1318577ba0"
iuc
parents: 3
diff changeset
121 </output>
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
122 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
123 </tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
124 <help><![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
125 .. class:: infomark
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
126
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
127 **What it does**
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
128
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
129 Trinotate_ is a comprehensive annotation suite designed for automatic functional annotation of transcriptomes, particularly de novo assembled transcriptomes, from model or non-model organisms. Trinotate makes use of a number of different well referenced methods for functional annotation including homology search to known sequence data (BLAST+/SwissProt), protein domain identification (HMMER/PFAM), protein signal peptide and transmembrane domain prediction (signalP/tmHMM), and leveraging various annotation databases (eggNOG/GO/Kegg databases). All functional annotation data derived from the analysis of transcripts is integrated into a SQLite database which allows fast efficient searching for terms with specific qualities related to a desired scientific hypothesis or a means to create a whole annotation report for a transcriptome.
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
130
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
131 .. _Trinotate: https://trinotate.github.io/
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
132
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
133 --------
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
134
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
135 **Suggested upstream Galaxy tools**
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
136
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
137 Transcripts
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
138
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
139 - Trinity: iuc/trinity_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
140
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
141 .. _trinity: https://toolshed.g2.bx.psu.edu/repository?repository_id=faf6028922d9220a
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
142
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
143 Peptides
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
144
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
145 - TransDecoder: iuc/transdecoder_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
146
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
147 .. _transdecoder: https://toolshed.g2.bx.psu.edu/repository?repository_id=7a2a8151a50f8099
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
148
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
149 Genes to transcripts map
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
150
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
151 - Generate gene to transcript map for Trinity assembly: iuc/trinity_gene_to_trans_map_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
152
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
153 .. _trinity_gene_to_trans_map: https://toolshed.g2.bx.psu.edu/repository?repository_id=faf6028922d9220a
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
154
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
155 BLASTP: Peptides vs Uniprot.SwissProt
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
156
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
157 - NCBI BLAST+ blastp: devteam/ncbi_blast_plus_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
158
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
159 .. _ncbi_blast_plus: https://toolshed.g2.bx.psu.edu/repository?repository_id=1d92ebdf7e8d466c
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
160
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
161 BLASTX: Transcripts vs Uniprot.SwissProt
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
162
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
163 - NCBI BLAST+ blastx: devteam/ncbi_blast_plus_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
164
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
165 .. _ncbi_blast_plus: https://toolshed.g2.bx.psu.edu/repository?repository_id=1d92ebdf7e8d466c
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
166
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
167 HMMER hmmscan: Peptides vs PFAM
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
168
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
169 - HMMER hmmscan: iuc/hmmer_hmmscan_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
170
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
171 .. _hmmer_hmmscan: https://toolshed.g2.bx.psu.edu/repository?repository_id=a2cc4683090b1800
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
172
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
173 TMHMM on Peptides
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
174
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
175 - TMHMM 2.0: peterjc/tmhmm_and_signalp_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
176
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
177 .. _tmhmm_and_signalp: https://toolshed.g2.bx.psu.edu/repository?repository_id=292389a45f1a238a
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
178
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
179 SignalP on Peptides
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
180
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
181 - SignalP 3.0: peterjc/tmhmm_and_signalp_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
182
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
183 .. _tmhmm_and_signalp: https://toolshed.g2.bx.psu.edu/repository?repository_id=292389a45f1a238a
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
184
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
185 --------
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
186
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
187 **Output**
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
188
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
189 The output has the following column headers:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
190
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
191
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
192 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
193 Column Description
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
194 ------ -----------------------
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
195 0 #gene_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
196 1 transcript_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
197 2 sprot_Top_BLASTX_hit
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
198 3 RNAMMER
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
199 4 prot_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
200 5 prot_coords
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
201 6 sprot_Top_BLASTP_hit
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
202 7 custom_pombe_pep_BLASTX
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
203 8 custom_pombe_pep_BLASTP
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
204 9 Pfam
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
205 10 SignalP
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
206 11 TmHMM
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
207 12 eggnog
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
208 13 Kegg
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
209 14 gene_ontology_blast
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
210 15 gene_ontology_pfam
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
211 16 transcript
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
212 17 peptide
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
213 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
214
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
215 ]]></help>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
216 <citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
217 <citation type="doi">10.1038/nbt.1883</citation>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
218 </citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
219 </tool>