annotate trinotate.xml @ 1:9e61bc67866f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 910addf8de57fa9fa678c8a69c558390f5a16601
author iuc
date Fri, 16 Mar 2018 21:52:26 -0400
parents 499d87c45612
children 6fd16fad465d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
1 <tool id="trinotate" name="Trinotate" version="3.0.1.0">
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
2 <requirements>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
3 <requirement type="package" version="3.0.1">trinotate</requirement>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
4 <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
5 </requirements>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
6 <stdio>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
7 <exit_code range="1:" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
8 </stdio>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
9 <version_command>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
10 <![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
11 Trinotate version 3.0.1
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
12 ]]>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
13 </version_command>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
14 <command><![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
15
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
16 #if str($cond_download.select_download) == "yes":
1
9e61bc67866f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 910addf8de57fa9fa678c8a69c558390f5a16601
iuc
parents: 0
diff changeset
17 wget --no-verbose 'https://data.broadinstitute.org/Trinity/__deprecated_trinotate_resources/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz' -O Trinotate.sqlite.gz &&
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
18 gunzip Trinotate.sqlite.gz &&
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
19 #else:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
20 ln -s '$cond_download.trinotate_sqlite_in' Trinotate.sqlite
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
21 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
22
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
23 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
24 #if $blastp:
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 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
26 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
27 #if $blastx:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
28 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
29 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
30 #if $hmmscan:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
31 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
32 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
33 #if $tmhmm:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
34 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
35 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
36 #if $signalp:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
37 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
38 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
39
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
40 Trinotate Trinotate.sqlite report -E $report_option.E --pfam_cutoff $report_option.pfam_cutoff $report_option.incl_pep $report_option.incl_trans > '$trinotate_out';
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
41
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
42 ]]></command>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
43 <inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
44 <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
45 <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
46 <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
47 <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
48 <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
49 <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
50 <param name="tmhmm" type="data" format="tabular" optional="true" label="TMHMM on Peptides" help="[optional]"/>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
51 <param name="signalp" type="data" format="tabular" optional="true" label="SignalP on Peptides" help="[optional]" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
52
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
53 <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
54 <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
55 <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
56 <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
57 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
58 <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
59 <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
60 </when>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
61 <when value="yes" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
62 </conditional>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
63
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
64 <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
65 <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
66 <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
67 <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
68 <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
69 <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
70 <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
71 <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
72 <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
73 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
74 <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
75 <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
76 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
77 <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
78 </inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
79 <outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
80 <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
81 <actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
82 <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
83 </actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
84 </data>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
85 <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
86 <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
87 </data>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
88 </outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
89 <tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
90 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
91 <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
92 <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
93 <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
94 <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
95 <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
96 <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
97 <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
98 <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
99 <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
100 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
101 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
102 <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
103 <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
104 <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
105 <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
106 <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
107 <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
108 <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
109 <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
110 <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
111 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
112 <param name="keep_sqlite" value="true" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
113 <output name="trinotate_out" file="trinotate_annotation_report_minus_tmhmm_signalp.xls" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
114 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
115 </tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
116 <help><![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
117 .. class:: infomark
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
118
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
119 **What it does**
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
120
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
121 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
122
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
123 .. _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
124
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
125 --------
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 **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
128
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
129 Transcripts
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 - Trinity: iuc/trinity_
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 .. _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
134
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
135 Peptides
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 - TransDecoder: iuc/transdecoder_
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 .. _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
140
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
141 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
142
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
143 - 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
144
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
145 .. _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
146
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
147 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
148
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
149 - 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
150
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
151 .. _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
152
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
153 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
154
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
155 - 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
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_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
158
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
159 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
160
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
161 - 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
162
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
163 .. _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
164
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
165 TMHMM on Peptides
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 - 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
168
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
169 .. _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
170
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
171 SignalP on Peptides
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 - 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
174
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
175 .. _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
176
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
177
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
178 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
179
1
9e61bc67866f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 910addf8de57fa9fa678c8a69c558390f5a16601
iuc
parents: 0
diff changeset
180 - You can provide the SQLite database yourself, if Galaxy have trouble to download it : 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
181
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
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
184 **Output**
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 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
187
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 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
190 Column Description
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 0 #gene_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
193 1 transcript_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
194 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
195 3 RNAMMER
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
196 4 prot_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
197 5 prot_coords
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
198 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
199 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
200 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
201 9 Pfam
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
202 10 SignalP
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
203 11 TmHMM
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
204 12 eggnog
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
205 13 Kegg
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
206 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
207 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
208 16 transcript
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
209 17 peptide
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
210 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
211
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
212 ]]></help>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
213 <citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
214 <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
215 </citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
216 </tool>