Skip to content

Commit 8088a41

Browse files
authored
Update README.md
Updated troubleshooting section
1 parent 90118c1 commit 8088a41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AWS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Make sure that after you are done with the module, close the tab that appeared w
7474

7575
## **Troubleshooting**
7676
- If a quiz is not rendering:
77-
- Make sure the `pip install` cell was executed in Submodule 00.
77+
- Make sure the `pip install` cell was executed in Submodule 1.
7878
- Try re-executing `from jupytercards import display_flashcards` or `from jupyterquiz import display_quiz` depending on the quiz type.
7979
- If a file/directory is not able to be found, make sure that you are in the right directory. If the notebook is idle for a long time, gets reloaded, or restarted, you will need to re-run Step 1 of the notebook. (`%cd /home/jupyter`)
8080
- Sometimes, Nextflow will print `WARN:` followed by the warning. These are okay and should not produce any errors.
8181
- Sometimes Nextflow will print `Waiting for file transfers to complete`. This may take a few minutes, but is nothing to worry about.
82-
- If you are unable to create a bucket using the `gsutil mb` command, check your `nextflow-service-account` roles. Make sure that you have `Storage Admin` added.
82+
- If you are unable to interact with your s3 bucket using the `aws s3` command, check your `nextflow-service-account` roles. Make sure that you have `Storage Admin` added.
8383
- If you are trying to execute a terminal command in a Jupyter code cell and it is not working, make sure that you have an `!` before the command.
8484
- e.g., `mkdir example-1` -> `!mkdir example-1`

0 commit comments

Comments
 (0)