Skip to content
#

fastqs

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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 fastqs topic, visit your repo's landing page and select "manage topics."

Learn more