Skip to content

Commit

Permalink
added debug page
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSeaman committed Oct 24, 2024
1 parent 5c44352 commit dec9fd6
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 0 deletions.
135 changes: 135 additions & 0 deletions docs/debug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
# Debug
## Surprise Adventure

The Error we are seeing:

```
2024-10-23T22:49:55.488: Failed to create float image volume:
VolumeLimitExceeded: You have exceeded your maximum gp2 storage limit of 86 TiB in this region.
Please contact AWS Support to request an Elastic Block Store service limit increase.
```

## Solution

### **Step 0**: We increased our AWS limit for gp2 maximum storage 86 TiB to 200 TiB.

### **Step 1**: Go back to your template

![Step1](images/DebugStep1.png)

### **Step 2**: Select **Submit Job**

### **Step 3**: Select **Start from Scratch**

### **Step 4**: Set **Mount Point**

A. On the *Basic* Page, scroll to the Storage Volumes section at the bottom:

![Step4](images/DebugStep4.png)

B. In the Mount Point Field paste the following Mount location:
```
/staged-files-1
```
This page should now look like this:

![Step4b](images/DebugStep4b.png)

### **Step 5**: Point to **Previous Job**

A. Navigate to the *Environment Variables* Page:

![Step5a](images/DebugStep5a.png)

B. Select **+ Add**

C. In the **Key** Field, add the following:
```
PREVIOUS_JOB_ID
```

D. In the **Value** Field, add the ID that corresponds to your username:

!!! danger "User Specific Job IDs"

=== "User 01"

**curious-bernard**

```
mdg5kjqo5yqahen5qxin5
```

=== "User 02"

**tiny-lavoisier**

```
qy9auxnhm6fo0tudjtbir
```

=== "User 03"

**exotic-keller**

```
f6wyb1lo6re2smb6m9j6k
```

=== "User 04"

**fabulous-coulomb**

```
w5edz97wi9osuhl1udc4c
```

=== "User 05"

**magical-goldberg**

```
xht1csr275vziulx7odky
```

=== "User 06"

** lethal-ride**

```
qkl6elbmncy41bdpq3420
```

=== "User 07"

**spontaneous-carson**

```
k3zex0agw64gu9jp02giu
```

=== "User 08"

**ecstatic-tesla**

```
vhkzda3nbw6rzg5glijwi
```

=== "User 09"

**Aissette!!! You are the lucky winner!!! You job completed successfully. You did however choose template 20 instead of template 09, meaning that your output will be in bucket `workshop-user20`.**

=== "User 10"

**backstabbing-pesquet**

```
cl3ckl8kunbq7lwctuyuu
```

It should end up looking like this (except with your own ID):

![Step5b](images/DebugStep5b.png)

### **Step 6**: **Submit!**
Binary file added docs/images/DebugStep1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DebugStep4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DebugStep4b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DebugStep5a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DebugStep5b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/presentations/scsrnaseqPipelineOverview.pptx
Binary file not shown.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ nav:
- Instructors: instructors.md
- Arrival: arrival.md
- Launch: launch.md
- Debug: debug.md
- Output: output.md
- Loupe Browser: loupe.md
theme:
Expand Down

0 comments on commit dec9fd6

Please sign in to comment.