This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bash: tophat: command not found

Dear all,

I'm new to both RNAseq and this group. I installed the 'old tuxedo site' on my Mac computer following instructions in the 'Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks' paper. I've tried to run the first command as follows: 'tophat -p 8 -G genes.gtf -o C1_R1_thout genome.fa GSM794483_C1_R1_1.fq GSM794483_C1_R1_2.fq'. Each time it returns with the message 'bash: tophat: command not found'. I'm not sure what i've done wrong.

Can someone help please?

Thanks,

George.

rna-seq

I know not part of your question, but TopHat is deprecated and even the developers have told people to stop using it. Their replacement aligner is called hisat2.

1 answer

Why not have a look at a modern pipeline such as NGI-RNA-seq https://github.com/SciLifeLab/NGI-RNAseq ? This will get you going a lot quicker. Also, I'd recommend using Linux over Mac since most software is better supported there.

Also, I'd recommend using Linux over Mac since most software is better supported there.

I don't use Mac but I don't think this is true.

Log in to answer this question.