Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskcc/process_fastq
This package will help process, merge and link fastq in user specified directory from manifest file
https://github.com/mskcc/process_fastq
Last synced: about 1 month ago
JSON representation
This package will help process, merge and link fastq in user specified directory from manifest file
- Host: GitHub
- URL: https://github.com/mskcc/process_fastq
- Owner: mskcc
- License: other
- Created: 2019-07-26T03:45:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T06:43:19.000Z (about 1 month ago)
- Last Synced: 2024-11-09T07:30:59.992Z (about 1 month ago)
- Language: Python
- Homepage: https://process-fastq.readthedocs.io
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=============
process_fastq
=============.. image:: https://img.shields.io/pypi/v/process_fastq.svg
:target: https://pypi.python.org/pypi/process_fastq.. image:: https://img.shields.io/travis/mskcc/process_fastq.svg
:target: https://travis-ci.org/mskcc/process_fastq.. image:: https://readthedocs.org/projects/process-fastq/badge/?version=latest
:target: https://process-fastq.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://pyup.io/repos/github/mskcc/process_fastq/shield.svg
:target: https://pyup.io/repos/mskcc/rhshah/process_fastq/
:alt: Updates.. image:: https://pyup.io/repos/github/mskcc/process_fastq/python-3-shield.svg
:target: https://pyup.io/repos/mskcc/rhshah/process_fastq/
:alt: Python 3This package will help process, merge and link fastq in user specified directory from manifest file
* Free software: Apache Software License 2.0
* Documentation: https://process-fastq.readthedocs.io.Usage
-----Usage can be found here: https://process-fastq.readthedocs.io/en/latest/usage.html
Features
--------1. Given Manifest file, path to location of raw fastq, path to where they need to linked:
a. Get all the folders for the samples and the fastq file
b. Check quickly the lenght of the reads if read length is not the same use the shorter read length and trim the fastq
c. Merge the final fastq if comming from multiple runs.
d. Link all the fastq with the folder structure in user provided locationCredits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage