|
20 | 20 | datatypes: |
21 | 21 | - fasta |
22 | 22 | button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fmaker%2Fmaker" |
23 | | - - title_md: <code>Funannotate predict</code> - predicted gene annotations |
24 | | - description_md: > |
25 | | - <p> |
26 | | - <code>Funannotate predict</code> performs a comprehensive whole genome gene prediction. Uses AUGUSTUS, GeneMark, Snap, GlimmerHMM, BUSCO, EVidence Modeler, tbl2asn, tRNAScan-SE, Exonerate, minimap2. This approach differs from Maker as it does not need to train <em>ab initio</em> predictors. |
27 | | - </p> |
28 | | - inputs: |
29 | | - - datatypes: |
30 | | - - fasta |
31 | | - label: Genome assembly (soft-masked) |
32 | | - - datatypes: |
33 | | - - bam |
34 | | - label: Mapped RNA evidence (optional) |
35 | | - - datatypes: |
36 | | - - fasta |
37 | | - label: Protein evidence (optional) |
38 | | - button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Ffunannotate_predict%2Ffunannotate_predict" |
39 | 23 | - title_md: <code>RepeatMasker</code> - screen DNA sequences for interspersed repeats and low complexity regions |
40 | 24 | description_md: > |
41 | 25 | <p> |
|
68 | 52 | - fasta |
69 | 53 | label: Genome assembly |
70 | 54 | button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fbgruening%2Finterproscan%2Finterproscan" |
71 | | - - title_md: <code>Funannotate compare</code> - compare several annotations |
72 | | - description_md: > |
73 | | - <p> |
74 | | - <code>Funannotate compare</code> compares several annotations and outputs a GFF3 file with the best gene models. It can be used to compare the results of different gene predictors, or to compare the results of a gene predictor with a reference annotation. |
75 | | - </p> |
76 | | - inputs: |
77 | | - - datatypes: |
78 | | - - fasta |
79 | | - label: Genome assemblies to compare |
80 | | - button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Ffunannotate_compare%2Ffunannotate_compare" |
81 | | - |
82 | 55 | - title_md: <code>Helixer</code> - structural genome annotation |
83 | 56 | description_md: > |
84 | 57 | <p> |
@@ -159,41 +132,22 @@ tabs: |
159 | 132 | - title_md: Annotation with Maker |
160 | 133 | description_md: > |
161 | 134 | Annotates a genome using multiple rounds of Maker, including gene prediction using SNAP and Augustus. |
| 135 | + Based on the <a href="https://training.galaxyproject.org/training-material/topics/genome-annotation/tutorials/annotation-with-maker/tutorial.html" target="_blank">GTN Maker tutorial</a>, with an updated version of BUSCO. |
162 | 136 | <br><br> |
163 | 137 | Tools: <code>maker</code> <code>snap</code> <code>augustus</code> <code>busco</code> <code>jbrowse</code> |
164 | 138 | inputs: |
165 | 139 | - label: Genome assembly |
166 | 140 | datatypes: |
167 | 141 | - fasta |
168 | | - - label: RNAseq Illumina reads |
169 | | - datatypes: |
170 | | - - fastq |
171 | | - - label: Proteins |
| 142 | + - label: EST and/or cDNA sequences |
172 | 143 | datatypes: |
173 | 144 | - fasta |
174 | | - buttons: |
175 | | - - icon: run |
176 | | - link: "{{ galaxy_base_url }}/u/anna/w/genome-annotation-with-maker" |
177 | | - tip: Run this workflow in Galaxy {{ site_name }} |
178 | | - - title_md: Annotation with Funannotate |
179 | | - description_md: > |
180 | | - Annotates a genome using Funannotate, includes RNAseq data with RNAstar, and protein predictions from EggNOG. <br> <br> Tools: <code>RNAstar</code> <code>funannotate</code> <code>eggnog</code> <code>busco</code> <code>jbrowse</code> <code>aegean parseval</code> |
181 | | - inputs: |
182 | | - - label: Genome assembly (soft-masked) |
| 145 | + - label: Protein sequences |
183 | 146 | datatypes: |
184 | 147 | - fasta |
185 | | - - label: RNAseq Illumina reads |
186 | | - datatypes: |
187 | | - - fastq |
188 | | - - label: Alternative annotation |
189 | | - datatypes: |
190 | | - - gff3 |
191 | | - - label: Alternative annotation |
192 | | - datatypes: |
193 | | - - gbk |
194 | 148 | buttons: |
195 | 149 | - icon: run |
196 | | - link: "{{ galaxy_base_url }}/u/anna/w/annotation-funannotate" |
| 150 | + link: "{{ galaxy_base_url }}/u/gtntesting/w/genome-annotation-with-maker" |
197 | 151 | tip: Run this workflow in Galaxy {{ site_name }} |
198 | 152 |
|
199 | 153 | - id: tsi_transcripts |
@@ -384,13 +338,6 @@ tabs: |
384 | 338 | <p> |
385 | 339 | Genome annotation of eukaryotes is a little more complicated than for prokaryotes: eukaryotic genomes are usually larger than prokaryotes, with more genes. The sequences determining the beginning and the end of a gene are generally less conserved than the prokaryotic ones. Many genes also contain introns, and the limits of these introns (acceptor and donor sites) are not highly conserved. This <a href="https://training.galaxyproject.org/training-material/topics/genome-annotation/tutorials/annotation-with-maker/tutorial.html" target="_blank"> Galaxy tutorial </a> uses MAKER to annotate the genome of a small eukaryote: Schizosaccharomyces pombe (a yeast). |
386 | 340 | </p> |
387 | | - <hr> |
388 | | - <p class="lead"> |
389 | | - Genome annotation with Funannotate |
390 | | - </p> |
391 | | - <p> |
392 | | - This <a href="https://training.galaxyproject.org/training-material/topics/genome-annotation/tutorials/funannotate/tutorial.html" target="_blank"> Galaxy tutorial </a> provides a complete walkthrough of the process of annotation with Funannotate, including the preparation of RNAseq data, structural annotation, functional annotation, visualisation, and comparing annotations. |
393 | | - </p> |
394 | 341 | - title_md: Galaxy {{ site_name }} support |
395 | 342 | description_md: > |
396 | 343 | Any user of Galaxy {{ site_name }} can request support through an online form. |
|
0 commit comments