Commit 45db52a
committed
Explain two ways to run analysis - automated scripts vs individual modules
Added detailed explanation for beginners:
start_here.md:
- New section: '🎯 Two Ways to Run the Analysis'
- Option 1: Automated scripts (./tutorial.sh, ./run-analysis.sh) - RECOMMENDED
- Option 2: Individual module commands - for learning
- Explained what docker commands mean line-by-line:
* docker run = run container
* -v = share folders
* python3 modules/... = run specific script
* data/student_sequences/ = input
* results/my_analysis/ = output
- Pros/cons of each approach
assignment.md:
- Added '💡 How to Run the Analysis' section at top of Part 1
- Clarified: Can use ./run-analysis.sh OR run steps individually
- Emphasized automated script is easiest
- Explained individual commands are for understanding/re-running steps
- Reminded: commands run in VSCode terminal, Docker is automatic
Benefits:
- First-time students understand they have options
- Know what's happening 'under the hood'
- Can troubleshoot by re-running individual steps
- Less intimidating - scripts do the work!1 parent fc17cc3 commit 45db52a
2 files changed
Lines changed: 74 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
51 | 69 | | |
52 | 70 | | |
53 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
107 | 163 | | |
108 | 164 | | |
109 | 165 | | |
| |||
0 commit comments