Skip to content

bposantos/CNS-to-Default-PDB-Converter

Repository files navigation

CNS PDB to Default PDB Converter

Logo da Minha Aplicação

A code to correct the coordinate file (.pdb), originated by CNS (structure calculation software), into the standard format.

-- Works in one chain proteins.

Usage

Export the code path, adding a line to ~/.bashrc or ~/.bash_profile:

export PATH="/caminho/do/seu/diretorio:$PATH"

Alternatively, move the 'cns_pdb_converter' file to /usr/local/bin/

sudo mv cns_pdb_converter /usr/local/bin/

After that:

source ./bashrc

Make the code executable:

chmod +x cns_pdb_converter.py

And execute the code:

cns_pdb_converter file_name.pdb

About

A code to convert CNS PDB, generated during structure calculation, into a format accepted in most software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages