Mercurial > repos > bgruening > trna_prediction
annotate tRNAscan.xml @ 2:358f58401cd6 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
author | bgruening |
---|---|
date | Wed, 26 Jul 2017 10:14:05 -0400 |
parents | d788d1abe238 |
children |
rev | line source |
---|---|
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
1 <tool id="trnascan" name="tRNA prediction" version="0.4"> |
0 | 2 <description>(tRNAscan)</description> |
3 <requirements> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
4 <requirement type="package" version="1.3.1">trnascan-se</requirement> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
5 <requirement type="package" version="1.0.2">infernal</requirement> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
6 <requirement type="package" version="1.70">biopython</requirement> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
7 <requirement type="package" version="2.7">python</requirement> |
0 | 8 </requirements> |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
9 <command> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
10 <![CDATA[ |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
11 python '$__tool_directory__/tRNAscan.py' |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
12 #if $organism |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
13 $organism |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
14 #end if |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
15 #if $mode |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
16 $mode |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
17 #end if |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
18 #if $showPrimSecondOpt |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
19 $showPrimSecondOpt |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
20 #end if |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
21 #if $disablePseudo |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
22 $disablePseudo |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
23 #end if |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
24 #if $showCodons |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
25 $showCodons |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
26 #end if |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
27 -o |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
28 '$tabular_output' |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
29 '$inputfile' |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
30 '$fasta_output' |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
31 ]]> |
0 | 32 </command> |
33 <inputs> | |
34 <param name="inputfile" type="data" format="fasta" label="Genome Sequence" help="Dataset missing? See TIP below"/> | |
35 <param name="organism" type="select" label="Select Organism"> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
36 <option value="" selected="true">Eukaryotic</option> |
0 | 37 <option value="-G">general tRNA model</option> |
38 <option value="-B">Bacterial</option> | |
39 <option value="-A">Archaeal</option> | |
40 <option value="-O">Mitochondrial/Chloroplast</option> | |
41 </param> | |
42 <param name="mode" type="select" label="Select Mode"> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
43 <option value="" selected="true">Default</option> |
0 | 44 <option value="-C">Covariance model analysis only (slow)</option> |
45 <option value="-T">tRNAscan only</option> | |
46 <option value="-E">EufindtRNA only</option> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
47 <option value="--infernal">Infernal cm analysis (max sensitivity, very slow)</option> |
0 | 48 <option value="--newscan">Infernal and new cm models</option> |
49 </param> | |
50 <param name="disablePseudo" type="boolean" label="Disable pseudogene checking" truevalue="-D" falsevalue="" /> | |
51 <param name="showPrimSecondOpt" type="boolean" label="Show primary and secondary structure components to Cove scores" truevalue="-H" falsevalue="" /> | |
52 <param name="showCodons" type="boolean" label="Show codons instead of tRNA anticodons" truevalue="-N" falsevalue="" /> | |
53 </inputs> | |
54 <outputs> | |
55 <data format="tabular" name="tabular_output" label="${tool.name} on ${on_string}: tabular" /> | |
56 <data format="fasta" name="fasta_output" label="${tool.name} on ${on_string}: fasta" /> | |
57 </outputs> | |
58 <tests> | |
59 <test> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
60 <param name="inputfile" value="trna_arabidopsis.fasta" ftype="fasta" /> |
0 | 61 <param name="organism" value="" /> |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
62 <param name="mode" value="--infernal" /> <!-- Infernal test not working due to cmsearch error--> |
0 | 63 <param name="disablePseudo" value="" /> |
64 <param name="showPrimSecondOpt" value="" /> | |
65 <param name="showCodons" value="" /> | |
66 <output name="fasta_output" file="tRNAscan_eukaryotic_infernal.fasta" ftype="fasta" /> | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
67 <output name="tabular_output" file="tRNAscan_eukaryotic_infernal.tabular" ftype="tabular" /> |
0 | 68 </test> |
69 </tests> | |
70 <help> | |
1 | 71 <![CDATA[ |
0 | 72 |
73 | |
74 **What it does** | |
75 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
76 tRNAscan-SE_ was designed to make rapid, sensitive searches of genomic |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
77 sequence feasible using the selectivity of the Cove analysis package. |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
78 We have optimized search sensitivity with eukaryote cytoplasmic and |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
79 eubacterial sequences, but it may be applied more broadly with a |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
80 slight reduction in sensitivity. |
0 | 81 |
82 .. _tRNAscan-SE: http://lowelab.ucsc.edu/tRNAscan-SE/ | |
83 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
84 **Input** |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
85 |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
86 Nucleotide sequence in FASTA format. |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
87 |
0 | 88 |
89 **Organism** | |
90 | |
91 - search for eukaryotic cytoplasmic tRNAs: | |
92 | |
93 This is the default. | |
94 | |
95 - use general tRNA model: | |
96 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
97 This option selects the general tRNA covariance model that was trained |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
98 on tRNAs from all three phylogenetic domains (Archaea, Bacteria, and |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
99 Eukarya). This mode can be used when analyzing a mixed collection of |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
100 sequences from more than one phylogenetic domain, with only slight |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
101 loss of sensitivity and selectivity. The original publication |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
102 describing this program and tRNAscan-SE version 1.0 used this general |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
103 tRNA model exclusively. If you wish to compare scores to those found |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
104 in the paper or scans using v1.0, use this option. Use of this option |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
105 is compatible with all other search mode options described in this |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
106 section. |
0 | 107 |
108 - search for bacterial tRNAs | |
109 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
110 This option selects the bacterial covariance model for tRNA analysis, |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
111 and loosens the search parameters for EufindtRNA to improve detection |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
112 of bacterial tRNAs. Use of this mode with bacterial sequences |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
113 will also improve bounds prediction of the 3' end (the terminal CAA |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
114 triplet). |
0 | 115 |
116 - search for archaeal tRNAs | |
117 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
118 This option selects an archaeal-specific covariance model for tRNA |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
119 analysis, as well as slightly loosening the EufindtRNA search |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
120 cutoffs. |
0 | 121 |
122 - search for organellar (mitochondrial/chloroplast) tRNAs | |
123 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
124 This parameter bypasses the fast first-pass scanners that are poor at |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
125 detecting organellar tRNAs and runs Cove analysis only. Since true |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
126 organellar tRNAs have been found to have Cove scores between 15 and 20 |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
127 bits, the search cutoff is lowered from 20 to 15 bits. Also, |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
128 pseudogene checking is disabled since it is only applicable to |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
129 eukaryotic cytoplasmic tRNA pseudogenes. Since Cove-only mode is |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
130 used, searches will be very slow (see -C option below) relative to the |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
131 default mode. |
0 | 132 |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
133 |
0 | 134 |
135 **Mode** | |
136 | |
137 - search using Cove analysis only (max sensitivity, slow) | |
138 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
139 Directs tRNAscan-SE to analyze sequences using Cove analysis only. |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
140 This option allows a slightly more sensitive search than the default |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
141 tRNAscan + EufindtRNA -> Cove mode, but is much slower (by approx. 250 |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
142 to 3,000 fold). Output format and other program defaults are |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
143 otherwise identical to the normal analysis. |
0 | 144 |
145 - search using Eukaryotic tRNA finder (EufindtRNA) only: | |
146 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
147 This option runs EufindtRNA alone to search for tRNAs. Since Cove is |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
148 not being used as a secondary filter to remove false positives, this |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
149 run mode defaults to "Normal" parameters which more closely |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
150 approximates the sensitivity and selectivity of the original algorithm |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
151 describe by Pavesi and colleagues. |
0 | 152 |
153 - search using tRNAscan only (defaults to strict search parameters) | |
154 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
155 Directs tRNAscan-SE to use only tRNAscan to analyze sequences. This |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
156 mode will cause tRNAscan to default to using "strict" parameters |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
157 (similar to tRNAscan version 1.3 operation). This mode of operation |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
158 is faster (about 3-5 times faster than default mode analysis), but |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
159 will result in approximately 0.2 to 0.6 false positive tRNAs per Mbp, |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
160 decreased sensitivity, and less reliable prediction of anticodons, |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
161 tRNA isotype, and introns. |
0 | 162 |
163 - search using Infernal cm analysis only (max sensitivity, very slow) | |
164 | |
165 | |
166 - search using Infernal and new cm models instead of Cove | |
167 | |
168 | |
169 | |
170 **disable pseudogene checking** | |
171 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
172 Manually disable checking tRNAs for poor primary or secondary |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
173 structure scores often indicative of eukaryotic pseudogenes. This |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
174 will slightly speed the program and may be necessary for non-eukaryotic |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
175 sequences that are flagged as possible pseudogenes but are known to be |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
176 functional tRNAs. |
0 | 177 |
178 | |
179 **Show both primary and secondary structure score components to covariance model bit scores** | |
180 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
181 This option displays the breakdown of the two components of the |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
182 covariance model bit score. Since tRNA pseudogenes often have one |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
183 very low component (good secondary structure but poor primary sequence |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
184 similarity to the tRNA model, or vice versa), this information may be |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
185 useful in deciding whether a low-scoring tRNA is likely to be a |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
186 pseudogene. The heuristic pseudogene detection filter uses this |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
187 information to flag possible pseudogenes -- use this option to see why |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
188 a hit is marked as a possible pseudogene. The user may wish to |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
189 examine score breakdowns from known tRNAs in the organism of interest |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
190 to get a frame of reference. |
0 | 191 |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
192 |
0 | 193 |
194 **Show codons instead of tRNA anticodons** | |
195 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
196 This option causes tRNAscan-SE to output a tRNA's corresponding codon |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
197 in place of its anticodon. |
0 | 198 |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
199 |
0 | 200 |
201 **Example** | |
202 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
203 **input** |
0 | 204 |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
205 >CELF22B7 C.aenorhabditis elegans (Bristol N2) cosmid F22B7 |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
206 GATCCTTGTAGATTTTGAATTTGAAGTTTTTTCTCATTCCAAAACTCTGT |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
207 GATCTGAAATAAAATGTCTCAAAAAAATAGAAGAAAACATTGCTTTATAT |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
208 TTATCAGTTATGGTTTTCAAAATTTTCTGACATACCGTTTTGCTTCTTTT |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
209 TTTCTCATCTTCTTCAAATATCAATTGTGATAATCTGACTCCTAACAATC |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
210 GAATTTCTTTTCCTTTTTCTTTTTCCAACAACTCCAGTGAGAACTTTTGA |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
211 ATATCTTCAAGTGACTTCACCACATCAGAAGGTGTCAACGATCTTGTGAG |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
212 AACATCGAATGAAGATAATTTTAATTTTAGAGTTACAGTTTTTCCTCCGA |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
213 ..... |
0 | 214 |
215 | |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
216 **output** |
0 | 217 |
218 | |
219 ======== ====== ===== ====== ==== ========== ====== ====== ========== ========== | |
1 | 220 tRNA Bounds Intron Bonds |
0 | 221 -------- ------ ---------------- ---- ---------- ---------------- ---------- ---------- |
222 Name # tRNA Begin End tRNA Anti Codon Begin End Cove Score Hit Origin | |
223 ======== ====== ===== ====== ==== ========== ====== ====== ========== ========== | |
224 CELF22B7 1 12619 12738 Leu CAA 12657 12692 55.12 Bo | |
225 CELF22B7 2 19480 19561 Ser AGA 0 0 66.90 Bo | |
226 CELF22B7 3 26367 26439 Phe GAA 0 0 73.88 Bo | |
227 CELF22B7 4 26992 26920 Phe GAA 0 0 73.88 Bo | |
228 CELF22B7 5 23765 23694 Pro CGG 0 0 60.58 Bo | |
229 ======== ====== ===== ====== ==== ========== ====== ====== ========== ========== | |
230 | |
231 | |
1 | 232 ]]> |
0 | 233 </help> |
2
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
234 <citations> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
235 <citation type="doi">10.1093/nar/25.5.0955</citation> |
358f58401cd6
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/trna_prediction commit cfb19d75629f02e0dea4475c16c016ed5510eb44
bgruening
parents:
1
diff
changeset
|
236 </citations> |
0 | 237 </tool> |