Title | Galaxy |
---|---|
Training dataset: | Nanopore MinION Sequencing of a Monkey Pox Virus (MPXV) from Spain 2022 oubreak. Data is publicly available at SRA with ID ERR10297654. Paper |
Questions: |
|
Objectives: |
|
Estimated time: | 40 min |
Nanopore techology is a third generation sequencing technique which allows to get longer sequences, but with reduced sequence quality. Different technologies have different formats, qualities, and specific known biases which make the analysis different among them. In this tutorial, we are going to see an example of how to assemble long reads from a Nanopore sequencing run.
- [SRA ID: ERR10297654](https://trace.ncbi.nlm.nih.gov/Traces/?view=run_browser&acc=ERR10297654&display=metadata
- Click the
+
icon at the top of the history panel and create a new history with the namenanopore assembly 101 tutorial
as explained here
- Look for
SRA
in the tool search bar and selectFaster Download and Extract Reads in FASTQ format from NCBI SRA
- Accession =
ERR10297654
- Execute
- Search
NCBI
using the search toolbox and selectNCBI Accession Download Download sequences from GenBank/RefSeq by accession through the NCBI ENTREZ API
- Select source for IDs > Direct entry
- ID List = NC_063383.1
- Execute
Using SRA and NCBI API downloads data as hidden so we are going to unhidde this data as follows:
- Click on the strikethrough eye (Show hidden)
- Select the strikethrough for ERR10297654 and NC_063383.1 datas.
- Then select the location icon (show active)
- Search
Flye
assembler using the search toolbox and selectFlye de novo assembler for single molecule sequencing reads
- Input reads: ERR10297654
- Click execute and wait.
- Search Quast in the search tool box.
⚠️ Assembly mode? > Individual assembly- Contigs/scaffolds file > Flye results
- Use a reference genome: Yes. Select the NC_063383.1 fasta file previously loaded.
-
Click the 👁️ icon Quast HTML report.
How much of or reference genome have we reconstructed?
Genome fraction: 98.25How many contigs do we have greater than 1000 pb?
12 (this may vary +-1 contig)How long is the largest contig in the assembly?
194020 (this can vary +-10 nucleotides)Which is the N50?
194020 (length of the largest contig in this case) -
Open the Icarus viewer in the quast report.
Which contig align against our reference genome?
Contig 13 aligned correctly (this can vary, it should correspond to the number of the largest contig)
This training history is available at: https://usegalaxy.eu/u/s.varona/h/nanopore-assembly-101-tutorial
Note: Nanopore data is known to have more error than short sequencing reads. This is why assembly post-processing is strongly recommended, usually using combined sequencing aproximation with both Nanopore and Illumina reads.