Diploid chromatin conformation capture analysis
Project description
Dip-C
Diploid Chromatin Conformation Capture — reconstruct 3D diploid genomes from single cells.
Installation
pip install run-dipc
Troubleshooting: old Linux systems (CentOS/RHEL 7)
If pip install fails with NumPy requires GCC >= 9.3, your system's
default compiler is too old to build NumPy from source. This typically happens
on CentOS/RHEL 7 (end-of-life June 2024), which ships GCC 4.8.
Option A — load a newer compiler (HPC clusters usually have one):
module avail gcc # see what's available
module load gcc/11.2.0 # load any version >= 9.3
pip install run-dipc
Option B — install NumPy and SciPy from conda first (provides prebuilt binaries, no compiler needed):
conda install numpy scipy
pip install run-dipc
You can check your GCC version with gcc --version and your OS with
cat /etc/os-release. Please contact your system administrator if
this is a problem for you.
Usage
dip-c <command> [options]
Run dip-c with no arguments to see all available commands.
Documentation
Full documentation, workflows, and file format specifications are available on GitHub:
https://github.com/tanlongzhi/dip-c
Citations
Please cite the original Dip-C paper:
Tan, Longzhi*; Xing, Dong*; Chang, Chi-Han; Li, Heng; Xie, X. Sunney "Three-dimensional genome structures of single diploid human cells," Science 361, 924-928 (2018). DOI:10.1126/science.aat5641
License
MIT
Project details
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 run_dipc-1.9.4.tar.gz.
File metadata
- Download URL: run_dipc-1.9.4.tar.gz
- Upload date:
- Size: 43.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16eb5c354c7a4c6e4223ecd1f17bc7506b0994bb50a97e17096faa3900bb4666
|
|
| MD5 |
8fd1bb214ff0b1cda39601dfb8489c14
|
|
| BLAKE2b-256 |
f34060a0b8f92611158214a9d04955a73a04661a89c492b4aad3f9b060fc6031
|
File details
Details for the file run_dipc-1.9.4-py3-none-any.whl.
File metadata
- Download URL: run_dipc-1.9.4-py3-none-any.whl
- Upload date:
- Size: 6.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dfbce0979107d1ae205f51a0a9595fc451f251cc55586f143ea098640079494
|
|
| MD5 |
12b35fd912faefb6a23bb15466fdaee2
|
|
| BLAKE2b-256 |
7ae6d9522e287a3a8212b3a0b33b3931f295b4fe14505f6a42c6a58895f538f9
|