Single cell indexed DLO Hi-C analysis pipeline.
- Install DLO-HiC-Tools.
- Install Nextflow(version >= 20.07.1.5412)
- Clone this repo, and compile the
extpettool.
# Install Rust
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ export PATH=$PATH:~/.cargo/bin # add cargo path to the PATH env variable
# Compile
$ cd scTools; cargo build --release- Add
export PATH=<path_the_repo>/scripts:$PATHto the end of your.bashrc.
- Copy
main.nfandnextflow.configto your working path. - Modify
nextflow.config. - Run
nextflow run main.nf.
Result file of each steps will stored in the result folder in the working path.
| sub folder | description |
|---|---|
| pairs_cell | pairs of each cell |
| pairs_lib | pairs of each library |
| pairs_all | merged pairs |
| dot_hic_cell | .hic file of each cell |
| dot_hic_lib | .hic file of each library |
| dot_hic_all | .hic file of all merged reads |
| tmp | intermediate files of each steps |