Easy steps to install sratoolkit package on Mac
Package Information:
Application Name – sratoolkit
What is sratoolkit – Not Available for sratoolkit
Use of sratoolkit – Data tools for INSDC Sequence Read Archive
URL – https://github.com/ncbi/sra-tools
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 sratoolkit using brew
brew install sratoolkit
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
sratoolkit is ready to use now!