Skip to content

Commit 9c5a3c6

Browse files
committed
Merge branch 'master' of https://github.com/terraref/tutorials
2 parents 23e0224 + 50f1df2 commit 9c5a3c6

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

genomics/01-bap_resequencing.Rmd

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Looking at the BAP resequencing data"
3+
author: "Zhenbin Hu"
4+
date: "April 28, 2017"
5+
output:
6+
html_document: default
7+
pdf_document: default
8+
---
9+
10+
# About the data
11+
12+
(refer to documentation)
13+
14+
## Accessing the data
15+
16+
```{r}
17+
18+
readLines('/data/terraref/sites/genomics/raw_data/ril/gbs/Key_ril_terra')
19+
20+
```
21+
22+
## looking at the data
23+
24+
## (optional) a simple analysis

workbench/ndslabs_workbench_intro.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ With the RStudio Application Open
147147

148148
![](figures/clone_tutorials3.png)
149149

150-
1. Type https://github.com/terraref.tutorials
150+
1. Type https://github.com/terraref/tutorials
151151
* this is the GitHub repository full of tutorials
152152
* Click "Create Project"
153153

@@ -169,4 +169,4 @@ With the RStudio Application Open
169169

170170
Now, you are ready to move on to the first tutorial "Getting Started with BETYdb".
171171

172-
You can also open applications for the sensor data tutorials (Rstudio-Geospatial and Jupyter/NetCDF) and plantCV (Jupyter/PlantCV) data.
172+
You can also open applications for the sensor data tutorials (Rstudio-Geospatial and Jupyter/NetCDF) and plantCV (Jupyter/PlantCV) data.

0 commit comments

Comments
 (0)