Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I am trying to learn bioinformatics the hard way. I have no background in Linux, Ubuntu, bash, Perl, Python, etc. I'm trying to use several programs, mostly the bioperl modules, that have been installed and used on this machine before.

It seems that older versions function but the newer ones don't. Specifically, it's the NCBI standalone blast group of programs. I can use blastall, but not blastn, fastacmd, or blastdbcmd even though those modules are present and show up as executable. The error I get is no such file or dir.

How do I uninstall this group of modules and then reinstall them? Or is there some other reason why they would not be found? I did try to run them from within the directory where they are located.

share|improve this question
What do you see if you type which <cmd>, e.g. which blastall and which blastn in the terminal? If you have sudo privileges, you could try following BioPerl's installation guide (after you run the which commands). – Ricardo Altamirano Mar 6 at 14:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.