Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ah_var_store : Add sample file argument to cohort extract #7117

Merged
merged 5 commits into from
Mar 8, 2021

Conversation

ericsong
Copy link

@ericsong ericsong commented Mar 2, 2021

No description provided.

@ericsong ericsong changed the base branch from master to ah_var_store March 2, 2021 16:53
Copy link
Contributor

@ahaessly ahaessly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -21,12 +21,15 @@
private Map<String, Long> sampleNameMap;

public SampleList(String sampleTableName, File sampleFile, boolean printDebugInformation) {
sampleIdMap = new HashMap<>();
sampleNameMap = new HashMap<>();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could also initialize these maps where they are declared above.

@ericsong ericsong merged commit 76da027 into ah_var_store Mar 8, 2021
@ericsong ericsong deleted the songe/add-sample-file-cohort-extract branch March 8, 2021 20:26
kcibul pushed a commit that referenced this pull request Mar 9, 2021
* add sample-file arg to ExtractCohort

* initialize map/list in both cases

* remove old WIP code

* ws fix

* initialize maps with declarations
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* add sample-file arg to ExtractCohort

* initialize map/list in both cases

* remove old WIP code

* ws fix

* initialize maps with declarations
mmorgantaylor pushed a commit that referenced this pull request Apr 6, 2021
* add sample-file arg to ExtractCohort

* initialize map/list in both cases

* remove old WIP code

* ws fix

* initialize maps with declarations
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants