Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for LEON compressed fasta/fastq files. #3919

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdvne
Copy link

@jdvne jdvne commented May 2, 2022

Added the module LeonIO to the SeqIO directory. This module provides parse/write support for LEON compressed files (https://github.com/GATB/leon) through pyleon (https://github.com/jdvne/pyleon), a Python wrapper for LEON.

Co-Authored-By: ian 20777540+ianswitzer@users.noreply.github.com

  • I hereby agree to dual licence this and any previous contributions under both
    the Biopython License Agreement AND the BSD 3-Clause License.

  • I have read the CONTRIBUTING.rst file, have run pre-commit
    locally, and understand that continuous integration checks will be used to
    confirm the Biopython unit tests and style checks pass with these changes.

  • I have added my name to the alphabetical contributors listings in the files
    NEWS.rst and CONTRIB.rst as part of this pull request, am listed
    already, or do not wish to be listed. (This acknowledgement is optional.)

Closes #3918

Added the module LeonIO to the SeqIO directory.  This module provides parse/write support for LEON compressed files (https://github.com/GATB/leon) through pyleon (https://github.com/jdvne/pyleon), a Python wrapper for LEON.  Closes biopython#3918

Co-Authored-By: ian <20777540+ianswitzer@users.noreply.github.com>
@jdvne jdvne requested a review from peterjc as a code owner May 2, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Leon compressed fasta/fastq file formats
1 participant