I would like to add a directory to my path, in my IBM server running Ubuntu 22.04. I would like to install the genome assembly software, SuperNova-2.1.1 by 10x genomics. In order to start using their supernova
command, I must add the directory to my path. The path was added using the following command:
export PATH=/opt/supernova-2.1.1:$PATH
They have also suggested adding the path to .bashrc
, which I don't know how to perform. Anyways, the problem is when I try to invoke their supernova
command, the prompt says command 'supernova' not found
. Can someone help me understand the problem, and how to add the command to the .bashrc
?
NB: The details on how to navigate through the installation can be found here.
/opt/supernova-2.1.1/supernova
? If not, then it isn't installed properly, and adding it to the path isn't going to help. – NotTheDr01ds Feb 21 '23 at 15:54