Daniel W. D.
Daniel W. D.
Indeed! Sorry about that. Closing.
Hi, thanks for the swift response. The multisample VCF, `ALL.chr1.phase3_shapeit2_mvncall_integrated_v5b.20130502.genotypes.vcf.gz`, was taken from [1000Genomes](https://hgdownload.cse.ucsc.edu/gbdb/hg19/1000Genomes/phase3). Then split with [vcf-split](https://github.com/auerlab/vcf-split), and subsequently block compressed (bgzip) and indexed (tabix), before being ingested into...
Thanks for the suggestion, but it does appear that the GLUT error mentioned in the doc is just the beginning of a longer chain of issues. Removing `:nodgui` from `:depends-on`...
> Hi, thanks for this! > > It looks like we should not include nodgui, to ease installation for many people, right? I am not really in any position to...
@themarcelor Any chance of sharing some specific errors you are encountering?
Glad you got it sorted. The error message was indeed a bit cryptic, sorry I couldn't be of any asssistance.
Would be good to add steps/instruction on how to do it that way in the doc, indeed!
Thanks for the swift response. I tried cloning the latest nodgui and use that to no avail. I have the header file `turbojpeg.h`, but because of homebrew include dir location,...
Hmmm, seems it is working now: `export CPATH=/opt/homebrew/include` Seems to pick up `turbojpeg.h`.