Skip to content

Commit b382443

Browse files
committed
fixed formatting
1 parent 3d09809 commit b382443

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

qc.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ FastQC has a graphical interface and can be downloaded and ran on a Windows or L
2222

2323
However, FastQC is also available as a command line utility on the training server you are using. You can load the module and execute the program as follow:
2424

25-
`module load fastqc`
26-
`fastqc $read1 $read2`
25+
```
26+
module load fastqc
27+
fastqc $read1 $read2
28+
```
2729

2830
which will produce both a .zip archive containing all the plots, and a html document for you to look at the result in your browser.
2931

@@ -94,3 +96,7 @@ What did the trimming do to the per-base sequence quality, the per sequence qual
9496
What is the sequence duplication levels graph about? Why should you care about a high level of duplication, and why is the level of duplication very low for this data?
9597

9698
Based on the FastQC report, there seems to be a population of shorter reads that are technical artefacts. We will ignore them for now as they will not interfere with our analysis.
99+
100+
## Extra exercises
101+
102+
Perform quality control on the extra datasets given by your instructors

0 commit comments

Comments
 (0)