I made model-proteins using Basic Modeling tutorial sample (http://salilab.org/modeller/tutorial/basic.html)

When I follow the Tutorial(Basic example), I could get the protein models easily.

 

Now,  I'm trying to make the wapper source for automation of this tutorial python sources.

In this Tutorial, input files, output files, log files and  source files are located in same directory.

But I want to change the directory path of output files(model pdb files) and input files(pir files) form the source files.

For example, if sources are located in "/home/xxx/" and input files are located in "/home/xxx/input/",

                    i want to save result pdb files in to the /home/xxx/output/.

However, in "model-single.py", modeller.automodel() doesn't have parameter related output path, and result pdb files are generated automatically in to the directory that source located.

 

Please, somebody help me about that...

Thank you.