> Does csg_call command first look for scripts ( defined by keys in csg_table) in user specified directory > and then look in default/original installation dir, so that I can have two scripts with same name but different > operations and in different locations?
Yes. As long as the user directory is specified under "scriptpath" in the options xml file, it will look there first. Be sure to have a separate csg_table file in this directory containing the two keywords and name of the script which you want to include. For example, if you want to modify inverse.sh, you would: - Make a copy of the script you want to modify (inverse.sh) - Add a csg_table which contains the keywords and scriptname of the modified script (i.e. csg master inverse.sh) - Provide the path to the directory which contrains your new script (and csg_table) to the xml file Hope this helps, - Mara -- You received this message because you are subscribed to the Google Groups "votca" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/votca?hl=en.
