Skip to content

No improvement while scaffolding using onehic.py #60

Description

@alex-merge

Hi,
I’m currently benchmarking Hi-C scaffolders and running into issues with AutoHic.
I used Juicer and 3D-DNA (v180922) to generate the merged_dedup.txt and assembly files, respectively. When running AutoHic using the onehic.py script with your Singularity image, I’m getting either smaller-than-expected FASTA files or, when comparing to the reference with QUAST, no improvement compared to the 3D-DNA output.
Could you help me troubleshoot this?

Here are the commands that I used in my scripts:
3D-DNA (v180922)

run-asm-pipeline.sh \
	-m haploid \
	../references/AG.DToL.fa \
	../aligned/merged_nodups.txt

AutoHic

apptainer exec AutoHic.sif /home/autohic/miniconda3/bin/conda run -n autohic \
	python3.9 ${Autohic_dir}/onehic.py \
	-hic "3DDNA/${ID}.final.hic" \
	-asy "3DDNA/${ID}.FINAL.assembly" \
	-autohic ${Autohic_dir} \
	-p "${Autohic_dir}/error_model.pth" \
	-out AutoHic

Here are the logs :
AG.DToL.3DDNA.log
AG.DToL.AutoHiC.log

Let me know if you need more details!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions