Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Nov 20, 2023
1 parent d4b5e5c commit 7103376
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Analytic software to perform large-scale distributed analysis of patients with A

# Requirements

A database in Common Data Model version 5 in one of these platforms: SQL Server, Oracle, PostgreSQL, IBM Netezza, Apache Impala, Amazon RedShift, Google BigQuery, or Microsoft APS.
A database mapped to the OMOP Common Data Model version 5 in one of these platforms: SQL Server, Oracle, PostgreSQL, IBM Netezza, Apache Impala, Amazon RedShift, Google BigQuery, or Microsoft APS.
R version 4.0.5
On Windows: RTools
Java
Expand Down Expand Up @@ -134,9 +134,9 @@ outputFolder <- here::here("results")


#choose analysis to run
instantiateCohorts <- TRUE
runDiagnostics <- TRUE
runPatternAnalysis <- TRUE
instantiateCohorts <- FALSE
runDiagnostics <- FALSE
runPatternAnalysis <- FALSE

### Do not edit below here
EhdenAlopecia::runStudy(
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ patients with Alopecia as part of the EHDEN study-athon.

# Requirements

A database mapped to the OMOP Common Data Model version 5 in one of these platforms: SQL
Server, Oracle, PostgreSQL, IBM Netezza, Apache Impala, Amazon RedShift,
Google BigQuery, or Microsoft APS. R version 4.0.5 On Windows: RTools
Java 100 GB of free disk space
A database mapped to the OMOP Common Data Model version 5 in one of
these platforms: SQL Server, Oracle, PostgreSQL, IBM Netezza, Apache
Impala, Amazon RedShift, Google BigQuery, or Microsoft APS. R version
4.0.5 On Windows: RTools Java 100 GB of free disk space

# How to run

Expand Down Expand Up @@ -127,9 +127,9 @@ outputFolder <- here::here("results")


#choose analysis to run
instantiateCohorts <- TRUE
runDiagnostics <- TRUE
runPatternAnalysis <- TRUE
instantiateCohorts <- FALSE
runDiagnostics <- FALSE
runPatternAnalysis <- FALSE

### Do not edit below here
EhdenAlopecia::runStudy(
Expand Down

0 comments on commit 7103376

Please sign in to comment.