Tutorial adapted from Canu Quick Start Guide: https://canu.readthedocs.io/en/latest/quick-start.html
DO NOT run
curl -L -o oxford.fasta http://nanopore.s3.climb.ac.uk/MAP006-PCR-1_2D_pass.fasta
canu -p ecoli -d ecoli-oxford genomeSize=4.8m maxThreads=8 -nanopore-raw oxford.fasta
Most of what you will be interested in the contigs files in the ecoli-oxford folder.
Try:
grep ">" ecoli-oxford/ecoli.contigs.fasta
How many contigs did we find and how big are they?