StructureSelectionManagerProvider ssmp)
{
return associatePdbWithSeq(choice, file, sequence, prompt, ssmp,
- TFType.DEFAULT, null, true);
+ TFType.DEFAULT, null, false);
}
public PDBEntry associatePdbWithSeq(String choice, DataSourceType file,
{
entry.setFile(choice);
sequence.getDatasetSequence().addPDBId(entry);
+ entry.setStructureFile(pdbfile);
StructureSelectionManager.getStructureSelectionManager(ssmp)
.registerPDBEntry(entry);
- entry.setStructureFile(pdbfile);
}
if (tft != null)
entry.setProperty("TFType", tft.name());