Complete installation guide for the DNBelab C Series™ HT Single-Cell Analysis Software package
◆ Requirements • ◆ Download • ◆ Installation • ◆ Verification
| Category | Requirement |
|---|---|
| Processor | x86-64 compatible processors |
| Memory | 50GB RAM or higher (128GB+ recommended) |
| CPU | Minimum 8 cores (16+ cores recommended) |
| Storage | Sufficient disk space for data processing (SSD recommended) |
| OS | Linux 64-bit (CentOS 7.x, Ubuntu 20.04+) |
| Package Details | Information |
|---|---|
| File Name | dnbc4tools-3.0.tar.gz |
| File Size | 513M |
| MD5 Checksum | d9a26a8848b4d703dbffb99670f82837 |
Download Options:
#### Download using `wget`
wget -O dnbc4tools-3.0.tar.gz "ftp://ftp2.cngb.org/pub/CNSA/data7/CNP0008672/Single_Cell/CSE0000574/dnbc4tools-3.0.tar.gz"
#### Download using `curl`
curl -o dnbc4tools-3.0.tar.gz "ftp://ftp2.cngb.org/pub/CNSA/data7/CNP0008672/Single_Cell/CSE0000574/dnbc4tools-3.0.tar.gz"
Extract the dnbc4tools package to your preferred directory (example uses /opt/software):
# Navigate to target directory
cd /opt/software
# Extract the package
tar -xzvf dnbc4tools-3.0.tar.gz
After extraction, you should see the following directory structure:
| Component | Description |
|---|---|
dnbc4tools3.0/dnbc4tools |
Main executable |
dnbc4tools3.0/external |
External dependencies |
dnbc4tools3.0/lib |
Library files |
dnbc4tools3.0/misc |
Miscellaneous files |
dnbc4tools3.0/sourceC4.bash |
Environment configuration script |
Confirm that the installation was successful by running these commands:
# Navigate to installation directory
cd /opt/software/dnbc4tools3.0
# Test basic functionality
./dnbc4tools --help
./dnbc4tools --version
# Test specific modules
./dnbc4tools rna --help
./dnbc4tools atac --help
./dnbc4tools vdj --help
Congratulations! You've successfully installed dnbc4tools 3.0! Here's what you can do next: