Compiling and Installing FastQC
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to create a main program installation directory:
mkdir -p /path/to/FASTQC
- Run the following command to copy the installation package to the main program installation directory:
cp fastqc_v0.11.9.zip /path/to/FASTQC
- Run the following command to go to the main program installation directory:
cd /path/to/FASTQC
- Run the following command to decompress the FastQC installation package:
unzip fastqc_v0.11.9.zip
- Run the following command to switch to the directory generated after the package is decompressed:
cd FastQC
- Run the following command to configure the address displayed on the GUI:
export DISPLAY=IP address of the server that can be connected to the PC:0.0
- Run the following command to check whether the fastqc script is available:
chmod +755 fastqc ./fastqc
Figure 1 shows an example of the test result:
Parent topic: FastQC 0.11.9 Porting Guide (CentOS 7.6)

