seqchromloader


Nameseqchromloader JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/yztxwd/seqchromloader
SummarySequence and chromatin dataloader for deep learning
upload_time2024-11-05 19:55:36
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords dataloder pytorch webdataset
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # seqchromloader

seqchromloader aims to provide versatile and ready-to-use writer/loader for applying deep learning to bioinformatics study.

Plan to support dataset formats including:
- webdataset (done)
- tfrecord (x)

Training framework support:
- pytorch dataloader (done)
- pytorch-lightning datamodule (done)
- NVIDIA-DALI (x)

## Installation

### conda (suggested):

`mamba install -c bioconda -c conda-forge seqchromloader`

or

`conda install -c bioconda -c conda-forge seqchromloader`

### pip

`pip install seqchromloader`

## Usage

For detailed usage, please refer to [documentation](https://seqchromloader.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yztxwd/seqchromloader",
    "name": "seqchromloader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dataloder, pytorch, webdataset",
    "author": null,
    "author_email": "yztxwd@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# seqchromloader\n\nseqchromloader aims to provide versatile and ready-to-use writer/loader for applying deep learning to bioinformatics study.\n\nPlan to support dataset formats including:\n- webdataset (done)\n- tfrecord (x)\n\nTraining framework support:\n- pytorch dataloader (done)\n- pytorch-lightning datamodule (done)\n- NVIDIA-DALI (x)\n\n## Installation\n\n### conda (suggested):\n\n`mamba install -c bioconda -c conda-forge seqchromloader`\n\nor\n\n`conda install -c bioconda -c conda-forge seqchromloader`\n\n### pip\n\n`pip install seqchromloader`\n\n## Usage\n\nFor detailed usage, please refer to [documentation](https://seqchromloader.readthedocs.io/en/latest/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sequence and chromatin dataloader for deep learning",
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://github.com/yztxwd/seqchromloader"
    },
    "split_keywords": [
        "dataloder",
        " pytorch",
        " webdataset"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f69bede8e4dc7d8c98a51c76d4b63683db848ba8381fb7ccccb1088dea47581",
                "md5": "e8793cb6b2294d93a20b31b8e2b17deb",
                "sha256": "5ff5e7086a62a3eb2b89aa4ade0d2156e11a00a46ec5d429f0e64c8e33778108"
            },
            "downloads": -1,
            "filename": "seqchromloader-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8793cb6b2294d93a20b31b8e2b17deb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13932,
            "upload_time": "2024-11-05T19:55:36",
            "upload_time_iso_8601": "2024-11-05T19:55:36.986077Z",
            "url": "https://files.pythonhosted.org/packages/7f/69/bede8e4dc7d8c98a51c76d4b63683db848ba8381fb7ccccb1088dea47581/seqchromloader-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 19:55:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yztxwd",
    "github_project": "seqchromloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "seqchromloader"
}
        
Elapsed time: 2.36470s