Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 438 Bytes

poredb

Poredb is a way to manage very large Oxford Nanopore datasets on the basic principle:

-- track the files, rather than moving them around

Usage

Create a DB

poredb create myexperiment.db
find . -name "*.fast5" > filelist.txt
poredb import myexperiment.db filelist.txt

Extract all basecalls in FASTQ format

poredb fastq myexperiment.db > myexperiment.fastq

Thanks

Andreas Klosterman for dask suggestion.