Ryan R. Wick1, Louise M. Judd1 and Kathryn E. Holt1,2
1. Department of Infectious Diseases, Central Clinical School, Monash University, Melbourne, Victoria 3004, Australia
2. London School of Hygiene & Tropical Medicine, London WC1E 7HT, UK
This repository contains the scripts used in the preparation of our manuscript on basecalling performance:
Performance of neural network basecalling tools for Oxford Nanopore sequencing.
Previous versions of this repository contained the analysis results here in the README, but the current results are now in that manuscript. If you're still interested in the older results, here is a link to the earlier version of this repo: Comparison of Oxford Nanopore basecalling tools.
analysis.sh is the 'master script' that will run all analyses on a given read set: read-level accuracy, assembly, assembly-level accuracy, nanopolish and nanopolish-level accuracy. It will use the other scripts in its execution. You also might want to edit some of the variables at the start of the script to change things like the output directories and the number of CPU threads. You can also comment out parts of this script if you only want to run some of the analyses.
The *basecalling* scripts contain the loops/commands I used to actually run the basecallers. The paths in these scripts are specific to my system – you'll need to edit as appropriate to run them yourself.

