Command-line tools¶
ProteinDF_bridge installs a set of small, single-purpose CLI scripts under
scripts/. Each one is a thin wrapper around proteindf_bridge that reads
one format and writes another, or performs one structure-editing operation
on a bridge (.brd) file. Run any of them with -h for full options.
Format conversion¶
Script |
Description |
|---|---|
|
translate from PDB to bridge file |
|
transform bridge file to PDB file |
|
translate from gro to bridge file |
|
output gro format from bridge file |
|
transform XYZ file to bridge file |
|
transform bridge file to XYZ file |
|
parse mmCIF file |
|
parse mmCIF file to mol2 file |
|
parse Amber prmtop |
|
convert between MsgPack and YAML bridge representations |
|
display file formatted by MsgPack using YAML |
|
print molecular bridge file |
|
print DB (sqlite3) file |
Structure editing¶
Script |
Description |
|---|---|
|
bridge file selector |
|
bridge file selector (by path) |
|
bridge file divider |
|
bridge file divider (main chain) |
|
restructure brd file by reference file |
|
renumber resid in bridge file |
|
setup bonds |
|
show bonds |
|
print residues in the bridge file |
|
remove water molecules in bridge file |
|
reorder protein |
|
neutralize protein |
|
crystallize molecules |
|
superpose |
Analysis¶
Script |
Description |
|---|---|
|
calc box size |
|
calc density |
|
print molecular formula |
Development¶
Script |
Description |
|---|---|
|
run doctests across |
|
inspect module contents |