Skip to content

JFresnedo/fastqsplit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastqsplit

Splits fastq files by lane.

Takes gzipped fastq files of the form "prefix_suffix" and writes gzipped files of the form "prefix_lane_suffix".

Usage

fastqsplit fastq_file(s)

Notes

  • fastq files must be gzipped
  • Does approximately 10M lines every 13s (depending on CPU speed)

Building

go get github.com/klauspost/pgzip/
go build fastqsplit.go

Binaries

Download binaries for Linux or OSX from the releases page.

About

rapidly split gzipped fastq files on lane

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.8%
  • Shell 5.2%