Skip to content
Ryan Wick edited this page Nov 26, 2017 · 3 revisions

Why does Unicycler take so long to finish?

Unicycler has never been especially fast, but there are a couple reasons it might be extra slow: too few threads or too many reads. See this issue thread for some tips on improving run times.

How can I compile Racon on a Mac?

I had issues with using Clang (the compiler that comes with Xcode) and instead had to use GCC. See this issue thread for how I got around the problem.