Hi, I am trying to align some RNAseq data using STAR. I am new to analysing RNAseq data and know only basic scripting. I'm having a bit of trouble installing (and understanding the installation instructions) STAR on a Mac OS X platform. Are there specific instructions (scripts) anyone could point me to? Any help will be much appreciated.
An easy way to install STAR would be to use Homebrew, in case you don't already have it. It not only have Unix utilities you can download but there a plethora of science tools also available. Once you have Homebrew installed, installing STAR can be as easy as
brew install homebrew/science/rna-star
I hope that proves to lower the barrier to at least playing around with STAR.
Thanks so much for the information about homebrew - that's very helpful to know. I was having trouble with the 'make' command at the end so decided to go with homebrew to download STAR.
Thanks so much for the information about homebrew - that's very helpful to know. I was having trouble with the 'make' command at the end so decided to go with homebrew to download STAR.
After depreciation of homebrew/science you have to use
As of now (21.09.2020), version 2.5.3a will be installed.
I think there's a typo there: tab should be tap
Yes, you are right, I change it.