Skip to content
Snippets Groups Projects

Misc stuff extended changes

Merged Jan Kožusznik requested to merge miscStuffExtended-changes into miscStuffExtended
All threads resolved!
7 files
+ 94
45
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -87,8 +87,7 @@ public class BenchmarkJobManager implements Closeable {
public BenchmarkJob(Job job) {
this.job = job;
snakemakeOutputHelper = new SnakemakeOutputHelper(job,
new LinkedList<Task>(), new LinkedList<BenchmarkError>());
snakemakeOutputHelper = new SnakemakeOutputHelper(job);
}
public synchronized void startJob(Progress progress) throws IOException {
Loading