Christian Fischer

Results 10 comments of Christian Fischer

I think that looks fine, but I agree that it'd better to keep saves and restores matched in methods. It'd be nice if there was a single point where the...

gfaestus' current graphics implementation isn't exactly doing everything correctly, so it has trouble running on less common hardware/more exotic Vulkan implementations. A switch to a new engine with much better...

Try forcing the use of other graphics by running gfaestus with the `--force-graphics-device "DEVICENAME"` option, where `DEVICENAME` is "Quadro RTX 4000", and then try with "Intel(R) UHD Graphics (CML GT2)"....

Actually, it looks like gfaestus doesn't even know about the vulkan drivers, despite vulkaninfo working... This is the best I can find: https://askubuntu.com/questions/774131/installing-nvidia-vulkan-drivers-for-16-04/803110#803110

Yes, according to `vulkaninfo` both the Nvidia and Intel chips should be compatible with gfaestus, so I think the problem is that the Vulkan loader can't find the drivers, which...

Are you on the latest version of Rust? https://github.com/emilk/egui/issues/297

You need to have odgi output the layout file in TSV format (I think it's the -T command line flag) // Christian -------- Original Message -------- On Mar 11, 2021,...

If you're on Mac, you need to have MoltenVK installed https://github.com/KhronosGroup/MoltenVK // Christian -------- Original Message -------- On Mar 15, 2021, 3:00 AM, Brett Chapman wrote: > Thanks. I managed...

> I realised I hadn't installed dependencies. So I tried this: > > ``` > ./fetchDependencies --macos > sudo make macos > sudo make install > ``` > > I...

> I have a similar problem with today's master, rust 1.51.0 and Archlinux: > > ``` > gfaestus cerevisiae.pan.fa.aed9ce4.34ee7b1.891e76b.smooth.gfa cerevisiae.pan.fa.aed9ce4.34ee7b1.891e76b.smooth.og.lay.tsv > loading GFA > loading GFA with 636434 nodes, 878055...