| 492 | 1 # Tutorials | 
|  | 2 | 
| 542 | 3 Learn COBRAxy through hands-on tutorials for web-based analysis. | 
| 492 | 4 | 
|  | 5 ## Available Tutorials | 
|  | 6 | 
|  | 7 | Tutorial | Duration | Description | | 
|  | 8 |----------|----------|-------------| | 
| 542 | 9 | [Galaxy Setup](tutorials/galaxy-setup) | 30 min | Set up Galaxy for web-based analysis | | 
| 492 | 10 | 
| 542 | 11 ## Web Interface Tutorial | 
| 492 | 12 | 
| 542 | 13 ### [Galaxy Setup Tutorial](tutorials/galaxy-setup) | 
| 492 | 14 | 
| 542 | 15 Set up a local Galaxy instance with COBRAxy tools for point-and-click analysis. Perfect for users who prefer graphical interfaces and reproducible workflows. | 
| 492 | 16 | 
|  | 17 ## Prerequisites | 
|  | 18 | 
|  | 19 Before starting the tutorials, make sure you have: | 
|  | 20 | 
| 542 | 21 - ✅ [COBRAxy installed](installation) | 
| 492 | 22 - ✅ Basic understanding of metabolic modeling (helpful but not required) | 
| 542 | 23 - ✅ Familiarity with command line basics | 
| 492 | 24 | 
|  | 25 ## Tutorial Data | 
|  | 26 | 
|  | 27 Download example datasets used in tutorials: | 
|  | 28 | 
|  | 29 ```bash | 
|  | 30 # Download tutorial data | 
|  | 31 wget https://github.com/CompBtBs/COBRAxy/releases/download/v1.0/tutorial_data.zip | 
|  | 32 unzip tutorial_data.zip | 
|  | 33 ``` | 
|  | 34 | 
|  | 35 The tutorial data includes: | 
|  | 36 - Sample gene expression datasets | 
|  | 37 - Metabolite abundance data | 
|  | 38 - Pre-configured Galaxy workflows | 
|  | 39 - Expected output files for verification | 
|  | 40 | 
|  | 41 ## Getting Help | 
|  | 42 | 
|  | 43 If you encounter issues during tutorials: | 
|  | 44 | 
|  | 45 1. Check the specific tutorial's troubleshooting section | 
| 542 | 46 2. Refer to the main [Troubleshooting Guide](/troubleshooting.md) | 
| 492 | 47 | 
|  | 48 ## Contributing | 
|  | 49 | 
|  | 50 Found an error or want to improve a tutorial? | 
|  | 51 | 
|  | 52 - [Edit on GitHub](https://github.com/CompBtBs/COBRAxy/tree/main/docs/tutorials) | 
|  | 53 - [Report issues](https://github.com/CompBtBs/COBRAxy/issues) | 
|  | 54 - Suggest new tutorial topics | 
|  | 55 | 
|  | 56 Ready to start? Pick your first tutorial above! 🚀 |