Skip to content
#

subsample

Here are 5 public repositories matching this topic...

This C script subsamples raw FASTQ files (single/paired-end). For paired-end, it synchronously selects read pairs from two files, ensuring retention of matched sequences. It reads input, randomly chooses entries via probability, writes outputs. Handles large files efficiently, maintains FASTQ structure, uses command-line args for input/output paths

  • Updated Jun 19, 2025
  • C

Add this topic to your repo

To associate your repository with the subsample topic, visit your repo's landing page and select "manage topics."

Learn more