Skip to content

Commit a9b9d5d

Browse files
Fixed bioformats2raw version across environments (#149)
* Update nextflow.config * Update Dockerfile * Update build-docker-imgs.sh * Update main.nf * Update multimodal.nf * Update conf.py * Update visium.rst * Update xenium.rst * Update installation.rst
1 parent 12c189a commit a9b9d5d

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

envs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.10
2-
ARG BIOFORMATS2RAW="0.4.0"
2+
ARG BIOFORMATS2RAW="0.7.0"
33

44
COPY ./requirements.txt /requirements.txt
55
RUN apt-get update && \
@@ -15,4 +15,4 @@ RUN apt-get update && \
1515
RUN pip install --upgrade pip setuptools distlib --no-cache-dir && \
1616
pip install --no-cache-dir -r /requirements.txt
1717

18-
ENTRYPOINT []
18+
ENTRYPOINT []

envs/build-docker-imgs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
VERSION=0.5.2
2+
VERSION=0.5.3
33

44
#
55
# Build local docker images

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import groovy.json.*
55
nextflow.enable.dsl=2
66

77
verbose_log = true
8-
version = "0.5.2"
8+
version = "0.5.3"
99

1010
//////////////////////////////////////////////////////
1111

@@ -480,4 +480,4 @@ workflow Output_to_spatialdata {
480480
data_for_sd
481481
)
482482

483-
}
483+
}

multimodal.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ params.outdir = ""
1111
params.copy_raw = true
1212
params.description = ""
1313

14-
version="0.5.2"
14+
version="0.5.3"
1515
verbose_log=true
1616
outdir_with_version = "${params.outdir.replaceFirst(/\/*$/, "")}\/${version}"
1717

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ profiles {
1313
docker {
1414
docker.enabled = true
1515
process {
16-
container = 'haniffalab/webatlas-pipeline:0.5.2'
16+
container = 'haniffalab/webatlas-pipeline:0.5.3'
1717
withLabel: build_config {
1818
container = 'haniffalab/webatlas-pipeline-build-config:0.5.2'
1919
}
@@ -31,4 +31,4 @@ profiles {
3131
}
3232
}
3333

34-
}
34+
}

sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Haniffa Lab"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.5.2"
26+
release = "0.5.3"
2727

2828
# -- General configuration ---------------------------------------------------
2929

sphinx/examples/visium.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ verify the expected directories are created.
150150
.. code-block:: shell
151151
:caption: Input
152152
153-
ls -l output/CytAssist_FFPE_Human_Breast_Cancer/0.5.2
153+
ls -l output/CytAssist_FFPE_Human_Breast_Cancer/0.5.3
154154
155155
.. code-block:: shell
156156
:caption: Output
@@ -174,7 +174,7 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
174174
.. code-block:: shell
175175
:caption: Input
176176
177-
npx http-server output/CytAssist_FFPE_Human_Breast_Cancer/0.5.2 --port 3000 --cors
177+
npx http-server output/CytAssist_FFPE_Human_Breast_Cancer/0.5.3 --port 3000 --cors
178178
179179
.. code-block:: shell
180180
:caption: Output
@@ -204,4 +204,4 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
204204
205205
Start your web browser and open:
206206
207-
https://webatlas.cog.sanger.ac.uk/latest/index.html?theme=dark&config=http://127.0.0.1:3000/visium-breast-cancer-config.json
207+
https://webatlas.cog.sanger.ac.uk/latest/index.html?theme=dark&config=http://127.0.0.1:3000/visium-breast-cancer-config.json

sphinx/examples/xenium.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ verify the expected directories are created.
141141
.. code-block:: shell
142142
:caption: Input
143143
144-
ls -l output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.5.2
144+
ls -l output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.5.3
145145
146146
.. code-block:: shell
147147
:caption: Output
@@ -164,7 +164,7 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
164164
.. code-block:: shell
165165
:caption: Input
166166
167-
npx http-server output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.5.2 --port 3000 --cors
167+
npx http-server output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.5.3 --port 3000 --cors
168168
169169
.. code-block:: shell
170170
:caption: Output
@@ -194,4 +194,4 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
194194

195195
Start your web browser and open:
196196

197-
https://webatlas.cog.sanger.ac.uk/latest/index.html?theme=dark&config=http://127.0.0.1:3000/xenium-breast-cancer-config.json
197+
https://webatlas.cog.sanger.ac.uk/latest/index.html?theme=dark&config=http://127.0.0.1:3000/xenium-breast-cancer-config.json

sphinx/installation.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ Using `wget`
1717
.. code-block:: shell
1818
:caption: Input
1919
20-
wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.2.tar.gz
20+
wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.3.tar.gz
2121
2222
.. code-block:: shell
2323
:caption: Expected Output
2424
2525
Resolving github.com (github.com)... 140.82.121.3
2626
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
2727
HTTP request sent, awaiting response... 302 Found
28-
Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.2 [following]
29-
--2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.2
28+
Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.3 [following]
29+
--2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.3
3030
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
3131
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
3232
HTTP request sent, awaiting response... 200 OK
3333
Length: unspecified [application/x-gzip]
34-
Saving to: ‘v0.5.2.tar.gz’
34+
Saving to: ‘v0.5.3.tar.gz’
3535
36-
v0.5.2.tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
36+
v0.5.3.tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
3737
38-
2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.5.2.tar.gz’ saved [2835534]
38+
2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.5.3.tar.gz’ saved [2835534]
3939
4040
4141
Using `curl`
@@ -44,7 +44,7 @@ Using `curl`
4444
.. code-block:: shell
4545
:caption: Input
4646
47-
curl -L -o v0.5.2.tar.gz https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.2.tar.gz
47+
curl -L -o v0.5.3.tar.gz https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.3.tar.gz
4848
4949
.. code-block:: shell
5050
:caption: Expected Output
@@ -60,18 +60,18 @@ Extract the WebAtlas compressed tag and change directory into the new repo.
6060
.. code-block:: shell
6161
:caption: Input
6262
63-
tar -xzvf ./v0.5.2.tar.gz
64-
cd webatlas-pipeline-0.5.2
63+
tar -xzvf ./v0.5.3.tar.gz
64+
cd webatlas-pipeline-0.5.3
6565
6666
.. code-block:: shell
6767
:caption: Expected Output
6868
69-
webatlas-pipeline-0.5.2/
70-
webatlas-pipeline-0.5.2/.github/
69+
webatlas-pipeline-0.5.3/
70+
webatlas-pipeline-0.5.3/.github/
7171
...
7272
...
73-
webatlas-pipeline-0.5.2/tests/input/simple_config.json
74-
webatlas-pipeline-0.5.2/tests/test_class.py
73+
webatlas-pipeline-0.5.3/tests/input/simple_config.json
74+
webatlas-pipeline-0.5.3/tests/test_class.py
7575
7676
.. _environment:
7777

0 commit comments

Comments
 (0)