Skip to content

Commit 487785b

Browse files
committed
updating quickstart pages a bit
1 parent acd89ff commit 487785b

File tree

5 files changed

+39
-15
lines changed

5 files changed

+39
-15
lines changed

_uw-research-computing/conda-installation.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,21 @@ published: true
1616

1717
### Option A - Container (recommended)
1818

19-
Build a container with Conda packages installed inside:
19+
Build a container with Conda packages installed inside. Start by reviewing
20+
the container build instructions for either Apptainer or Docker. Then, when
21+
following the build instructions, use the example recipes for either a
22+
`.def` or `Dockerfile`, respectively.
2023

2124
1. How to build your own container: [Apptainer](apptainer-htc#use-an-apptainer-container-in-htc-jobs) / [Docker](docker-build)
22-
2. [Example container recipes for Conda](https://github.com/CHTC/recipes/tree/main/software/Conda)
25+
2. Tips and tricks, container recipes: [Example container recipes for Conda](https://github.com/CHTC/recipes/tree/main/software/Conda)
2326
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container) / [Docker](docker-jobs.html#use-a-docker-container-in-a-job)
2427

28+
<!-- replace this eventually with conda walkthrough -->
29+
2530
### Option B - "Packed" Conda Env
2631

2732
Create your own portable copy of your Conda packages:
2833

29-
1. Follow the instructions in [our guide](conda-installation.html#option-b-packed-conda-env)
30-
3134
> This approach may be sensitive to the operating system of the execution point.
3235
> We recommend building a container instead, but are keeping these instructions as a backup.
3336

_uw-research-computing/julia-jobs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ published: true
1515

1616
### Option A - Container (recommended)
1717

18-
Build (or find) a container with Julia & packages installed inside:
18+
Build (or find) a container with Julia & packages installed inside.
19+
Start by reviewing
20+
the container build instructions for either Apptainer or Docker. Then, when
21+
following the build instructions, use the example recipes for either a
22+
`.def` or `Dockerfile`, respectively.
1923

2024
1. How to build your own container: [Apptainer](apptainer-htc#use-an-apptainer-container-in-htc-jobs) / [Docker](docker-build)
21-
2. [Example container recipes for Julia](https://github.com/CHTC/recipes/tree/main/software/Julia)
25+
2. Tips and tricks, container recipes: [Example container recipes for Julia](https://github.com/CHTC/recipes/tree/main/software/Julia)
2226
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container) / [Docker](docker-jobs.html#use-a-docker-container-in-a-job)
2327

2428
### Option B - Portable Binary

_uw-research-computing/matlab-jobs.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ published: true
1313

1414
## Quickstart: Matlab
1515

16-
Build a container with Matlab & toolboxes installed inside:
16+
Build a container with Matlab & toolboxes installed inside.
17+
Start by reviewing
18+
the container build instructions for either Apptainer or Docker. Then, when
19+
following the build instructions, use the example recipes for either a
20+
`.def` or `Dockerfile`, respectively.
21+
22+
23+
### Useful links
1724

1825
1. How to build your own container: [Apptainer](apptainer-htc#use-an-apptainer-container-in-htc-jobs)
19-
2. [Example container recipes for Matlab](https://github.com/CHTC/recipes/tree/main/software/Matlab)
20-
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container)
26+
2. Tips and tricks, container recipes: [Example container recipes for Matlab](https://github.com/CHTC/recipes/tree/main/software/Matlab)
27+
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container) / [Docker](docker-jobs.html#use-a-docker-container-in-a-job)
28+
29+
### Needed submit file option
2130

2231
> **Note**: Because Matlab is a licensed software, you **must** add the following line to your submit file:
2332
>

_uw-research-computing/python-jobs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ published: true
1515

1616
### Option A - Own Container (recommended)
1717

18-
Build a container with Python & packages installed inside:
18+
Build a container with Python & packages installed inside. Start by reviewing
19+
the container build instructions for either Apptainer or Docker. Then, when
20+
following the build instructions, use the example recipes for either a
21+
`.def` or `Dockerfile`, respectively.
22+
1923

2024
1. How to build your own container: [Apptainer](apptainer-htc#use-an-apptainer-container-in-htc-jobs) / [Docker](docker-build)
21-
2. [Example container recipes for Python](https://github.com/CHTC/recipes/tree/main/software/Python/)
25+
2. Tips and tricks, container recipes: [Example container recipes for Python](https://github.com/CHTC/recipes/tree/main/software/Python/)
2226
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container) / [Docker](docker-jobs.html#use-a-docker-container-in-a-job)
2327

2428
#### Option B - Existing Container

_uw-research-computing/r-jobs.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ published: true
1313

1414
## Quickstart: R
1515

16-
#### Option A - Your Container (recommended)
16+
### Option A - Your Container (recommended)
17+
18+
Build a container with R & packages installed inside. Start by reviewing
19+
the container build instructions for either Apptainer or Docker. Then, when
20+
following the build instructions, use the example recipes for either a
21+
`.def` or `Dockerfile`, respectively.
1722

18-
Build a container with R & packages installed inside:
1923

2024
1. How to build your own container: [Apptainer](apptainer-htc#use-an-apptainer-container-in-htc-jobs) / [Docker](docker-build)
21-
2. [Example container recipes for R](https://github.com/CHTC/recipes/tree/main/software/R/)
25+
2. Tips and tricks, container recipes: [Example container recipes for R](https://github.com/CHTC/recipes/tree/main/software/R/)
2226
3. Use your container in your HTC jobs: [Apptainer](software-overview-htc.html#use-an-existing-container) / [Docker](docker-jobs.html#use-a-docker-container-in-a-job)
2327

2428

25-
#### Option B - Existing Container
29+
### Option B - Existing Container
2630

2731
Use an existing container with a base installation of R:
2832

0 commit comments

Comments
 (0)