a-ludi / djunctor

Close assembly gaps using long-reads with focus on correctness.
MIT License
0 stars 0 forks source link

Fix handling of workdir in `dazzler.d` #10

Closed a-ludi closed 6 years ago

a-ludi commented 6 years ago

Until now the workdir needs to be set in module scope in order for the module to function. This places limitations when it comes to switching workdir.

Goal

Pass workdir explicitly for every function call. Thus, it will be easy to use a different workdir for each function call – if desired.