cgat


Namecgat JSON
Version 0.7.10 PyPI version JSON
download
home_pageNone
Summarycgat : the Computational Genomics Analysis Toolkit
upload_time2024-11-30 10:28:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords computational genomics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="left">
<a href='https://cgat-apps.readthedocs.io/en/latest/?badge=latest'>
  <img src='https://readthedocs.org/projects/cgat-apps/badge/?version=latest' alt='Documentation Status' /></a>
  <a href='https://github.com/cgat-developers/cgat-apps/actions/workflows/cgatapps_python.yml'>
    <img src='https://github.com/cgat-developers/cgat-apps/actions/workflows/cgatapps_python.yml/badge.svg' alt='Github Action status' /></a>
  <a href="https://twitter.com/cgat_oxford?lang=en", alt="Twitter followers">
    <img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter" /></a>
  <a href="https://twitter.com/cgat_oxford?lang=en", alt="Twitter followers">
	<img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter" /></a>
</p>

CGAT Apps
=========

CGAT Apps is a collection of scripts to aid the analysis of high-throughput sequencing data.

After installation, use the ``cgat`` command to see how to use them.

Documentation
=============

We are attempting to improve our documentation. However, our current documentation
can be found [here](https://cgat-apps.readthedocs.io/en/latest/)

For questions, please open a discussion on the GitHub
[issue page](https://github.com/cgat-developers/cgat-apps/issues)

Installation
============

Conda Installation
------------------
The preferred method to install CGAT Apps is using the installation script, which uses
[mamba](https://github.com/mamba-org/mamba), the fast C implementation of [Conda](https://conda.io).

To install cgat-apps using mamba::

    mamba install -c conda-forge -c bioconda cgat-apps

Developers: try the installation script
---------------------------------------

Here are the steps::

        # Install conda and mamba according the the documentation. Next
        # install the conda packages for cgat-apps to work
        conda env create -f conda/environments/cgat-apps.yml

        # enable the conda environment
        conda activate cgat-a

        # Install the development version of cgat-apps
        python setup.py develop

        # finally, please run the cgat command-line tool to check the installation:
        cgat --help

The installation script will put everything under the specified location. The aim is to provide a portable
installation that does not interfere with the existing software. As a result, you will get a conda environment
working with CGAT Apps which can be enabled on demand according to your needs.

Usage
=====

Run the ``cgat --help`` command to see what scripts are available and how to use them.
For example, to strip sequence and quality information from a bam_ file, type::

   cgat bam2bam --strip=sequence < in.bam > out.bam

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cgat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "computational genomics",
    "author": null,
    "author_email": "Adam Cribbs <adam.cribbs@ndorms.ox.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/94/89/d6d25b52fc4bd5f0291f0caa1aa607c4f54fce250e411ed0de06ac2f1221/cgat-0.7.10.tar.gz",
    "platform": null,
    "description": "\n<p align=\"left\">\n<a href='https://cgat-apps.readthedocs.io/en/latest/?badge=latest'>\n  <img src='https://readthedocs.org/projects/cgat-apps/badge/?version=latest' alt='Documentation Status' /></a>\n  <a href='https://github.com/cgat-developers/cgat-apps/actions/workflows/cgatapps_python.yml'>\n    <img src='https://github.com/cgat-developers/cgat-apps/actions/workflows/cgatapps_python.yml/badge.svg' alt='Github Action status' /></a>\n  <a href=\"https://twitter.com/cgat_oxford?lang=en\", alt=\"Twitter followers\">\n    <img src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter\" /></a>\n  <a href=\"https://twitter.com/cgat_oxford?lang=en\", alt=\"Twitter followers\">\n\t<img src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter\" /></a>\n</p>\n\nCGAT Apps\n=========\n\nCGAT Apps is a collection of scripts to aid the analysis of high-throughput sequencing data.\n\nAfter installation, use the ``cgat`` command to see how to use them.\n\nDocumentation\n=============\n\nWe are attempting to improve our documentation. However, our current documentation\ncan be found [here](https://cgat-apps.readthedocs.io/en/latest/)\n\nFor questions, please open a discussion on the GitHub\n[issue page](https://github.com/cgat-developers/cgat-apps/issues)\n\nInstallation\n============\n\nConda Installation\n------------------\nThe preferred method to install CGAT Apps is using the installation script, which uses\n[mamba](https://github.com/mamba-org/mamba), the fast C implementation of [Conda](https://conda.io).\n\nTo install cgat-apps using mamba::\n\n    mamba install -c conda-forge -c bioconda cgat-apps\n\nDevelopers: try the installation script\n---------------------------------------\n\nHere are the steps::\n\n        # Install conda and mamba according the the documentation. Next\n        # install the conda packages for cgat-apps to work\n        conda env create -f conda/environments/cgat-apps.yml\n\n        # enable the conda environment\n        conda activate cgat-a\n\n        # Install the development version of cgat-apps\n        python setup.py develop\n\n        # finally, please run the cgat command-line tool to check the installation:\n        cgat --help\n\nThe installation script will put everything under the specified location. The aim is to provide a portable\ninstallation that does not interfere with the existing software. As a result, you will get a conda environment\nworking with CGAT Apps which can be enabled on demand according to your needs.\n\nUsage\n=====\n\nRun the ``cgat --help`` command to see what scripts are available and how to use them.\nFor example, to strip sequence and quality information from a bam_ file, type::\n\n   cgat bam2bam --strip=sequence < in.bam > out.bam\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cgat : the Computational Genomics Analysis Toolkit",
    "version": "0.7.10",
    "project_urls": {
        "Bug_Tracker": "https://github.com/cgat-developers/cgat-apps/issues/",
        "Documentation": "https://cgat-developers.github.io/cgat-core/",
        "Source": "https://github.com/cgat-developers/cgat-apps/"
    },
    "split_keywords": [
        "computational",
        "genomics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9489d6d25b52fc4bd5f0291f0caa1aa607c4f54fce250e411ed0de06ac2f1221",
                "md5": "0434b663284f31757a00d01ecc2a8a40",
                "sha256": "2519fd2a7b878f616af0e14c67029251f3e9807fa1abbe3b870bb345014bc03c"
            },
            "downloads": -1,
            "filename": "cgat-0.7.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0434b663284f31757a00d01ecc2a8a40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 419657,
            "upload_time": "2024-11-30T10:28:25",
            "upload_time_iso_8601": "2024-11-30T10:28:25.359302Z",
            "url": "https://files.pythonhosted.org/packages/94/89/d6d25b52fc4bd5f0291f0caa1aa607c4f54fce250e411ed0de06ac2f1221/cgat-0.7.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-30 10:28:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cgat-developers",
    "github_project": "cgat-apps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cgat"
}
        
Elapsed time: 0.38426s