Skip to content

Commit

Permalink
Bug fix; using --outdir and --no-show works in multi-threaded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Feb 15, 2023
1 parent 170ed89 commit fdae907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ int main(int argc, char *argv[]) {
for (int i = 0; i < iopts.threads; ++i) {
Manager::GwPlot *m = new Manager::GwPlot(genome, bam_paths, iopts, regions, tracks);
m->setRasterSize(iopts.dimensions.x, iopts.dimensions.y);
m->opts.threads = 1;
managers.push_back(m);
}

Expand Down

0 comments on commit fdae907

Please sign in to comment.