diegozea / MIToS.jl

A Julia package to analyze protein sequences, structures, and evolutionary information
https://diegozea.github.io/MIToS.jl/stable/
Other
75 stars 18 forks source link

Write PDB files #8

Closed diegozea closed 8 years ago

diegozea commented 9 years ago

A function for writing PDB can be useful for passing structural information to external programs; useful for contact determination, h-bonds prediction, visualization and others.

diegozea commented 9 years ago

Use Formatting.jl maybe using the C style for speed, following the PDB description.

diegozea commented 8 years ago

https://github.com/diegozea/MIToS.jl/commit/1427ebb165379fd0dd73d50a1908c104884e8cb4 solves this ;)