RiboSeq-DP-Tools


NameRiboSeq-DP-Tools JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/riboseqorg/RDP-Tools
SummaryA python command-line utility for working with RiboSeq.Orgs Data Portal
upload_time2024-11-21 13:41:58
maintainerNone
docs_urlNone
authorJack Tierney
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RDP-Tools

[![PyPI Version](https://img.shields.io/pypi/v/RiboSeq-DP-Tools.svg)](https://pypi.python.org/pypi/RiboSeq-DP-Tools)
[![Documentation Status](https://readthedocs.org/projects/RiboSeq-DP-Tools/badge/?version=latest)](https://RiboSeq-DP-Tools.readthedocs.io/en/latest/?version=latest)

A Python command-line utility for programmatically interacting with RiboSeq.Orgs Data Portal.

- Free software: MIT license
- Documentation: [https://RDP-Tools.readthedocs.io](https://RDP-Tools.readthedocs.io)

## Installation

Install RDP-Tools by running:

```bash
pip install RiboSeq-DP-Tools
```
or:
```bash
docker pull quay.io/jackcurragh/rdp-tools
```


## Usage

RDP-Tools is intended to be used as a command line tool.

To collapse a FASTQ file, run:

```bash
RDP-Tools collapse <input_FASTQ>
```

To inflate a FASTA file, run:

```bash
RDP-Tools inflate <input_FASTA>
```

To inflate a FASTA to a FASTQ file, run:
   
```bash
RDP-Tools inflate <input_FASTA> -o <output_file>.fastq/fq
```

To inflate a BAM file, run:
      
```bash
RDP-Tools inflate <input_BAM>
```

For more information on how to use RDP-Tools, see the documentation_ or use :code:`--help`

documentation: https://rdp-tools.readthedocs.io/en/latest/?version=latest



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/riboseqorg/RDP-Tools",
    "name": "RiboSeq-DP-Tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jack Tierney",
    "author_email": "jackcurragh@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# RDP-Tools\n\n[![PyPI Version](https://img.shields.io/pypi/v/RiboSeq-DP-Tools.svg)](https://pypi.python.org/pypi/RiboSeq-DP-Tools)\n[![Documentation Status](https://readthedocs.org/projects/RiboSeq-DP-Tools/badge/?version=latest)](https://RiboSeq-DP-Tools.readthedocs.io/en/latest/?version=latest)\n\nA Python command-line utility for programmatically interacting with RiboSeq.Orgs Data Portal.\n\n- Free software: MIT license\n- Documentation: [https://RDP-Tools.readthedocs.io](https://RDP-Tools.readthedocs.io)\n\n## Installation\n\nInstall RDP-Tools by running:\n\n```bash\npip install RiboSeq-DP-Tools\n```\nor:\n```bash\ndocker pull quay.io/jackcurragh/rdp-tools\n```\n\n\n## Usage\n\nRDP-Tools is intended to be used as a command line tool.\n\nTo collapse a FASTQ file, run:\n\n```bash\nRDP-Tools collapse <input_FASTQ>\n```\n\nTo inflate a FASTA file, run:\n\n```bash\nRDP-Tools inflate <input_FASTA>\n```\n\nTo inflate a FASTA to a FASTQ file, run:\n   \n```bash\nRDP-Tools inflate <input_FASTA> -o <output_file>.fastq/fq\n```\n\nTo inflate a BAM file, run:\n      \n```bash\nRDP-Tools inflate <input_BAM>\n```\n\nFor more information on how to use RDP-Tools, see the documentation_ or use :code:`--help`\n\ndocumentation: https://rdp-tools.readthedocs.io/en/latest/?version=latest\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python command-line utility for working with RiboSeq.Orgs Data Portal",
    "version": "0.1.10",
    "project_urls": {
        "Homepage": "https://github.com/riboseqorg/RDP-Tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dc1a51368a7dd25acf4d97bf3c93d49503bf894cc27b2ae5a87575431b8a10d",
                "md5": "4d52f4a8512bde4a86f1f49f790f2c15",
                "sha256": "308ac3eaa8552095122fbd7b45d86058010790550beaddaa3096d68a26329e31"
            },
            "downloads": -1,
            "filename": "RiboSeq_DP_Tools-0.1.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d52f4a8512bde4a86f1f49f790f2c15",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 8221,
            "upload_time": "2024-11-21T13:41:58",
            "upload_time_iso_8601": "2024-11-21T13:41:58.498265Z",
            "url": "https://files.pythonhosted.org/packages/8d/c1/a51368a7dd25acf4d97bf3c93d49503bf894cc27b2ae5a87575431b8a10d/RiboSeq_DP_Tools-0.1.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 13:41:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "riboseqorg",
    "github_project": "RDP-Tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "riboseq-dp-tools"
}
        
Elapsed time: 0.68601s