Skip to Content
Python APICLI Reference

Command Line Interface

Chr3D provides a comprehensive command-line interface for all pipelines.

chr3d [COMMAND] [OPTIONS]

Commands Overview

CommandDescription
chr3d bulk-hicBulk Hi-C pipeline (single sample)
chr3d sn-hicSingle-nucleus Hi-C pipeline (multiple cells)
chr3d chia-petChIA-PET pipeline (linker filter → map → peaks → loops)
chr3d hichipHiChIP pipeline (align → dedup → MboI purify → background)
chr3d digestGenerate restriction fragment BED from genome FASTA

Global Options

These options are available for all commands:

OptionDescription
-v, --verboseEnable DEBUG-level logging
--log-file FILEWrite log to FILE in addition to stdout
-h, --helpShow help message and exit

Environment Variables

VariableDescription
CHR3D_THREADSDefault thread count (overridden by --threads)
CHR3D_TMPDIRTemporary directory for intermediate files
Last updated on