Skip to main content

Splits FASTQ files evenly.

Project description

fastqsplitter

A simple application to split FASTQ files.

Fastqsplitter reads a fastq file. It then splits the reads over the designated output files.

This application does NOT work with multiline fastq sequences.

Quickstart

install fastqsplitter: pip install fastqsplitter

To split an input file input_fastq.gz into 3 different files. fastqsplitter -i input_fastq.gz -o split.1.fq.gz -o split.2.fq.gz -o split.3.fq.gz

fastqsplitter uses the excellent xopen library by @marcelm. Therefore, the input and output files compression is determined by the extension. Use .gz if output files should be gzip compressed.

Documentation

More information on fastqsplitter can be found on our readthedocs page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastqsplitter-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

fastqsplitter-1.0.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page