Closed andyjslee closed 9 months ago
I'm getting this error with bed files and VCF files.
+1 on this being an odd issue
I've gotten this bigbed issue on every instance of using the --genome hg38. I think there may have been a push somewhere else that relies on this hg38 and that is what is creating havoc. If you try changing to --fasta then the issues go away!!!!
@phillip-richmond-umoja thank you!
I found out that the bigbed
error occurs when parsing the genome from https://igv.org/genomes/genomes.json
in genome.py. It seems that new parameters got added to the JSON. So I just commented out lines 61 to 67 in report.py. This is a temporary workaround, though.
Thanks @andyjslee and @phillip-richmond-umoja , the problem was indeed the introduction of a "bigbed" file to the hg38.json. I have fixed this by adding a check and skipping tracks with unsupported formats. This is released as version 1.12.0.
@jrobinso thank you!
Look forward to seeing it on conda! Thanks @jrobinso for the quick fix!
@phillip-richmond-umoja Its on pypi, I'm not sure how it gets on conda. Python's not really my speciality.
It was pushed to conda 5 minutes ago.
Running the following example produces an error:
run_examples.sh
(lines 33-39)Error: