Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
brantfaircloth / fastq_split.py
Last active March 4, 2025 09:15
split (gzipped) fastq files to temp files quickly in python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
(c) 2014 Brant Faircloth || http://faircloth-lab.org/
All rights reserved.
This code is distributed under a 3-clause BSD license. Please see
LICENSE.txt for more information.