module Chem::Protein::Stride

Overview

TODO drop this as a format.

Defined in:

chem/formats/stride.cr
chem/protein/stride.cr

Class Method Summary

Class Method Detail

def self.assign(struc : Structure) : Nil #

[View source]
def self.write(io : IO, struc : Structure) : Nil #

Writes a structure to io.


[View source]
def self.write(path : Path | String, struc : Structure) : Nil #

Writes a structure to path.


[View source]