Structure

Retrieves pdb structure for a provided ID

Arguments

NameShortLongDescription
Header Only-m--header-onlyRetrieve only the PDB Header
Format-f--formatSpecify the structure format [default: pdb] [possible values : pdb, cif]
Output-o--outputoptional filepath to write output to [default=stdout]

Usage

# return the pdb structure for AP2S1 (6URI)
ggetrs pdb structure 6URI

# return the pdb structure for AP2S1 (6URI) as a `.cif`
ggetrs pdb structure -f cif 6URI

# return the header for AP2S1 (6URI)
ggetrs pdb structure -m 6URI