Easy steps to install fastqc package on Mac
Package Information:
Application Name – fastqc
What is fastqc – Not Available for fastqc
Use of fastqc – Quality control tool for high throughput sequence data
URL – https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install fastqc using brew
brew install fastqc
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
fastqc is ready to use now!