Skip to content

Commit 392ae8c

Browse files
committed
Fix audience and support references
- Change 'Undergraduate' to 'Graduate students' (ENTM201L is grad course) - Remove all 'TA' references (no TA, only instructor) - Consistent: 'Ask your instructor' throughout Changes: - README.md: Graduate students, no TA - assignment.md: Remove TA reference - start_here.md: Remove TA reference
1 parent 90164a3 commit 392ae8c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A complete automated workflow for analyzing Sanger sequencing chromatograms (.ab
2323
```
2424
Institution University of California, Riverside
2525
Course ENTM201L - Molecular Biology Laboratory
26-
Target Users Undergraduate students (no coding required)
26+
Target Users Graduate students (no coding required)
2727
Analysis Time ~5 minutes (fully automated)
2828
Instructor Luciano Cosme, Department of Entomology
2929
```
@@ -378,7 +378,7 @@ docker run hello-world
378378
1. **Read [start_here.md](start_here.md)** — Complete beginner's guide
379379
2. **Check [docs/pipeline_workflow.md](docs/pipeline_workflow.md)** — Visual workflow
380380
3. **Read [docs/iqtree_guide.md](docs/iqtree_guide.md)** — Understanding trees
381-
4. **Ask your TA or instructor** — Office hours available
381+
4. **Ask your instructor** — Office hours available
382382

383383
---
384384

assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ git push origin main
299299
2. **Read the visual workflow**: `docs/pipeline_workflow.md`
300300
3. **Understand IQ-TREE**: `docs/iqtree_guide.md`
301301
4. **Check your work**: Compare your results to the tutorial results
302-
5. **Ask your TA or instructor**
302+
5. **Ask your instructor**
303303

304304
---
305305

start_here.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ git push origin main # STEP 4: Submit (auto-graded!)
154154
**Need help?**
155155
- Re-run tutorial: `./tutorial.sh`
156156
- Read: `docs/pipeline_workflow.md`
157-
- Ask your TA
157+
- Ask your instructor

0 commit comments

Comments
 (0)