You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users are asking how not to consider certain PDBs' torsions when creating conformers. This is relevant when building proteins (or parts of proteins) already deposited in the PDB. It is a very good question we have discussed many times. There are two ways to achieve this:
Unlist those PDBs from the initial PDB culled list when creating the database, or
Remove those entries from the JSON final database file.
We need two things:
A tutorial page explaining this issue and how to address it
A new client helping people to remove specific PDB entries from an already created JSON torsion database or a flag in build to ignore certain PDBs from the building process (likely this one is better).
For example, to ignore PDBs 1ABC and 2DEF from the torsion sampling:
idpconfgen build [...] --ignore 1ABC 2DEF
The text was updated successfully, but these errors were encountered:
I think search is a very broad word. Why another subclient? To edit the database? It can be. Can we forge some examples to prototype the interface before starting coding?
Oh I meant for the tutorial page, users can use the existing cli_search to find which PDB IDs they need in the database already, and during the build step, they can specify which PDB IDs to ignore from the database like: -ign 2MX4 to ignore all chains/segements of 2MX4
Hi Nemo, -ign sounds good. We could also allow -ign to accept PDBIDs not in the database. In this way, we (or the user) could have provide (have) "the" database and ignore at will.
Some users are asking how not to consider certain PDBs' torsions when creating conformers. This is relevant when building proteins (or parts of proteins) already deposited in the PDB. It is a very good question we have discussed many times. There are two ways to achieve this:
We need two things:
build
to ignore certain PDBs from the building process (likely this one is better).For example, to ignore PDBs
1ABC
and2DEF
from the torsion sampling:The text was updated successfully, but these errors were encountered: