i new to programming, I am using Ubuntu OS, I tried to install MAKER genome annotation software in it, and got many error because of many dependencies.
I really need to install this software, please tell me how to install it from the beginning, so that there won't be any error.
Form the maker Install file, you can run these commands and all dependencies should be installed for you:
EASY INSTALL
Go to the .../maker/src/ directory and run perl Build.PL to configure.
Accept default configuration options by just pressing enter. See MPI INSTALL in next section if you decide to configure for MPI.
Type ./Build install to complete the installation.
If anything fails, either use the ./Build file commands to retry the failed section (i.e. ./Build installdeps and ./Build installexes) or follow the detailed install instructions in the next section to manually install missing modules or programs. Use ./Build status to see available commands.
./Build status #Shows a status menu
./Build installdeps #installs missing PERL dependencies
./Build installexes #installs missing external programs
./Build install #installs MAKER
Note: You do not need to be root. Just say 'yes' to 'local install' when running ./Build installdeps and dependencies will be installed under .../maker/perl/lib, also missing external tools will be installed under .../maker/exe when running ./Build installexes.
Note: For failed auto-download of external tools, when using the command ./Build installexes, the .../maker/src/locations file is used to identify download URLs. You can edit this file to point to any alternate locations.
Install all the dependencies separately. and post the errors you see.