SnapGene Reader
===============
.. image:: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml/badge.svg
:target: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml
:alt: GitHub Actions build status
.. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/SnapGeneReader/badge.svg?branch=master
:target: https://coveralls.io/github/Edinburgh-Genome-Foundry/SnapGeneReader?branch=master
SnapGene Reader is a Python library to parse Snapgene ``*.dna`` files into dictionaries or Biopython SeqRecords:
.. code:: python
from snapgene_reader import snapgene_file_to_dict, snapgene_file_to_seqrecord
file_path = './snap_gene_file.dna'
dictionary = snapgene_file_to_dict(file_path)
seqrecord = snapgene_file_to_seqrecord(file_path)
Installation
------------
Install with PIP:
.. code:: bash
pip install snapgene_reader
Test with Pytest:
.. code:: bash
pytest --cov=snapgene_reader tests/
Licence = MIT
-------------
SnapGene Reader is an open-source software originally written by `Isaac Luo <https://github.com/IsaacLuo>`_ at the Cai Lab. This fork is released on `Github <https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader>`_ under the MIT licence. Everyone is welcome to contribute!
Raw data
{
"_id": null,
"home_page": null,
"name": "snapgene-reader",
"maintainer": "EdinburghGenomeFoundry",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "DNA sequence design format converter",
"author": "yishaluo",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f1/12/f3b731358d78545600ec2260766195d0ba93965f6b9f3197a937919d189c/snapgene_reader-0.1.21.tar.gz",
"platform": null,
"description": "SnapGene Reader\n===============\n\n.. image:: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml/badge.svg\n :target: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml\n :alt: GitHub Actions build status\n\n.. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/SnapGeneReader/badge.svg?branch=master\n :target: https://coveralls.io/github/Edinburgh-Genome-Foundry/SnapGeneReader?branch=master\n\n\nSnapGene Reader is a Python library to parse Snapgene ``*.dna`` files into dictionaries or Biopython SeqRecords:\n\n.. code:: python\n\n from snapgene_reader import snapgene_file_to_dict, snapgene_file_to_seqrecord\n\n file_path = './snap_gene_file.dna'\n dictionary = snapgene_file_to_dict(file_path)\n seqrecord = snapgene_file_to_seqrecord(file_path)\n\nInstallation\n------------\n\nInstall with PIP:\n\n.. code:: bash\n\n pip install snapgene_reader\n\nTest with Pytest:\n\n.. code:: bash\n\n pytest --cov=snapgene_reader tests/\n\n\nLicence = MIT\n-------------\n\nSnapGene Reader is an open-source software originally written by `Isaac Luo <https://github.com/IsaacLuo>`_ at the Cai Lab. This fork is released on `Github <https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader>`_ under the MIT licence. Everyone is welcome to contribute!\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Convert Snapgene *.dna files dict/json/biopython.",
"version": "0.1.21",
"project_urls": null,
"split_keywords": [
"dna",
"sequence",
"design",
"format",
"converter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "152ef61cdd2632295341ee00179a8c5174958c6ab02e1f547c7593e59d4b6cdf",
"md5": "b1b18c97490a6433bbf8b0be6671e2e4",
"sha256": "f1d7b883a061072afe68c5cb226de1c6aad4875b680e160cab8bb3bcffcddb61"
},
"downloads": -1,
"filename": "snapgene_reader-0.1.21-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b1b18c97490a6433bbf8b0be6671e2e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7130,
"upload_time": "2024-08-02T09:40:37",
"upload_time_iso_8601": "2024-08-02T09:40:37.391193Z",
"url": "https://files.pythonhosted.org/packages/15/2e/f61cdd2632295341ee00179a8c5174958c6ab02e1f547c7593e59d4b6cdf/snapgene_reader-0.1.21-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f112f3b731358d78545600ec2260766195d0ba93965f6b9f3197a937919d189c",
"md5": "f18eab33aada8c531a5e949ac829dd2d",
"sha256": "b786cb8f9f6d8a0961057882ebcb68e318c185091a2ed36f552a2954df887a26"
},
"downloads": -1,
"filename": "snapgene_reader-0.1.21.tar.gz",
"has_sig": false,
"md5_digest": "f18eab33aada8c531a5e949ac829dd2d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6938,
"upload_time": "2024-08-02T09:40:38",
"upload_time_iso_8601": "2024-08-02T09:40:38.982314Z",
"url": "https://files.pythonhosted.org/packages/f1/12/f3b731358d78545600ec2260766195d0ba93965f6b9f3197a937919d189c/snapgene_reader-0.1.21.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 09:40:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "snapgene-reader"
}