Skip to content

Commit

Permalink
fixing a silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jan 13, 2025
1 parent 705b5e0 commit 094b42e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected Object doWork() {
arguments.add("--output=" + CopyNumberArgumentValidationUtils.getCanonicalPath(outputTarGz));

return executor.executeScript(
new Resource(PERMUTECT_PREPREOCESS_DATASET_SCRIPT, GermlineCNVCaller.class),
new Resource(PERMUTECT_PREPREOCESS_DATASET_SCRIPT, PermutectPreprocessDataset.class),
null,
arguments);
}
Expand Down

0 comments on commit 094b42e

Please sign in to comment.