Skip to content

Commit aae7272

Browse files
committed
ready for first release
1 parent fd9ecb8 commit aae7272

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

Cuernavaca/slides/Cuernavaca.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# Workshop materials
9+
# Materiales del seminario
1010

1111
* All slides, code and data are available at
1212
[http://github.com/PoonLab/courses](http://github.com/PoonLab/courses)
@@ -43,10 +43,14 @@
4343

4444

4545

46-
# Let's do a little UNIX
46+
# Hagamos un poco de UNIX
4747

4848
```
49-
49+
$ pwd
50+
/Users/art/git/courses/Cuernavaca
51+
$ ls
52+
data scripts slides
53+
$ mkdir sandbox
5054
```
5155

5256

@@ -60,7 +64,7 @@
6064

6165

6266

63-
# The Illumina data files
67+
# Los archivos de datos Illumina
6468

6569
* Raw data files are too large to allow these to accumulate uncompressed
6670
* Compression reduces file size by about X fold
@@ -73,7 +77,7 @@ gunzip --keep data/Zika-envelope.n1E4.R1.fastq.gz
7377

7478

7579

76-
# FASTQ format
80+
# Formato FASTQ
7781

7882
```
7983
% head -n4 data/Zika-envelope.n1E4.R1.fastq
@@ -91,7 +95,7 @@ CCGGGATCTTGTTGATTGTGAACGCTGCGGTACCTAAGGATGACACGCCTTTCAATCCATGTTTGTCCGTT
9195

9296

9397

94-
# Quality scores
98+
# Puntuaciones de calidad
9599

96100
* An empirical estimate of the probability that the base call is incorrect:
97101

@@ -102,7 +106,7 @@ CCGGGATCTTGTTGATTGTGAACGCTGCGGTACCTAAGGATGACACGCCTTTCAATCCATGTTTGTCCGTT
102106

103107

104108

105-
# Clinical significance of error rates
109+
# Significación clínica
106110

107111
* Every subtype B sample in a MiSeq run had a substantial frequency (~3%) of resistance mutation E138A
108112
* Quality scores were fine!
@@ -388,13 +392,13 @@ python scripts/slice-sam.py -refname NC_012532.1 \
388392

389393

390394

391-
# Much better!
395+
# ¡Mucho mejor!
392396

393397
![](slice-1700-2000.png)
394398

395399

396400

397-
# Now we can study evolution
401+
# Ahora podemos estudiar la evolución
398402

399403
```
400404
mafft sandbox/slice-1700-2000.fa > \

0 commit comments

Comments
 (0)