vcf-batcher


Namevcf-batcher JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/GeroVanMi/vcf_batcher
SummaryCommand-line tool to cut VCF (variant call files) into smaller batches, intended to be used for multiprocessing or distributed computing.
upload_time2023-05-09 11:54:42
maintainerNone
docs_urlNone
authorGérôme Meyer <gerome.meyer@icloud.com>
requires_python
licenseMIT
keywords vcf batch batching variant_call_file
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VCF Batcher
[![Rust](https://github.com/GeroVanMi/vcf_batcher/actions/workflows/build.yml/badge.svg)](https://github.com/GeroVanMi/vcf_batcher/actions/workflows/build.yml)

Rust crate to cut VCF (variant call files) into smaller batches, intended to be used for multiprocessing or distributed computing. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GeroVanMi/vcf_batcher",
    "name": "vcf-batcher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": null,
    "keywords": "vcf,batch,batching,variant_call_file",
    "author": "G\u00e9r\u00f4me Meyer <gerome.meyer@icloud.com>",
    "author_email": "G\u00e9r\u00f4me Meyer <gerome.meyer@icloud.com>",
    "download_url": null,
    "platform": null,
    "description": "# VCF Batcher\n[![Rust](https://github.com/GeroVanMi/vcf_batcher/actions/workflows/build.yml/badge.svg)](https://github.com/GeroVanMi/vcf_batcher/actions/workflows/build.yml)\n\nRust crate to cut VCF (variant call files) into smaller batches, intended to be used for multiprocessing or distributed computing. \n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command-line tool to cut VCF (variant call files) into smaller batches, intended to be used for multiprocessing or distributed computing.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/GeroVanMi/vcf_batcher",
        "Source Code": "https://github.com/GeroVanMi/vcf_batcher"
    },
    "split_keywords": [
        "vcf",
        "batch",
        "batching",
        "variant_call_file"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "862c5ecd68094b37204052de0791723c1b0c6b35a6ebb91961c4ebdee7f49d7b",
                "md5": "6752a3df98523a5f82c68e973aec8b6d",
                "sha256": "d1e9bbd5c145dc9a8e3d05bf4a88cdad30fe89eb7f6fe4b8b27ee687db40e84c"
            },
            "downloads": -1,
            "filename": "vcf_batcher-0.2.0-cp310-cp310-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6752a3df98523a5f82c68e973aec8b6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 332683,
            "upload_time": "2023-05-09T11:54:42",
            "upload_time_iso_8601": "2023-05-09T11:54:42.228994Z",
            "url": "https://files.pythonhosted.org/packages/86/2c/5ecd68094b37204052de0791723c1b0c6b35a6ebb91961c4ebdee7f49d7b/vcf_batcher-0.2.0-cp310-cp310-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 11:54:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GeroVanMi",
    "github_project": "vcf_batcher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vcf-batcher"
}
        
Elapsed time: 0.06184s