Skip to content

Commit 6ba4a5c

Browse files
committed
Deploying to dev from @ 84a197e 🚀
1 parent 84a197e commit 6ba4a5c

20 files changed

+64
-64
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ebf22e7606a0334f8865defd258a74c5
3+
config: b0bb638516d5929555228a8219f6cc18
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/citing.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Citation
1111

1212
If you use this software in a scientific publication, please cite using the following Zenodo reference.
1313

14-
**Li, Tong, Horsfall, David, Basurto-Lozada, Daniela, Prete, Martin, Jessica, Cox, & Iolo, Squires. (2023). WebAtlas Pipeline (v0.3.2). Zenodo. https://doi.org/10.5281/zenodo.7863308**
14+
**Li, Tong, Horsfall, David, Basurto-Lozada, Daniela, Prete, Martin, Jessica, Cox, & Iolo, Squires. (2023). WebAtlas Pipeline (v0.4.0). Zenodo. https://doi.org/10.5281/zenodo.7863308**

docs/_sources/examples/visium.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ verify the expected directories are created.
9999
.. code-block:: shell
100100
:caption: Input
101101
102-
ls -l output/CytAssist_FFPE_Human_Breast_Cancer/0.3.2
102+
ls -l output/CytAssist_FFPE_Human_Breast_Cancer/0.4.0
103103
104104
.. code-block:: shell
105105
:caption: Output
@@ -121,7 +121,7 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
121121
.. code-block:: shell
122122
:caption: Input
123123
124-
npx http-server output/CytAssist_FFPE_Human_Breast_Cancer/0.3.2 --port 3000 --cors
124+
npx http-server output/CytAssist_FFPE_Human_Breast_Cancer/0.4.0 --port 3000 --cors
125125
126126
.. code-block:: shell
127127
:caption: Output

docs/_sources/examples/xenium.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ verify the expected directories are created.
102102
.. code-block:: shell
103103
:caption: Input
104104
105-
ls -l output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.3.2
105+
ls -l output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.4.0
106106
107107
.. code-block:: shell
108108
:caption: Output
@@ -123,7 +123,7 @@ at http://localhost:3000, and that CORS is enabled via the Access-Control-Allow-
123123
.. code-block:: shell
124124
:caption: Input
125125
126-
npx http-server output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.3.2 --port 3000 --cors
126+
npx http-server output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.4.0 --port 3000 --cors
127127
128128
.. code-block:: shell
129129
:caption: Output

docs/_sources/installation.rst.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,43 @@ Download the WebAtlas Pipeline release. You can look for previous `releases on G
1414
.. code-block:: shell
1515
:caption: Input
1616
17-
wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.3.2.tar.gz
17+
wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.4.0.tar.gz
1818
1919
.. code-block:: shell
2020
:caption: Expected Output
2121
2222
Resolving github.com (github.com)... 140.82.121.3
2323
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
2424
HTTP request sent, awaiting response... 302 Found
25-
Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.3.2 [following]
26-
--2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.3.2
25+
Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.4.0 [following]
26+
--2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.4.0
2727
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
2828
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
2929
HTTP request sent, awaiting response... 200 OK
3030
Length: unspecified [application/x-gzip]
31-
Saving to: ‘v0.3.2.tar.gz’
31+
Saving to: ‘v0.4.0.tar.gz’
3232
33-
v0.3.2.tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
33+
v0.4.0.tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
3434
35-
2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.3.2.tar.gz’ saved [2835534]
35+
2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.4.0.tar.gz’ saved [2835534]
3636
3737
Extract the WebAtlas compressed tag and change directory into the new repo.
3838

3939
.. code-block:: shell
4040
:caption: Input
4141
42-
tar -xzvf ./v0.3.2.tar.gz
43-
cd webatlas-pipeline-0.3.2
42+
tar -xzvf ./v0.4.0.tar.gz
43+
cd webatlas-pipeline-0.4.0
4444
4545
.. code-block:: shell
4646
:caption: Expected Output
4747
48-
webatlas-pipeline-0.3.2/
49-
webatlas-pipeline-0.3.2/.github/
48+
webatlas-pipeline-0.4.0/
49+
webatlas-pipeline-0.4.0/.github/
5050
...
5151
...
52-
webatlas-pipeline-0.3.2/tests/input/simple_config.json
53-
webatlas-pipeline-0.3.2/tests/test_class.py
52+
webatlas-pipeline-0.4.0/tests/input/simple_config.json
53+
webatlas-pipeline-0.4.0/tests/test_class.py
5454
5555
.. _environment:
5656

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.3.2',
2+
VERSION: '0.4.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/citing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Citation &mdash; WebAtlas 0.3.2 documentation</title>
7+
<title>Citation &mdash; WebAtlas 0.4.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=71d9d8e6"></script>
17+
<script src="_static/documentation_options.js?v=6c02275b"></script>
1818
<script src="_static/doctools.js?v=888ff710"></script>
1919
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="_static/js/theme.js"></script>
@@ -100,7 +100,7 @@
100100
<span id="citing"></span><h1>Citation<a class="headerlink" href="#citation" title="Link to this heading"></a></h1>
101101
<p><a class="reference external" href="https://doi.org/10.5281/zenodo.7405818"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.7405818.svg" /></a></p>
102102
<p>If you use this software in a scientific publication, please cite using the following Zenodo reference.</p>
103-
<p><strong>Li, Tong, Horsfall, David, Basurto-Lozada, Daniela, Prete, Martin, Jessica, Cox, &amp; Iolo, Squires. (2023). WebAtlas Pipeline (v0.3.2). Zenodo. https://doi.org/10.5281/zenodo.7863308</strong></p>
103+
<p><strong>Li, Tong, Horsfall, David, Basurto-Lozada, Daniela, Prete, Martin, Jessica, Cox, &amp; Iolo, Squires. (2023). WebAtlas Pipeline (v0.4.0). Zenodo. https://doi.org/10.5281/zenodo.7863308</strong></p>
104104
</section>
105105

106106

docs/configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Configuration &mdash; WebAtlas 0.3.2 documentation</title>
7+
<title>Configuration &mdash; WebAtlas 0.4.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=71d9d8e6"></script>
17+
<script src="_static/documentation_options.js?v=6c02275b"></script>
1818
<script src="_static/doctools.js?v=888ff710"></script>
1919
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="_static/js/theme.js"></script>

docs/examples/visium.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Visium &mdash; WebAtlas 0.3.2 documentation</title>
7+
<title>Visium &mdash; WebAtlas 0.4.0 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../_static/documentation_options.js?v=71d9d8e6"></script>
17+
<script src="../_static/documentation_options.js?v=6c02275b"></script>
1818
<script src="../_static/doctools.js?v=888ff710"></script>
1919
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../_static/js/theme.js"></script>
@@ -204,7 +204,7 @@ <h2>Steps to reproduce<a class="headerlink" href="#steps-to-reproduce" title="Li
204204
verify the expected directories are created.</p>
205205
<div class="literal-block-wrapper docutils container" id="id7">
206206
<div class="code-block-caption"><span class="caption-text">Input</span><a class="headerlink" href="#id7" title="Link to this code"></a></div>
207-
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>ls<span class="w"> </span>-l<span class="w"> </span>output/CytAssist_FFPE_Human_Breast_Cancer/0.3.2
207+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>ls<span class="w"> </span>-l<span class="w"> </span>output/CytAssist_FFPE_Human_Breast_Cancer/0.4.0
208208
</pre></div>
209209
</div>
210210
</div>
@@ -226,7 +226,7 @@ <h2>Steps to reproduce<a class="headerlink" href="#steps-to-reproduce" title="Li
226226
at <a class="reference external" href="http://localhost:3000">http://localhost:3000</a>, and that CORS is enabled via the Access-Control-Allow-Origin header.</p>
227227
<div class="literal-block-wrapper docutils container" id="id9">
228228
<div class="code-block-caption"><span class="caption-text">Input</span><a class="headerlink" href="#id9" title="Link to this code"></a></div>
229-
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>npx<span class="w"> </span>http-server<span class="w"> </span>output/CytAssist_FFPE_Human_Breast_Cancer/0.3.2<span class="w"> </span>--port<span class="w"> </span><span class="m">3000</span><span class="w"> </span>--cors
229+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>npx<span class="w"> </span>http-server<span class="w"> </span>output/CytAssist_FFPE_Human_Breast_Cancer/0.4.0<span class="w"> </span>--port<span class="w"> </span><span class="m">3000</span><span class="w"> </span>--cors
230230
</pre></div>
231231
</div>
232232
</div>

docs/examples/xenium.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Xenium &mdash; WebAtlas 0.3.2 documentation</title>
7+
<title>Xenium &mdash; WebAtlas 0.4.0 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../_static/documentation_options.js?v=71d9d8e6"></script>
17+
<script src="../_static/documentation_options.js?v=6c02275b"></script>
1818
<script src="../_static/doctools.js?v=888ff710"></script>
1919
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../_static/js/theme.js"></script>
@@ -207,7 +207,7 @@ <h2>Steps to reproduce<a class="headerlink" href="#steps-to-reproduce" title="Li
207207
verify the expected directories are created.</p>
208208
<div class="literal-block-wrapper docutils container" id="id7">
209209
<div class="code-block-caption"><span class="caption-text">Input</span><a class="headerlink" href="#id7" title="Link to this code"></a></div>
210-
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>ls<span class="w"> </span>-l<span class="w"> </span>output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.3.2
210+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>ls<span class="w"> </span>-l<span class="w"> </span>output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.4.0
211211
</pre></div>
212212
</div>
213213
</div>
@@ -228,7 +228,7 @@ <h2>Steps to reproduce<a class="headerlink" href="#steps-to-reproduce" title="Li
228228
at <a class="reference external" href="http://localhost:3000">http://localhost:3000</a>, and that CORS is enabled via the Access-Control-Allow-Origin header.</p>
229229
<div class="literal-block-wrapper docutils container" id="id9">
230230
<div class="code-block-caption"><span class="caption-text">Input</span><a class="headerlink" href="#id9" title="Link to this code"></a></div>
231-
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>npx<span class="w"> </span>http-server<span class="w"> </span>output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.3.2<span class="w"> </span>--port<span class="w"> </span><span class="m">3000</span><span class="w"> </span>--cors
231+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>npx<span class="w"> </span>http-server<span class="w"> </span>output/Xenium_FFPE_Human_Breast_Cancer_Rep1_outs/0.4.0<span class="w"> </span>--port<span class="w"> </span><span class="m">3000</span><span class="w"> </span>--cors
232232
</pre></div>
233233
</div>
234234
</div>

0 commit comments

Comments
 (0)