Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 295 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 295 Bytes

#To run the QC of fastQC files:

#copy the run_FASTQC.sh file to the directory with the fastQC files. #make the script executable typing:

chmod +x run_FASTQC.sh

#Run the script: ./run_FASTQC.sh

Ensure FastQC is installed. You can verify this by running fastqc --version in the terminal.