| layout | title | zenodo_link | tags | questions | objectives | time_estimation | level | key_points | contributors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tutorial_hands_on |
Genome annotation with Prokka |
|
|
|
1h |
Introductory |
|
|
Introduction
{:.no_toc}
In this section we will use a software tool called Prokka to annotate a draft genome sequence. Prokka is a “wrapper”; it collects together several pieces of software (from various authors), and so avoids “re-inventing the wheel”.
Prokka finds and annotates features (both protein coding regions and RNA genes, i.e. tRNA, rRNA) present on on a sequence. Note, Prokka uses a two-step process for the annotation of protein coding regions: first, protein coding regions on the genome are identified using Prodigal; second, the function of the encoded protein is predicted by similarity to proteins in one of many protein or protein domain databases. Prokka is a software tool that can be used to annotate bacterial, archaeal and viral genomes quickly, generating standard output files in GenBank, EMBL and gff formats. More information about Prokka can be found here.
Agenda
In this tutorial, we will deal with:
- TOC {:toc}
{: .agenda}
Import the data
Prokka requires assembled contigs.
{% icon hands_on %} Hands-on: Obtaining our data
Make sure you have an empty analysis history. Give it a name.
{% include snippets/create_new_history.md %}
Import the following files from Zenodo or from the shared data library
https://zenodo.org/record/1156405/files/contigs.fasta{% include snippets/import_via_link.md %} {% include snippets/import_from_data_library.md %}
{: .hands_on}
Annotate the genome
Now we will run the tool called Prokka.
{% icon hands_on %} Hands-on: Annotate genome
- {% tool Prokka %} with the following parameters (leave everything else unchanged)
- {% icon param-file %} "contigs to annotate":
contigs.fasta{: .hands_on}
Examine the output
Once Prokka has finished, examine each of its output files.
- The GFF and GBK files contain all of the information about the features annotated (in different formats.)
- The .txt file contains a summary of the number of features annotated.
- The .faa file contains the protein sequences of the genes annotated.
- The .ffn file contains the nucleotide sequences of the genes annotated.
View annotated features in JBrowse
Now that we have annotated the draft genome sequence, we would like to view the sequence in the JBrowse genome viewer. First, we have to make a JBrowse file. Then, we can view it within Galaxy.
{% icon hands_on %} Hands-on: Visualize the annotation
{% tool JBrowse %} with the following parameters
"Reference genome to display":
Use a genome from history
- {% icon param-file %} "Select the reference genome":
fnaoutput of {% tool Prokka %}This sequence will be the reference against which annotations are displayed
"Produce Standalone Instance":
Yes"Genetic Code":
11: The Bacterial, Archaeal and Plant Plastid CodeClick on
Insert Track GroupWe will now set up one track - each track is a dataset displayed underneath the reference sequence (which is displayed as nucleotides in FASTA format). We will choose to display the annotations (the Prokka.gff file).
- In 1: Track Group
- "Track Category":
gene annotations- Click on
Insert Annotation Trackand fill it with:
- "Track Type":
GFF/GFF3/BED Features- {% icon param-file %} "GFF/GFF3/BED Track Data":
gffoutput of {% tool Prokka %}A new file will be created in your history, this contains the JBrowse interactive visualisation. We will now view its contents and play with it
Inspect the
JBrowse on data XX and data XX - Completefile by clicking on the {% icon galaxy-eye %} (eye) iconThe JBrowse window will appear in the centre Galaxy panel.
Display all the tracks and practice maneuvering around
- Click on the tick boxes on the left to display the tracks
- Select contig 1 in the drop down box. You can only see one contig displayed at a time.
- Zoom by clicking on the
plusandminusbuttons.- JBrowse displays the sequence and a 6-frame amino acid translation.
- Right click on a gene/feature annotation (the bars on the annotation track), then select View Details to see more information.
