Skip to content

Commit

Permalink
Fix regression setting data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Dec 15, 2023
1 parent 991b961 commit 36024df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public GenomicProcessorNodeImpl(String genomicDataDirectory) {
){
log.info("loading " + filename);
FileBackedByteIndexedInfoStore infoStore = (FileBackedByteIndexedInfoStore) ois.readObject();
infoStore.updateStorageDirectory(genomicDataDirectoryFile);
infoStores.put(filename.replace("_infoStore.javabin", ""), infoStore);
ois.close();
} catch (IOException e) {
Expand Down

0 comments on commit 36024df

Please sign in to comment.