module OpenBabel

Defined in:

moltiverse/openbabel.cr

Class Method Summary

Class Method Detail

def self.add_hydrogens(path : Path | String, ph : Float64) : Chem::Structure #

[View source]
def self.add_hydrogens(path : Path | String) : Chem::Structure #

[View source]
def self.convert(path : Path | String, output : Path | String) #

[View source]
def self.convert_smiles(smiles : String) : Chem::Structure #

[View source]
def self.gen_coords(path : Path | String, mode : CoordinateGenerationMode = :medium) : Chem::Structure #

[View source]
def self.run(path : Path | String, args : Enumerable, fail_fast : Bool = true) : Chem::Structure #

[View source]