Hi, im following a guide about how to analyse RNAseq data to do differential expression analysis. However one of the tools in the guide, TopHat, is deprecated. What does that mean? Analyses seem to never complete, stays in a queue. Best Theodor
Hello,
I see that your Tophat jobs finished successfully. The queue was probably just busy. https://galaxyproject.org/support/#datasets-and-histories
It would be better to use the newest tutorials and avoid older deprecated tools/methods. HISAT2 has replaced both Tophat and Tophat2. Deprecated tools may fail with a certain usage, or fail always. Older versions of a tool might do the same. Updated tool versions can include bug fixes and the like - so it is best to use the most current version unless there is a compelling reason to try to use the older one.
Galaxy tutorials: https://galaxyproject.org/learn/
Thanks! Jen, Galaxy team
TopHat has been largely replaced by newer algorithms. Is there a reason you must use TopHat? If not, it's better to proceed with a pipeline using Hisat2 or Star for alignment dependent fragment counting or Kallisto or Salmon for alignment independent fragment counting. I've used Star followed by DEseq2 on Galaxy for DE analysis with good results as well as Salmon followed by DEseq2 also with good results.
Here is a guide for using either Star or Salmon to generate count matrices