Skip to content
Snippets Groups Projects
Commit f8f497ef authored by Constantin Pape's avatar Constantin Pape
Browse files

Merge branch 'master' into update-morpho

parents cb2c76d6 af8255a7
Branches update-morpho
No related tags found
1 merge request!10Start updating morphology workflows
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</Timepoints> </Timepoints>
<ImageLoader format="bdv.n5.s3"> <ImageLoader format="bdv.n5.s3">
<Key>rawdata/prospr-6dpf-1-whole-AChE-MED.n5</Key> <Key>rawdata/prospr-6dpf-1-whole-AChE-MED.n5</Key>
<ServiceEndpoint>https://s3/embl.de</ServiceEndpoint> <ServiceEndpoint>https://s3.embl.de</ServiceEndpoint>
<BucketName>platybrowser</BucketName> <BucketName>platybrowser</BucketName>
<SigningRegion>us-west-2</SigningRegion> <SigningRegion>us-west-2</SigningRegion>
</ImageLoader> </ImageLoader>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</Timepoints> </Timepoints>
<ImageLoader format="bdv.n5.s3"> <ImageLoader format="bdv.n5.s3">
<Key>rawdata/sbem-6dpf-1-whole-raw.n5</Key> <Key>rawdata/sbem-6dpf-1-whole-raw.n5</Key>
<ServiceEndpoint>https://s3/embl.de</ServiceEndpoint> <ServiceEndpoint>https://s3.embl.de</ServiceEndpoint>
<BucketName>platybrowser</BucketName> <BucketName>platybrowser</BucketName>
<SigningRegion>us-west-2</SigningRegion> <SigningRegion>us-west-2</SigningRegion>
</ImageLoader> </ImageLoader>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</Timepoints> </Timepoints>
<ImageLoader format="bdv.n5.s3"> <ImageLoader format="bdv.n5.s3">
<Key>0.6.5/segmentations/s3-n5/sbem-6dpf-1-whole-segmented-cells-labels.n5</Key> <Key>0.6.5/segmentations/s3-n5/sbem-6dpf-1-whole-segmented-cells-labels.n5</Key>
<ServiceEndpoint>https://s3/embl.de</ServiceEndpoint> <ServiceEndpoint>https://s3.embl.de</ServiceEndpoint>
<BucketName>platybrowser</BucketName> <BucketName>platybrowser</BucketName>
<SigningRegion>us-west-2</SigningRegion> <SigningRegion>us-west-2</SigningRegion>
</ImageLoader> </ImageLoader>
......
...@@ -98,7 +98,7 @@ def make_xml_s3(in_file, out_file, path_in_bucket, ...@@ -98,7 +98,7 @@ def make_xml_s3(in_file, out_file, path_in_bucket,
# TODO read this from the s3 config instead # TODO read this from the s3 config instead
el = ET.SubElement(imgload, 'ServiceEndpoint') el = ET.SubElement(imgload, 'ServiceEndpoint')
el.text = 'https://s3/embl.de' el.text = 'https://s3.embl.de'
el = ET.SubElement(imgload, 'BucketName') el = ET.SubElement(imgload, 'BucketName')
el.text = 'platybrowser' el.text = 'platybrowser'
el = ET.SubElement(imgload, 'SigningRegion') el = ET.SubElement(imgload, 'SigningRegion')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment