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 | dnbc4tools3.0beta_v5.tar.gz |
| File Size | 511M |
| MD5 Checksum | 89892ce3c60218861acc0cfbada81304 |
| Download | BGI CloudDrive (Access Code: sdH4) |
Extract the dnbc4tools package to your preferred directory (example uses /opt/software):
# Navigate to target directory
cd /opt/software
# Extract the package
tar -xzvf dnbc4tools3.0beta.tar.gz
After extraction, you should see the following directory structure:
| Component | Description |
|---|---|
| `dnbc4tools3.0beta/dnbc4tools` | Main executable |
| `dnbc4tools3.0beta/external` | External dependencies |
| `dnbc4tools3.0beta/lib` | Library files |
| `dnbc4tools3.0beta/misc` | Miscellaneous files |
| `dnbc4tools3.0beta/sourceC4.bash` | Environment configuration script |
Confirm that the installation was successful by running these commands:
# Navigate to installation directory
cd /opt/software/dnbc4tools3.0beta
# 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 beta! Here's what you can do next: