PDB parser

Parse a PDB file

amo pdb_parser \
-threads 1 \
-hlog \
-jobname [JOB_NAME] \
-pdb <INPUT_PDB_FILE> \
-chian A \
-type 0 \
-output [OUTPUT_DIRECTORY]

Residue distance map

Compute distances between pairwise of residues from a given PDB file.

amo residue_distmap \
# -threads 1 \
-hlog \
-jobname [JOB_NAME] \
-pdb <INPUT_PDB_FILE> \
-threshold 7.50 \
-atom_type CA \
-output [OUTPUT_DIRECTORY]

Voxelization of protein structure

FASTA to structure (randomly)

Last updated