# Install RSeQC using [pip](https://pip.pypa.io/en/stable/)
### Check if [pip](https://pip.pypa.io/en/stable/) is available
`pip` is a package manager that allows users to install and manage Python packages. It comes with Python 3.4 and later versions.
`pip --version`
`pip 24.2 from /XXX/YYY/lib/python3.11/site-packages/pip (python 3.11)`
If you see any errors, following this [instructions](https://pypi.org/project/pip/) to install `pip`.
### (Optional) Create Virtual Environments (Note: `venv` is available in Python 3.3 and later. You can also use [virtualenv](https://packaging.python.org/en/latest/key_projects/#virtualenv))
`$ python3 -m venv my_env` (will create a directory called my_env)
`$ source my_env/bin/activate`
### Install
`$ pip install rseqc`
### Upgrade
`$ pip install rseqc --upgrade`
### Uninstall
`pip -y uninstall rseqc`
# Documentation
http://rseqc.sourceforge.net/
Raw data
{
"_id": null,
"home_page": null,
"name": "RSeQC",
"maintainer": null,
"docs_url": "https://pythonhosted.org/RSeQC/",
"requires_python": ">=3.5",
"maintainer_email": "Liguo Wang <wangliguo78@gmail.com>",
"keywords": "RNA-seq, QC",
"author": null,
"author_email": "Liguo Wang <wangliguo78@gmail.com>, Shengqin Wang <wzsqwang@gmail.com>, Wei Li <superliwei@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f8/04/f32be86c3e14fa77b0dae3a9cdea9e5795642960ade79e3d463664101a4d/rseqc-5.0.4.tar.gz",
"platform": null,
"description": "# Install RSeQC using [pip](https://pip.pypa.io/en/stable/)\n\n### Check if [pip](https://pip.pypa.io/en/stable/) is available\n\n`pip` is a package manager that allows users to install and manage Python packages. It comes with Python 3.4 and later versions.\n \n `pip --version`\n \n `pip 24.2 from /XXX/YYY/lib/python3.11/site-packages/pip (python 3.11)`\n\n If you see any errors, following this [instructions](https://pypi.org/project/pip/) to install `pip`.\n\n### (Optional) Create Virtual Environments (Note: `venv` is available in Python 3.3 and later. You can also use [virtualenv](https://packaging.python.org/en/latest/key_projects/#virtualenv))\n\n `$ python3 -m venv my_env` (will create a directory called my_env)\n\n `$ source my_env/bin/activate`\n\n### Install\n\n `$ pip install rseqc`\n\n### Upgrade\n\n `$ pip install rseqc --upgrade`\n\n### Uninstall\n\n `pip -y uninstall rseqc`\n\n# Documentation\n\nhttp://rseqc.sourceforge.net/\n",
"bugtrack_url": null,
"license": "{{ RSeQC }} Copyright (C) {{ 2024 }} {{ Mayo Clinic }} This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ",
"summary": "QC package for RNA-seq data.",
"version": "5.0.4",
"project_urls": {
"Documentation": "http://rseqc.sourceforge.net/"
},
"split_keywords": [
"rna-seq",
" qc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f30d4d52ed7e5c19b7935b7d9c3671d88ace58dda567d49a9bc867e398b963d5",
"md5": "ffb19e7bf376f50894c570aa5ccd779c",
"sha256": "2efb38bf459257693abfc952b0557be862a780240e8a49f3a4f90362b6645ca6"
},
"downloads": -1,
"filename": "RSeQC-5.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffb19e7bf376f50894c570aa5ccd779c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 151110,
"upload_time": "2024-10-03T17:56:02",
"upload_time_iso_8601": "2024-10-03T17:56:02.362396Z",
"url": "https://files.pythonhosted.org/packages/f3/0d/4d52ed7e5c19b7935b7d9c3671d88ace58dda567d49a9bc867e398b963d5/RSeQC-5.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f804f32be86c3e14fa77b0dae3a9cdea9e5795642960ade79e3d463664101a4d",
"md5": "36326b8eb3be6aa4c14746b98ef5d302",
"sha256": "b7f3996f3de0b0b0a09eec949281a8f3e665a20827fcb3cbbd7546b94574a088"
},
"downloads": -1,
"filename": "rseqc-5.0.4.tar.gz",
"has_sig": false,
"md5_digest": "36326b8eb3be6aa4c14746b98ef5d302",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 118375,
"upload_time": "2024-10-03T17:56:04",
"upload_time_iso_8601": "2024-10-03T17:56:04.086358Z",
"url": "https://files.pythonhosted.org/packages/f8/04/f32be86c3e14fa77b0dae3a9cdea9e5795642960ade79e3d463664101a4d/rseqc-5.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 17:56:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rseqc"
}