process_fastq

https://img.shields.io/pypi/v/process_fastq.svg https://img.shields.io/travis/mskcc/process_fastq.svg Documentation Status Updates Python 3

This package will help process, merge and link fastq in user specified directory from manifest file

Features

  1. Given Manifest file, path to location of raw fastq, path to where they need to linked:

  1. Get all the folders for the samples and the fastq file

  2. Check quickly the lenght of the reads if read length is not the same use the shorter read length and trim the fastq

  3. Merge the final fastq if comming from multiple runs.

  4. Link all the fastq with the folder structure in user provided location

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.