Skip to content

ViriatoII/Hi-C-scaffolding-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi-C-scaffolding-pipelines

I'm sharing my automation of the Juicer/3D_DNA and SALSA Hi-C scaffolding pipelines.

Juicer

Juicer maps HiC reads to an input assembly. Use:

run_juicer.sh < input_assembly.fasta > < project name >

You need to edit the following variables with your own directory of installed juicer and 3D-DNA:

JUICERDIR="/../scaffolding/juicer/00_juicer"
VIZ_DIR="/../scaffolding/juicer/01_3D-DNA/visualize/visualizations"

You also need to create a folder called fastq in 00_juicer with the soft links of HiC_R1.fastq and HiC_R2.fastq.

3D-DNA

You can scaffold the resulting Juicer project with 3D-DNA. Use:

run_3d-dna.sh < project name >

About

I'm sharing my automation of the 3D_DNA and SALSA Hi-C scaffolding pipelines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published