I'm attempting to run juicer+3ddna on an arabidopsis dataset to get a sense of the workflow and become familiar with the tool. I'm getting rather strange output though. I've attached a snip of my 3ddna output hic+assembly file in juicebox. While there are some errors, lets ignore them for now. There are some pretty clear chromosomes and the superscaffolds that are identified by 3ddna seem mostly reasonable. The problem comes when I attempt to output the finalized scaffolded assembly using the "run-asm-pipeline-post-review.sh" script. The assembly I get out of this doesn't match up with the juicebox visualization at all. I'm expecting roughly a 8 main scaffolds each roughly 15 mega bases in size. In stead I get a FINAL fasta file that looks as follows....
...I'm 100% certain that my "run-asm-pipeline-post-review.sh" is generating this assembly. I've no idea what is going wrong here. I've pasted the stdout for the command below....
/local/ifs3_scratch/CORE/nhartwic/3d-dna/run-asm-pipeline-post-review.sh -r /home/nhartwic/scratch/core/arabidopsis/hic/3ddna_wkdir/Sail232.V333.pass.miniasm.rawchrom.assembly /h
-r|--review flag was triggered, treating file /home/nhartwic/scratch/core/arabidopsis/hic/3ddna_wkdir/Sail232.V333.pass.miniasm.rawchrom.assembly as a JB4A review file for draft
:) -p flag was triggered. Running with GNU Parallel support parameter set to true.
:) -q flag was triggered, starting calculations for 1 threshold mapping quality
:) -i flag was triggered, building mapq without
:) -c flag was triggered, will remove temporary files after completion
...Remapping contact data from the original contig set to assembly
Not including fragment map
Calculating norms for zoom BP_2500000
Calculating norms for zoom BP_1000000
Calculating norms for zoom BP_500000
Calculating norms for zoom BP_250000
Calculating norms for zoom BP_100000
Calculating norms for zoom BP_50000
Calculating norms for zoom BP_25000
Calculating norms for zoom BP_10000
Calculating norms for zoom BP_5000
Calculating norms for zoom BP_1000
... -s flag was triggered, treating all contigs/scaffolds shorter than 15000 as unattempted.
... -l flag was triggered. Output will appear with headers of the form Sail232.V333.pass.miniasm_hic_scaffold_#.
... -g flag was triggered, making gap size between scaffolded draft sequences to be equal to 500.
Analyzing the merged assembly
...Any assistance here is appreciated.