3ff5910ae12ed81ced8722769b9ca85ccf69d53b
workshops.md
| ... | ... | @@ -4,9 +4,7 @@ Learn how to use the BioGrids Installer with practical science applications. |
| 4 | 4 | |
| 5 | 5 | Before attending a workshop, register for a BioGrids account then download and activate the BioGrids Installer software --> [Preworkshop Setup](pre_workshop) |
| 6 | 6 | |
| 7 | -### Workshops |
|
| 8 | ---- |
|
| 9 | -Upcoming workshops |
|
| 7 | +### Upcoming Workshops |
|
| 10 | 8 | |
| 11 | 9 | **May 31: Using BioGrids for RNA-Seq on AWS and your Laptop** [Register here](https://docs.google.com/forms/d/e/1FAIpQLSes1GHVeCz8SnPYRibXGWIeox6XagOTJnrWXbNqvdCEPy0Asw/viewform?usp=sf_link) |
| 12 | 10 | |
| ... | ... | @@ -16,19 +14,25 @@ This is a repeat of the RNA-Seq workshop. Sign up for the original workshop and |
| 16 | 14 | |
| 17 | 15 | This workshop is features Nicholas LeCompte from BCH Research Computing's Bioinformatics and Genomics Team. This 2-hour course is designed for biomedical researchers who have an interest in leveraging R for their omics research, but don't have experience with R. |
| 18 | 16 | |
| 19 | ---- |
|
| 17 | + |
|
| 18 | +### Completed Workshops |
|
| 20 | 19 | |
| 21 | 20 | ### Using BioGrids for RNA-Seq on AWS and Your Laptop |
| 22 | 21 | May 15, 2019 - 10:30am | TMEC 106 | [Register Here](https://docs.google.com/a/hkl.hms.harvard.edu/forms/d/e/1FAIpQLSes1GHVeCz8SnPYRibXGWIeox6XagOTJnrWXbNqvdCEPy0Asw/closedform) |
| 23 | 22 | |
| 23 | +--- |
|
| 24 | + |
|
| 25 | +### Workshop Details |
|
| 26 | + |
|
| 27 | +Using BioGrids for RNA-Seq on AWS and Your Laptop |
|
| 28 | + |
|
| 24 | 29 | Complete workshop data files and scripts: [biogrids_workshop.tar.gz](downloads/biogrids_workshop.tar.gz) |
| 25 | 30 | |
| 26 | 31 | Workshop presentation: [Powerpoint](downloads/BioGrids_AWS_RNA_Seq_May_2019.pptx) [PDF](downloads/BioGrids_AWS_RNA_Seq_May_2019.pdf) |
| 27 | 32 | |
| 28 | 33 | --- |
| 29 | 34 | |
| 30 | -### Install and activate BioGrids CLI |
|
| 31 | - |
|
| 35 | +### 1: Install and activate BioGrids CLI |
|
| 32 | 36 | |
| 33 | 37 | Download and install biogrids CLI client then run: |
| 34 | 38 | |
| ... | ... | @@ -57,7 +61,7 @@ cd biogrids-1.0.694-Darwin |
| 57 | 61 | ./biogrids activate biogrid-production jvinent1 70rYFTDnmCr93VUklfbf1s3M4jdyC9bFVYHew== |
| 58 | 62 | ``` |
| 59 | 63 | |
| 60 | -### Install software with BioGrids |
|
| 64 | +### 2: Install software with BioGrids |
|
| 61 | 65 | |
| 62 | 66 | ``` |
| 63 | 67 | ./biogrids install fastqc trimmomatic samtools star subread igv |
| ... | ... | @@ -68,7 +72,7 @@ When finished, verify applications are installed: |
| 68 | 72 | ./biogrids installed |
| 69 | 73 | ``` |
| 70 | 74 | |
| 71 | -### Download and uncompress tutorial files |
|
| 75 | +### 3: Download and uncompress tutorial files |
|
| 72 | 76 | |
| 73 | 77 | ``` |
| 74 | 78 | cd # make sure we are in home dir |
| ... | ... | @@ -77,7 +81,7 @@ tar zxf biogrids_workshop.tar.gz |
| 77 | 81 | cd biogrids_workshop |
| 78 | 82 | ``` |
| 79 | 83 | |
| 80 | -### Run RNA-Seq workflow |
|
| 84 | +### 4: Run RNA-Seq workflow |
|
| 81 | 85 | |
| 82 | 86 | ``` |
| 83 | 87 | cd biogrids_workshop |