Quality control package for RNA-seq data.
Project description
RSeQC
Requirements
- Python 3.9 or later
pip
Check your Python and pip installations:
python3 --version
pip --version
Example:
Python 3.11.13
pip 25.3 from /path/to/lib/python3.11/site-packages/pip (python 3.11)
If pip is not installed, follow the official installation instructions:
https://pip.pypa.io/en/stable/installation/
(Optional) Create a Virtual Environment
Creating a virtual environment is recommended to avoid conflicts with other Python packages.
Create a new environment:
python3 -m venv rseqc_env
Activate it:
Linux/macOS
source rseqc_env/bin/activate
Windows (PowerShell)
rseqc_env\Scripts\Activate.ps1
Install RSeQC
Install the latest stable release from PyPI
pip install rseqc
Install the latest development version from GitHub
pip install git+https://github.com/liguowang/RSeQC.git
You can also install a specific branch, tag, or commit.
Install a specific branch:
pip install git+https://github.com/liguowang/RSeQC.git@main
Install a specific release tag:
pip install git+https://github.com/liguowang/RSeQC.git@v5.05
Upgrade RSeQC
Upgrade an existing installation from PyPI:
pip install --upgrade rseqc
To upgrade a GitHub installation:
pip install --upgrade git+https://github.com/liguowang/RSeQC.git
Uninstall RSeQC
Remove RSeQC:
pip uninstall rseqc
Verify the Installation
Check that RSeQC is installed correctly:
bam_stat.py --help
or
python -c "import qcmodule; print('RSeQC installed successfully')"
License
RSeQC is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).
See the LICENSE file included with this project for the complete license text.
Documentation
Documentation and tutorials are available at:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rseqc-5.0.5.tar.gz.
File metadata
- Download URL: rseqc-5.0.5.tar.gz
- Upload date:
- Size: 168.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3f757e5f384004678c10cbc830355e841f5d5db850fc5b131c2e872afe9d516
|
|
| MD5 |
a69c92316385ee83f0cd06c3bbc5512a
|
|
| BLAKE2b-256 |
ca4521da17c7e0779b642993f1dae82c6535648f6f6fc589204d257fb9bfb69a
|
File details
Details for the file rseqc-5.0.5-py3-none-any.whl.
File metadata
- Download URL: rseqc-5.0.5-py3-none-any.whl
- Upload date:
- Size: 204.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1fca6d455886b19bc2d58aa1e13b233977a2c835f676ef93bd0c6f4099b8452
|
|
| MD5 |
6a7407f6e7c39da5ba4892947ddd1558
|
|
| BLAKE2b-256 |
3eab006316611cf2b28e62b79057ed6bad311443616513e4bb5a0d308e029a53
|