You are here

kinematic loop modeling multiple input: possible?

3 posts / 0 new
Last post
kinematic loop modeling multiple input: possible?
#1

Hello all,

I am trying to make iterations between KIC and fbb. fbb design accepts multiple inputs through -l option. I cant find a similar option for KIC. I can only input one pdb at a time using the option -loops:input_pdb. I tried putting multiple pdbs using -loops:input_pdb but it gave me: ERROR: Multiple values specified for option -loops:input_pdb.

any help will be great.

Thank you

a_s_a

Post Situation: 
Thu, 2011-05-12 09:33
a_s_a

Loop modeling does not support multiple input files the way fixbb does because it does not obey the Rosetta standard -s/-l inputs. One possible reason is that loop model requires fragment and loop definition files, which are unlikely to be compatible between different input structures; this forces separate runs for separate inputs. Another possible reason is that it has yet to annoy anybody enough that they've bothered fixing it.

The easy fix is to organize your separate runs by stitching them together with a shell script.

Thu, 2011-05-12 11:11
smlewis

Thanks alot, saved me a lot of time trying to look for a multiple input option. I got around it as you said using a shell script.

Wed, 2011-05-18 09:49
a_s_a