You are here

how to set the output name for fixbb design

2 posts / 0 new
Last post
how to set the output name for fixbb design
#1

Dear ALL,
I try to design a protein named test.pdb. Each time, the fix bb will output the result as test_0001.pdb. Is there any way to output the result as design_0001 or any name? Thank you

Post Situation: 
Mon, 2012-04-30 09:32
Lindsay

There isn't a way to wholly replace the job name. The most efficient way to do this would be to symlink test to design like "ln -s test.pdb design.pdb" and run with design.pdb as the argument to -s.

There are various flags for moving where the output goes, but they aren't documented and don't work particularly well. This would let you put the output in some different (specially named) folder.

Mon, 2012-04-30 10:27
smlewis