Entering edit mode
4.8 years ago
nadarajan_v
•
0
Hi,
I am using Ubuntu 16.04 LTS as my operating system. I am following the BiostarsHandbook in learning bioinformatics. As per the book, I have installed Artemis on my system. These are the commands I have used as given in the Artemis's web site.
conda config --add channels bioconda (to add the bioconda channel)
conda config --add channels conda-forge (to add the conda-forge channel)
conda install artemis
When I tried to run it using the following command,
artemis/art
I am getting the following error.
bash: artemis/art: No such file or directory
Thanks
Can you try just
art
? Program should have been added to yourconda $PATH
.