On 4/21/13 12:26 AM, Shima Arasteh wrote:


  Hi all,

I aimed to use renumtop script, downloaded from other softwares in GROMACS.org 
website.

Does anybody know which language this script is written in? Because I want to 
execute this program and write a command as follow, but it doesn't work:

# renumtop topol.top

The error what I get in bash is this:
If 'renumtop' is not a typo you can use command-not-found to lookup the package 
that contains it, like this:
     cnf renumtop

I think some prerequisite software are need to applied but they don't exist. 
And also don't know what they are to go on installation of them.
Would you please let me know how to solve this problem?


./renumtop topol.top

Without ./ preceding the command, your shell looks for "renumtop" within your $PATH, which it doesn't find. Using ./ says, "execute this command here in this directory." It appears to be a script that simply invokes awk, which is a standard Linux command-line tool.

-Justin

--
========================================

Justin A. Lemkul, Ph.D.
Research Scientist
Department of Biochemistry
Virginia Tech
Blacksburg, VA
jalemkul[at]vt.edu | (540) 231-9080
http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin

========================================
--
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
* Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to