Skip to content

Commit ff1f323

Browse files
authored
Merge pull request #87 from qbicsoftware/release/1.9.0
Release 1.9.0 sync
2 parents 6dbfc0c + 1f6b8b3 commit ff1f323

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Changelog
22

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

5-
* 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)
6-
* 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-
10-
* Provides metadata validation for imaging data (OMERO etl). [PR](https://github.com/qbicsoftware/etl-scripts/pull/83)
5+
* Provides new ETL routine written in Java, that will replace all Jython scripts at some point [(#85)](https://github.com/qbicsoftware/etl-scripts/pull/85)
6+
* Support for nf-core pipeline result registration [(#85)](https://github.com/qbicsoftware/etl-scripts/pull/85)
7+
* Provides metadata validation for imaging data (OMERO etl). [(#85)](https://github.com/qbicsoftware/etl-scripts/pull/83)
118

129
## 1.8.0 2021-05-11
1310

drop-boxes/register-all-dropbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Please find the source code of the ETL routine that this article is referring to
55

66
## Installation
77

8-
Please provide the Java binaries as JAR from the [Java openBIS dropbox](https://github.com/qbicsoftware/java-openbis-dropboxes) in this directories
8+
Please provide the Java binaries as JAR from the [Java openBIS dropbox](https://github.com/qbicsoftware/java-openbis-dropboxes) in this repositories
99
folder `./lib`.
1010

1111
The DSS needs to be restarted in order to activate this dropbox.
1212

1313
## ETL routine
1414

1515
This dropbox expects a folder containing data and creates new openBIS dataset from it. For more information
16-
please visit [Java openBIS dropbox](https://github.com/qbicsoftware/java-openbis-dropboxes).
16+
please visit [Java openBIS dropbox](https://github.com/qbicsoftware/java-openbis-dropboxes).
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#
22
# Drop box for registering a fastq file as a data set
33
#
4-
# Variables:
5-
# incoming-root-dir
6-
# Path to the directory which contains incoming directories for drop boxes.
7-
incoming-dir = ${incoming-root-dir}/QBiC-register-all-data
4+
85
incoming-data-completeness-condition = marker-file
96
top-level-data-set-handler = ch.systemsx.cisd.etlserver.registrator.api.v2.JavaTopLevelDataSetHandlerV2
107
program-class = life.qbic.registration.MainETL
118
storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
9+
# Variables:
10+
# incoming-root-dir
11+
# Path to the directory which contains incoming directories for drop boxes.
12+
incoming-dir = ${incoming-root-dir}/QBiC-register-all-data

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,3 @@ def process(transaction):
379379

380380
# 7. Last but not least we create the open science file format for images which is
381381
# OMERO-Tiff and store it in OMERO next to the proprierary vendor format.
382-

0 commit comments

Comments
 (0)