Skip to content

Commit 03e8469

Browse files
committed
Clarify interactive script workflow - students open HTML files
Made it explicit that: 1. Script tells them which HTML file to open 2. Students open and look at the file 3. Script asks questions about what they see 4. Much clearer than 'guide you through results' Now students know they'll be actively looking at HTML reports!
1 parent fd91191 commit 03e8469

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

start_here.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,14 @@ Your results will be in: `results/my_analysis/`
111111
python3 answer_assignment.py
112112
```
113113

114-
This script will:
115-
- Guide you through your analysis results
116-
- Ask questions about QC, BLAST, and phylogeny
117-
- Save your answers to `answers.json`
118-
119-
It's interactive and easy - just follow the prompts!
114+
**How it works:**
115+
1. Script tells you which HTML file to open (e.g., QC report, BLAST results, tree)
116+
2. You open the file and look at the results
117+
3. Script asks you questions about what you see
118+
4. You type your answers
119+
5. Script saves everything to `answers.json`
120+
121+
**This is interactive!** The script guides you step-by-step through your results. Just follow the prompts and answer based on what you see in the HTML reports.
120122

121123
---
122124

0 commit comments

Comments
 (0)