Skip to content

Commit

Permalink
ALS-6330: Remove redundant directory update
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Jun 26, 2024
1 parent 6af0dcb commit e7e39de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public GenomicProcessorNodeImpl(String genomicDataDirectory) {
throw new RuntimeException(e);
}
});
this.variantMetadataIndex.updateStorageDirectory(genomicDataDirectoryFile);
} else {
throw new IllegalArgumentException("Not a valid genomicDataDirectory: " + this.genomicDataDirectory);
}
Expand Down

0 comments on commit e7e39de

Please sign in to comment.