deepconsensus


Namedeepconsensus JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/google/deepconsensus
SummaryDeepConsensus
upload_time2022-12-15 23:48:05
maintainer
docs_urlNone
authorGoogle LLC
requires_python>=3.6
license
keywords bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Important: Pip install is different for CPU versus GPU

If you're on a GPU machine:

```bash
pip install deepconsensus[gpu]==1.1.0
# To make sure the `deepconsensus` CLI works, set the PATH:
export PATH="/home/${USER}/.local/bin:${PATH}"
```

If you're on a CPU machine:

```bash
pip install deepconsensus[cpu]==1.1.0
# To make sure the `deepconsensus` CLI works, set the PATH:
export PATH="/home/${USER}/.local/bin:${PATH}"
```

## Documentation, quick start, citation

All other documentation is on GitHub: [https://github.com/google/deepconsensus](https://github.com/google/deepconsensus).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/deepconsensus",
    "name": "deepconsensus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bioinformatics",
    "author": "Google LLC",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f4/07/9f820559e87af29a4fb1912a2487c71f26a46f3a579cab2acc2588f70993/deepconsensus-1.1.0.tar.gz",
    "platform": null,
    "description": "# Important: Pip install is different for CPU versus GPU\n\nIf you're on a GPU machine:\n\n```bash\npip install deepconsensus[gpu]==1.1.0\n# To make sure the `deepconsensus` CLI works, set the PATH:\nexport PATH=\"/home/${USER}/.local/bin:${PATH}\"\n```\n\nIf you're on a CPU machine:\n\n```bash\npip install deepconsensus[cpu]==1.1.0\n# To make sure the `deepconsensus` CLI works, set the PATH:\nexport PATH=\"/home/${USER}/.local/bin:${PATH}\"\n```\n\n## Documentation, quick start, citation\n\nAll other documentation is on GitHub: [https://github.com/google/deepconsensus](https://github.com/google/deepconsensus).\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "DeepConsensus",
    "version": "1.1.0",
    "split_keywords": [
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9085d01ffb424fa6c569ccbe9d701bbd",
                "sha256": "79390ec95b19bf870d85cab9741fff2c5fbbafd43d3d699cca2575255bbfae17"
            },
            "downloads": -1,
            "filename": "deepconsensus-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9085d01ffb424fa6c569ccbe9d701bbd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 157114,
            "upload_time": "2022-12-15T23:48:04",
            "upload_time_iso_8601": "2022-12-15T23:48:04.171807Z",
            "url": "https://files.pythonhosted.org/packages/e0/9f/ebc24f2a3210a0c2567c0ddf5c55b744b1f1a4d12adf6f7319a59d1b3d7d/deepconsensus-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e7dce4dffb9dec937393309bc72e9be8",
                "sha256": "49fd4ba478c3eed2ca56bcaea7053e68c341832cb6f8dd8b260cc1ff0138a06b"
            },
            "downloads": -1,
            "filename": "deepconsensus-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e7dce4dffb9dec937393309bc72e9be8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 107020,
            "upload_time": "2022-12-15T23:48:05",
            "upload_time_iso_8601": "2022-12-15T23:48:05.878675Z",
            "url": "https://files.pythonhosted.org/packages/f4/07/9f820559e87af29a4fb1912a2487c71f26a46f3a579cab2acc2588f70993/deepconsensus-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 23:48:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "google",
    "github_project": "deepconsensus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "deepconsensus"
}
        
Elapsed time: 0.02204s