Skip to content

Commit

Permalink
review comments - add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Aug 12, 2024
1 parent 5a91653 commit dd14384
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class VariantStatsReader implements ItemStreamReader<VariantDocument> {
private int chunkSize;
private String studyId;

// Store the map of files to number of sample from the file_2_0 collection
private static Map<String, Integer> filesIdNumberOfSamplesMap = new HashMap<>();

public VariantStatsReader(DatabaseParameters databaseParameters, MongoTemplate mongoTemplate, String studyId, int chunkSize) {
Expand Down

0 comments on commit dd14384

Please sign in to comment.