ghfc-utils


Nameghfc-utils JSON
Version 0.1.13 PyPI version JSON
download
home_pageNone
SummaryVarious genomics tools and scripts used in the GHFC lab
upload_time2025-02-21 23:08:19
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseMIT License Copyright (c) 2023 bourgeron-lab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords wgs de novo mutations genomics slivar variant filtering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ghfc-utils

set of small tools designed to help automatize simple task locally or on Pasteur's cluster.

- **slivar-reannotate** for the postprocessing of slivar files including filtering and geneset reannotation.
- **slivar-dnm** for the computation of a prediction score about the veracity of *de novo* mutations

## Installation

```bash
pip install ghfc-utils
```

PS. on maestro, do not forget to load Python first (not needed anymore once installed):

```bash
module load Python/3.9.16
```

### Installation using **uv**

TODO

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ghfc-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "WGS, de novo mutations, genomics, slivar, variant filtering",
    "author": null,
    "author_email": "Freddy Cliquet <fcliquet@pasteur.fr>, Alexandre Mathieu <amathieu@pasteur.fr>",
    "download_url": null,
    "platform": null,
    "description": "# ghfc-utils\n\nset of small tools designed to help automatize simple task locally or on Pasteur's cluster.\n\n- **slivar-reannotate** for the postprocessing of slivar files including filtering and geneset reannotation.\n- **slivar-dnm** for the computation of a prediction score about the veracity of *de novo* mutations\n\n## Installation\n\n```bash\npip install ghfc-utils\n```\n\nPS. on maestro, do not forget to load Python first (not needed anymore once installed):\n\n```bash\nmodule load Python/3.9.16\n```\n\n### Installation using **uv**\n\nTODO\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 bourgeron-lab  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Various genomics tools and scripts used in the GHFC lab",
    "version": "0.1.13",
    "project_urls": {
        "Changelog": "https://gitlab.pasteur.fr/ghfc/ghfc-utils/-/blob/master/CHANGELOG.md",
        "Issues": "https://gitlab.pasteur.fr/ghfc/ghfc-utils/-/issues",
        "Repository": "https://gitlab.pasteur.fr/ghfc/ghfc-utils"
    },
    "split_keywords": [
        "wgs",
        " de novo mutations",
        " genomics",
        " slivar",
        " variant filtering"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61aec90774c65e9da472058ec6fb0f12a2b3075cee14d4b404cbecc59acf7141",
                "md5": "922230d9ec45e3e0d8d83de5f3eec337",
                "sha256": "7622abc71baf101b8ef42ac8d428c2d45d89bff0b7650b842ff5420647803ef3"
            },
            "downloads": -1,
            "filename": "ghfc_utils-0.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "922230d9ec45e3e0d8d83de5f3eec337",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 35737,
            "upload_time": "2025-02-21T23:08:19",
            "upload_time_iso_8601": "2025-02-21T23:08:19.689047Z",
            "url": "https://files.pythonhosted.org/packages/61/ae/c90774c65e9da472058ec6fb0f12a2b3075cee14d4b404cbecc59acf7141/ghfc_utils-0.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-21 23:08:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ghfc-utils"
}
        
Elapsed time: 0.60599s