Skip to content

Commit

Permalink
Pass minCellCount to CohortGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 4, 2024
1 parent 53c83d1 commit 0b0178a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ URL: https://ohdsi.github.io/Strategus, https://github.com/OHDSI/Strategus
BugReports: https://github.com/OHDSI/Strategus/issues
Depends:
R (>= 4.2.0),
CohortGenerator (>= 0.8.0),
CohortGenerator (>= 0.11.0),
DatabaseConnector (>= 6.2.3),
R6
Imports:
Expand Down
1 change: 1 addition & 0 deletions R/Module-CohortGenerator.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CohortGeneratorModule <- R6::R6Class(
detectOnDescendants = negativeControlOutcomeSettings$detectOnDescendants,
outputFolder = resultsFolder,
databaseId = jobContext$moduleExecutionSettings$cdmDatabaseMetaData$databaseId,
minCellCount = jobContext$moduleExecutionSettings$minCellCount,
incremental = jobContext$moduleExecutionSettings$incremental,
incrementalFolder = jobContext$moduleExecutionSettings$workSubFolder
)
Expand Down

0 comments on commit 0b0178a

Please sign in to comment.