Home

DNBelab C Series™ Software Installation

Complete installation guide for the DNBelab C Series™ HT Single-Cell Analysis Software package

◆ Requirements◆ Download◆ Installation◆ Verification


◆ System Requirements

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+)
💡 Compatible with higher software and hardware configurations.

◆ Software Download

dnbc4tools 3.0 (Released: Dec 18, 2025)

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"
Looking for older versions?
For previous version downloads and installation instructions, please visit the Previous Installation Guide.
---

◆ Installation Process

dnbc4tools is distributed as a self-contained tar.gz package that includes all precompiled dependencies. This allows it to run on most Linux environments without requiring additional setup.

Step 1: Extract the Package

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

Step 2: Verify Directory Structure

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

◆ Verification & Testing

Basic Functionality Test

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

◆ Next Steps

Congratulations! You've successfully installed dnbc4tools 3.0! Here's what you can do next: