annotate trinotate.xml @ 3:4383070d29ed draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
author iuc
date Fri, 14 Aug 2020 16:54:16 -0400
parents 6fd16fad465d
children 2b093007fab9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
1 <tool id="trinotate" name="Trinotate" version="3.2.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>
3
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
3 <requirement type="package" version="3.2.1">trinotate</requirement>
0
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>
3
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
9 <version_command><![CDATA[
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
10 Trinotate version 3.2.1
4383070d29ed "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 7d7285e1c16a9058178a51c804409319e6685454"
iuc
parents: 2
diff changeset
11 ]]></version_command>
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
12 <command><![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
13
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
14 #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
15 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
16 #else:
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
17 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
18 #end if
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
19
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
20 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
21 #if $blastp:
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
22 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
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 #if $blastx:
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_blastx '$blastx' &&
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 $hmmscan:
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_pfam '$hmmscan' &&
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 $tmhmm:
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_tmhmm '$tmhmm' &&
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 $signalp:
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_signalp '$signalp' &&
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
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
37 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
38
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
39 ]]></command>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
40 <inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
41 <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
42 <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
43 <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
44 <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
45 <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
46 <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
47 <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
48 <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
49
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
50 <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
51 <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
52 <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
53 <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
54 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
55 <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
56 <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
57 </when>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
58 <when value="yes" />
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
59 </conditional>
2
6fd16fad465d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 4aa8226ad3031636041eaa6f29a7fb4721dcdc43
iuc
parents: 1
diff changeset
60
0
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
61 <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
62 <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
63 <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
64 <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
65 <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
66 <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
67 <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
68 <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
69 <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
70 </param>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
71 <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
72 <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
73 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
74 <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
75 </inputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
76 <outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
77 <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
78 <actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
79 <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
80 </actions>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
81 </data>
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_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
83 <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
84 </data>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
85 </outputs>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
86 <tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
87 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
88 <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
89 <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
90 <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
91 <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
92 <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
93 <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
94 <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
95 <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
96 <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
97 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
98 <test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
99 <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
100 <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
101 <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
102 <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
103 <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
104 <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
105 <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
106 <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
107 <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
108 </section>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
109 <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
110 <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
111 </test>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
112 </tests>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
113 <help><![CDATA[
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
114 .. class:: infomark
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
115
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
116 **What it does**
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
117
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
118 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
119
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
120 .. _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
121
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
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
124 **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
125
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
126 Transcripts
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
127
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
128 - Trinity: iuc/trinity_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
129
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
130 .. _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
131
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
132 Peptides
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 - TransDecoder: iuc/transdecoder_
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
135
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
136 .. _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
137
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
138 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
139
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
140 - 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
141
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
142 .. _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
143
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
144 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
145
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
146 - 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
147
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
148 .. _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
149
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
150 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
151
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
152 - 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
153
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
154 .. _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
155
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
156 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
157
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
158 - 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
159
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
160 .. _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
161
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
162 TMHMM on Peptides
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
163
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
164 - 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
165
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
166 .. _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
167
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
168 SignalP on Peptides
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
169
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
170 - 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
171
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
172 .. _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
173
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
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
176 **Output**
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 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
179
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 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
182 Column Description
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 0 #gene_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
185 1 transcript_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
186 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
187 3 RNAMMER
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
188 4 prot_id
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
189 5 prot_coords
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
190 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
191 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
192 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
193 9 Pfam
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
194 10 SignalP
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
195 11 TmHMM
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
196 12 eggnog
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
197 13 Kegg
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
198 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
199 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
200 16 transcript
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
201 17 peptide
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
202 ====== =======================
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
203
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
204 ]]></help>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
205 <citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
206 <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
207 </citations>
499d87c45612 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit aa771c525124559defacde367e17d782546677a5
iuc
parents:
diff changeset
208 </tool>