xcltk


Namexcltk JSON
Version 0.1.16 PyPI version JSON
download
home_pagehttps://github.com/hxj5/xcltk
Summaryxcltk - Toolkit for XClone
upload_time2023-01-28 11:34:59
maintainer
docs_urlNone
authorXianjie Huang
requires_python
licenseApache-2.0
keywords xclone toolkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xcltk

[![](https://img.shields.io/pypi/v/xcltk.svg)][pypi]
[![](https://img.shields.io/github/license/hxj5/xcltk)][licence]

xcltk is a toolkit for XClone (**warning: under development, not stable**)

All release notes are available at [doc/release.rst][release]

## Installation

xcltk is avaliable through [pypi][pypi]. To install, type the following command 
line, and add `-U` for upgrading:

```shell
pip install -U xcltk
```

Alternatively, you can install from this GitHub repository for latest (often 
development) version by following command line

```shell
pip install -U git+https://github.com/hxj5/xcltk
```

In either case, if you don't have write permission for your current Python environment,
 we suggest creating a separate [conda][conda] environment or add --user for your 
current one.

## Manual

You can check the full parameters with `xcltk -h`.

```
Program: xcltk (Toolkit for XClone)
Version: 0.1.16

Usage:   xcltk <command> [options]

Commands:
  -- BAF calculation
     fixref           Fix REF, ALT and GT.
     rpc              Reference phasing correction.
     pileup           Pileup, support unique counting.

  -- RDR calculation
     basefc           Basic feature counting.

  -- Region operations
     convert          Convert different region file formats.

  -- Others
     -h, --help       Print this message and exit.
     -V, --version    Print version and exit.
```

[pypi]: https://pypi.org/project/xcltk
[licence]: https://github.com/hxj5/xcltk
[release]: https://github.com/hxj5/xcltk/blob/master/doc/release.rst
[conda]: https://docs.conda.io/en/latest/
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hxj5/xcltk",
    "name": "xcltk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "xclone,toolkit",
    "author": "Xianjie Huang",
    "author_email": "xianjie5@connect.hku.hk",
    "download_url": "https://files.pythonhosted.org/packages/86/18/2e2f12afb73ce3cf84d606a9e77160979eab08b85e235c8f6276ed40f22a/xcltk-0.1.16.tar.gz",
    "platform": null,
    "description": "# xcltk\n\n[![](https://img.shields.io/pypi/v/xcltk.svg)][pypi]\n[![](https://img.shields.io/github/license/hxj5/xcltk)][licence]\n\nxcltk is a toolkit for XClone (**warning: under development, not stable**)\n\nAll release notes are available at [doc/release.rst][release]\n\n## Installation\n\nxcltk is avaliable through [pypi][pypi]. To install, type the following command \nline, and add `-U` for upgrading:\n\n```shell\npip install -U xcltk\n```\n\nAlternatively, you can install from this GitHub repository for latest (often \ndevelopment) version by following command line\n\n```shell\npip install -U git+https://github.com/hxj5/xcltk\n```\n\nIn either case, if you don't have write permission for your current Python environment,\n we suggest creating a separate [conda][conda] environment or add --user for your \ncurrent one.\n\n## Manual\n\nYou can check the full parameters with `xcltk -h`.\n\n```\nProgram: xcltk (Toolkit for XClone)\nVersion: 0.1.16\n\nUsage:   xcltk <command> [options]\n\nCommands:\n  -- BAF calculation\n     fixref           Fix REF, ALT and GT.\n     rpc              Reference phasing correction.\n     pileup           Pileup, support unique counting.\n\n  -- RDR calculation\n     basefc           Basic feature counting.\n\n  -- Region operations\n     convert          Convert different region file formats.\n\n  -- Others\n     -h, --help       Print this message and exit.\n     -V, --version    Print version and exit.\n```\n\n[pypi]: https://pypi.org/project/xcltk\n[licence]: https://github.com/hxj5/xcltk\n[release]: https://github.com/hxj5/xcltk/blob/master/doc/release.rst\n[conda]: https://docs.conda.io/en/latest/",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "xcltk - Toolkit for XClone",
    "version": "0.1.16",
    "split_keywords": [
        "xclone",
        "toolkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86182e2f12afb73ce3cf84d606a9e77160979eab08b85e235c8f6276ed40f22a",
                "md5": "dae6659f70ae1dfbed57b368922af0ca",
                "sha256": "2a143ca189725f7391a72b591e61ac027abd520db1b3f602358ac94977f2b4bf"
            },
            "downloads": -1,
            "filename": "xcltk-0.1.16.tar.gz",
            "has_sig": false,
            "md5_digest": "dae6659f70ae1dfbed57b368922af0ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 45246,
            "upload_time": "2023-01-28T11:34:59",
            "upload_time_iso_8601": "2023-01-28T11:34:59.099916Z",
            "url": "https://files.pythonhosted.org/packages/86/18/2e2f12afb73ce3cf84d606a9e77160979eab08b85e235c8f6276ed40f22a/xcltk-0.1.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-28 11:34:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hxj5",
    "github_project": "xcltk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xcltk"
}
        
Elapsed time: 0.03328s