Hello,
For my RNA-seq analysis, I need to install SortMeRNA tool (for sudo alignment) on my university HPC cluster. As I am quite new in linux and cluster, I googled a lot, but I could not find how to do it. I would highly appreciate if you can help me in this regard.
Best wishes, Farah
Thanks SMK. I could run the first two codes. But, after running
export PATH=$HOME/.local/bin:$PATH
, then, I ran$ sortmerna
and I gotDo I need to specify my path to the script? If so, how to find which path I should add and where is sortmerna located in my HPC path?
Also, as you mentioned, how to add
export PATH="/home/user/src/sortmerna-2.1b":$PATH
to~/.bashrc
directly?Thank you very much.
Best wishes,
Farah
Hi F. Golestan,
Is
$HOME/.local/bin
where you uncompressedsortmerna-2.1-linux-64-multithread.tar.gz
? It has to be the path where the directory (sortmerna-2.1b
) is.Check out To Set PATH on Linux.
That is great. Thank you so much.