Member Site › Forums › Rosetta 3 › Rosetta 3 – General › Using rosetta 3 to make a fragment library and then use it to model loop of a protein structure › Reply To: Using rosetta 3 to make a fragment library and then use it to model loop of a protein structure
Hi,
A) The Rosetta fragment stuff is getting overhauled between 3.1 and 3.2, I think. I’ve emailed the new fragment guy to see if he has useful comments.
Check out src/core/fragment/ConstantLengthFragmentSet.cc, function read_fragment_file. It looks like the columns are:
pdb chain aa_index aa ss phi psi omega
and the rest of the columns are unused. They’re probably legacy stuff left over from Rosetta2 that wasn’t ported.
C) Rosetta3.1 has an internal fragment picker. It is sort-of documented, there’s a README in src/core/fragment. I think 3.2 will have a new and completely different one (which I think will be fully documented.)