Skip to content

A benchmarking study exploring the accuracy of popular Hi-C scaffolders.

License

Notifications You must be signed in to change notification settings

Noble-Lab/hic_scaffolder_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking Hi-C Scaffolders

This repository contains all the scripts used to benchmark popular Hi-C scaffolders. As part of the study, we created docker containers of Lachesis, HiRise, 3d-dna, and Salsa.

Align

python main/submit.py \
    --assembly assembly.fasta \
    --read-1 R1.fastq.gz \
    --read-2 R2.fastq.gz

Downsample

python main/submit.py \
    --assembly assembly.fasta \
    --coverage 100

Scaffold

python ~/scripts/main/submit.py \
    --assembly assembly.fasta \
    --reference reference.fasta \
    --coverage 100 \
    --method 3d-dna

About

A benchmarking study exploring the accuracy of popular Hi-C scaffolders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published