This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Sizes of Nanopore files and how to store?

Hi all,

Had some practical questions about the output of the Nanopore PromethION and was hoping someone could help out.

  • What is the estimate size per flow-cell, best I could find is ranging from 2TB-3TB?
  • When using human DNA best I could find was that this was ~40X coverage, is this correct?
  • Is there are more efficient way to store this raw data since its pretty expensive longterm?
  • Mapped to hg38 what would be the size of the bam files, and vcf file?

Thanks!

nanopore wgs long-read

1 answer

In our hands, a good-enough PromethION run generates about 80 Gigabase of sequencing data, corresponding to ~25x coverage of a human genome. The raw data of such an experiment is about 1.4 Terabytes of fast5 files. If you don't really care about nucleotide modifications or improved basecalling you can just delete those fast5 files and work with the fastq data (about 80 Gigabyte). The corresponding BAM (using minimap2) is about 100 Gigabyte, and it's worth converting to CRAM to get these smaller.

I can't conclusively answer the VCF file question, as you should probably tell me which variants you are going to call (structural variants, small variants, both), and it will depend on your variant caller. Regardless, the VCF will be really small in comparison with the rest. SVs called with Sniffles are about 6 Megabytes, SNVs called with Longshot are about 220 Megabytes.

Great thanks a lot Wouter, much appreciated! Think we will just delete the fast5 files which will save a lot of storage costs

Log in to answer this question.