Skip to content

Commit 1f7729f

Browse files
committed
Genome Lab: update annotation page — remove Funannotate, update Maker workflow
1 parent 7af2699 commit 1f7729f

1 file changed

Lines changed: 4 additions & 57 deletions

File tree

communities/genome/lab/annotation.yml

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@ tabs:
2020
datatypes:
2121
- fasta
2222
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"
3923
- title_md: <code>RepeatMasker</code> - screen DNA sequences for interspersed repeats and low complexity regions
4024
description_md: >
4125
<p>
@@ -68,17 +52,6 @@ tabs:
6852
- fasta
6953
label: Genome assembly
7054
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-
8255
- title_md: <code>Helixer</code> - structural genome annotation
8356
description_md: >
8457
<p>
@@ -159,41 +132,22 @@ tabs:
159132
- title_md: Annotation with Maker
160133
description_md: >
161134
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.
162136
<br><br>
163137
Tools: <code>maker</code> <code>snap</code> <code>augustus</code> <code>busco</code> <code>jbrowse</code>
164138
inputs:
165139
- label: Genome assembly
166140
datatypes:
167141
- fasta
168-
- label: RNAseq Illumina reads
169-
datatypes:
170-
- fastq
171-
- label: Proteins
142+
- label: EST and/or cDNA sequences
172143
datatypes:
173144
- 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
183146
datatypes:
184147
- 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
194148
buttons:
195149
- icon: run
196-
link: "{{ galaxy_base_url }}/u/anna/w/annotation-funannotate"
150+
link: "{{ galaxy_base_url }}/u/gtntesting/w/genome-annotation-with-maker"
197151
tip: Run this workflow in Galaxy {{ site_name }}
198152

199153
- id: tsi_transcripts
@@ -384,13 +338,6 @@ tabs:
384338
<p>
385339
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).
386340
</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>
394341
- title_md: Galaxy {{ site_name }} support
395342
description_md: >
396343
Any user of Galaxy {{ site_name }} can request support through an online form.

0 commit comments

Comments
 (0)