You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 1.6. Move the output files to the filesystem outside the container
160
+
### 1.5. Move the output files to the filesystem outside the container
161
161
162
162
Anything that remains inside the container will be inaccessible to future work so let's move these to a new directory.
163
163
@@ -166,7 +166,7 @@ mkdir /data/trimmed
166
166
mv ENCSR000COQ1_1* /data/trimmed
167
167
```
168
168
169
-
### 1.7. Exit the container
169
+
### 1.6. Exit the container
170
170
171
171
```bash
172
172
exit
@@ -248,7 +248,7 @@ tar -czvf /data/genome_index.tar.gz genome_index.*
248
248
249
249
This stores a `genome_index.tar.gz` tarball containing the genome index files in the `data/` directory on our filesystem, which wil come in handy in Part 2 of this course.
250
250
251
-
### 2.5. Run the `hisat2` command
251
+
### 2.4. Run the `hisat2` command
252
252
253
253
Now we can run the alignment command, which performs the alignment step with `hisat2` then pipes the output to `samtools` to write the output out as a BAM file.
0 commit comments