@@ -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
0 commit comments