- Tue 13 November 2018
- How-to
- J. Lucas Boatwright
How-to: Process a FASTQ file in parallel
In this post, I will be demonstrating how to read FASTQ files using the htsjdk java library and then process those files using functions that allow for parallel processing. I'll be using JShell as described in a previous post, and to begin, we'll designate the class path to the HTSJDK …