Skip to content

Containing code for splitting out concatenated fastq files

License

Notifications You must be signed in to change notification settings

cribbslab/split_fastqcats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split_fastqcats

Containing code for splitting out concatenated fastq files

Installation

Conda installation - in progress

The preferred method for installation is through conda/mamba. Preferably the installation should be in a seperate environment::

mamba env create -f conda/environments/split_fastqcats.yml
conda activate fastcats
pip install -e .

split_fastqcats --help

Usage

Run the split_fastqcats --help command view the help documentation.

Then run the pipeline::

split_fastqcats split tests/input.fastq.gz output.fastq.gz

About

Containing code for splitting out concatenated fastq files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages