Skip to content

Commit

Permalink
21.06.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Jun 27, 2021
1 parent 171d02c commit c12bed8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,36 @@ common {
"interactions"
]
output-format = "parquet"
output = "gs://open-targets-pre-data-releases/21.06.4/output/etl/parquet"
output = "gs://open-targets-pre-data-releases/21.06.5/output/etl/parquet"
output = ${?OT_ETL_OUTPUT}

metadata {
format = "json"
path = ${common.output}"/metadata/"
}

input = "gs://open-targets-pre-data-releases/21.06.4/input"
input = "gs://open-targets-pre-data-releases/21.06.5/input"

inputs {
eco {
format = "json"
path = "gs://open-targets-pre-data-releases/21.06.4/input/datapipeline-dump/21.06_eco-data.json"
path = "gs://open-targets-pre-data-releases/21.06.5/input/datapipeline-dump/21.06_eco-data.json"
}
expression {
format = "json"
path = "gs://open-targets-pre-data-releases/21.06.4/input/datapipeline-dump/21.06_expression-data.json"
path = "gs://open-targets-pre-data-releases/21.06.5/input/datapipeline-dump/21.06_expression-data.json"
}
mousephenotypes {
format = "json"
path = "gs://open-targets-pre-data-releases/21.06.4/input/datapipeline-dump/mousephenotype.json"
path = "gs://open-targets-pre-data-releases/21.06.5/input/datapipeline-dump/mousephenotype.json"
}
target {
format = "json"
path = "gs://open-targets-pre-data-releases/21.06.4/input/datapipeline-dump/21.06_gene-data.json"
path = "gs://open-targets-pre-data-releases/21.06.5/input/datapipeline-dump/21.06_gene-data.json"
}
tep {
format = "json"
path = "gs://open-targets-pre-data-releases/21.06.4/input/annotation-files/tep-2021-06-18.json"
path = "gs://open-targets-pre-data-releases/21.06.5/input/annotation-files/tep-2021-06-18.json"
}
}
}
Expand Down

0 comments on commit c12bed8

Please sign in to comment.