Closed mahesh-panchal closed 2 months ago
Also the file does exist at that location:
less ../../data/outputs/workflow-development/01_read_inspection/genescopefk/Ancistrocerus_nigricornis_summary.txt
GenomeScope version 2.0
input file = Ancistrocerus_nigricornis_histex.hist
output directory = .
p = 2
k = 31
name prefix = Ancistrocerus_nigricornis
property min max
Homozygous (aa) 99.6338% 99.6487%
Heterozygous (ab) 0.351313% 0.366188%
Genome Haploid Length NA bp 232,510,441 bp
Genome Repeat Length 59,822,445 bp 59,893,829 bp
Genome Unique Length 172,549,437 bp 172,755,335 bp
Model Fit 85.9618% 96.9602%
Read Error Rate 0.181077% 0.181077%
Mmm I think the NA may be messing the things, let me try to replicate the issue
Yep, that's it. We are using the min Genome Haploid Length, so having NA value there will throw that error. I can improve the code to use the max if the min is NA. But I never encountered this case with NA in the min. Is this ok? Have you seen this @tbrown91?
I should add this is from GeneScopeFK and not GenomeScope2 despite what the summary says. I thought the outputs were identical, but perhaps not.
Yes, I could get that from the folder name. Maybe this is a novelty of the FK-fork. Ok, I will make the update in the code.
This should be fixed now. Reopen if not
Thanks. That looked like it worked.
Hi, I'm trying to get something up to make EARs and I'm having trouble testing the script.
So far the (test) input has:
i.e. so it's not filled in fully, but I was hoping to see where I could get.
I'm running in the environment supplied using my own script.
with v24.08.26 of the python script.
The error I'm getting in the
EAR.log
is:and I have no idea what that means. Can I get some guidance on this please?