Skip to content

Scrappie

Scrappie has been written by the Oxford Nanopore Technologies Research Algorithms group to demonstrate the next generation of base calling.

Scrappie is available as a module on Apocrita.

Usage

To run the default installed version of Scrappie, simply load the scrappie module:

module load scrappie

For usage documentation, run scrappie help [program].

Example job

Serial job

Here is an example job running on 1 core and 1GB of memory, to predict squiggles:

#!/bin/bash
#$ -cwd
#$ -j y
#$ -pe smp 1
#$ -l h_rt=1:0:0
#$ -l h_vmem=1G

module load scrappie

scrappie --output=squiggle.out input.fa

Reference