Skip to content

Commit f69e178

Browse files
authored
Merge branch 'master' into release/1.9.0
2 parents 6dbfc0c + b86b358 commit f69e178

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Changelog
22

3-
# 1.10.0 2021-06-25
3+
# 1.9.0 2021-06-28
44

55
* Provides new ETL routine written in Java, that will replace all Jython scripts at some point [PR](https://github.com/qbicsoftware/etl-scripts/pull/85)
66
* Support for nf-core pipeline result registration [PR](https://github.com/qbicsoftware/etl-scripts/pull/85)
7-
8-
## 1.9.0 2021-05-18
9-
107
* Provides metadata validation for imaging data (OMERO etl). [PR](https://github.com/qbicsoftware/etl-scripts/pull/83)
118

129
## 1.8.0 2021-05-11

drop-boxes/register-omero-metadata/register-omero.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

6262
PROPPERTY_FILTER_LIST = ["IMAGE_FILENAME", "INSTRUMENT_USER", "IMAGING_DATE"]
6363

64+
6465
def mapDateString(date_string):
6566
return datetime.datetime.strptime(date_string, INCOMING_DATE_FORMAT).strftime(OPENBIS_DATE_FORMAT)
6667

0 commit comments

Comments
 (0)