You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I look in haplodup_ver_939.HaploDup_dir/Hap1_vs_Hap2/ there is a pdf version of the report for alignments of all 19 chromosomes, but there is only an html version of the report for chromosomes 14-19. I would rather have the html version so that I can zoom in on regions of interest.
To troubleshoot, I've tried running an individual rmarkdown::render() command for just one of the html reports that is missing like this:
Quitting from lines 288-328 (ChrBoard.html.nostructure.nolegacy.nomarkers.Rmd)
Error in seq.default(min(diploid_trace11$count), max(diploid_trace11$count), :
'from' must be a finite number
Calls: <Anonymous> ... continuous_scale -> check_breaks_labels -> seq -> seq.default
If you have any idea what could be causing this, I'd appreciate it. Thanks!!
The text was updated successfully, but these errors were encountered:
I've been trying to get to the bottom of this over the past few months, but I keep having the same issue described above. It looks like ChrBoard.html.nostructure.nolegacy.nomarkers.Rmd is failing at line 288 because my counts_hap1_file (diploid_gene_count_trace.hap1.txt) doesn't contain counts for all of the chromosomes, so everything is filtered out in line 145. The Rmd does knit for the chromosomes that are represented in diploid_gene_count_trace.hap1.txt, so I think this must be the heart of the issue.
I'm not sure why diploid_gene_count_trace.hap1.txt is missing chomosomes. I assume this happens because either do_count_hits_Hap() or print_hit_counts() is failing in some way during HaploDup. I say this because gmap seems to run correctly and gmap_hits_hap1.txt has all chromosomes represented. If you have any thoughts or advice about this I would really appreciate it. I can provide more detail or share the input files if need be. Thanks!
@andreaminio is there a dataset I could use to test HaploDup to see if my data is the issue? I was thinking of using one of the assemblies from the HaploSync paper, but I can't find all the files I would need to run HaploDup when looking here. Is there somewhere else I should look?
I'm running haploDup on a diploid assembly for an organism with 19 chromosomes. My command line looks like:
but when I look in
haplodup_ver_939.HaploDup_dir/Hap1_vs_Hap2/
there is a pdf version of the report for alignments of all 19 chromosomes, but there is only an html version of the report for chromosomes 14-19. I would rather have the html version so that I can zoom in on regions of interest.To troubleshoot, I've tried running an individual rmarkdown::render() command for just one of the html reports that is missing like this:
but I get this error:
If you have any idea what could be causing this, I'd appreciate it. Thanks!!
The text was updated successfully, but these errors were encountered: