<< < 1 2 3 4 5 6 > >>   Sort: Rank

"babel" - FP2 Fingerprint Fragment Ends at Ring
What happens if a ring is in the molecule FP2 fragment path? In the Open Babel FP2 fingerprint algorithm, if a ring is in the fragment path, the path will end when the atom meets the same atom again in the path. In other words, the same atom in a ring should not appear twice in the same fragment pat...
2020-12-02, 528👍, 0💬

List of Open Babel Commands
How many command line tools are provided in the Open Babel package? By default, Open Babel package provides the following command line tools: babel (obabel) - Convert chemistry and molecular modeling data files. obchiral - Print molecular chirality information. obconformer - Generate conformer coord...
2020-11-22, 963👍, 0💬

"obconformer" - Generate Best Conformer
What Is "obconformer" command? How to use it to generate the best conformer from a base molecule? "obconformer" command is a command line tool provided in the Open Babel package that allows you to generate the best conformer from a base molecule. Here is the user manual of the "obconformer" command....
2020-11-22, 789👍, 0💬

"babel -H fpt" - Fingerprint Help Information
How to get help information on Open Babel Fingerprints? You can use the "babel -H fpt" command to get help information on Open Babel Fingerprints: fyicenter$ babel -H fpt fpt Fingerprint format Generate or display molecular fingerprints. This format constructs and displays fingerprints and (for mult...
2020-11-22, 621👍, 0💬

Other Open Babel Commands
Where to find FAQ (Frequently Asked Questions) on Open Babel Commands other than the format converter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Open Babel Commands other than the format converter. List of Open Babel Commands "obchiral" -...
2020-11-22, 612👍, 0💬

"obchiral" - Print Chirality Information
What Is "obchiral" command? How to use it to Print Chirality Information? "obchiral" command is a command line tool provided in the Open Babel package that allows you to calculate and print molecule chirality information. Here is the user manual of the "obchiral" command. NAME obchiral -- print mole...
2020-11-22, 604👍, 0💬

"obgen" - Generate Molecule 3D Structures
What Is "obgen" command? How to use it to Generate Molecule 3D Structures? "obgen" command is a command line tool provided in the Open Babel package that allows you to Generate Molecule 3D Structures. "obgen" command does the same job as the "babel ... --gen3D" with more options. Here is the user ma...
2020-11-11, 1569👍, 0💬

"obenergy" - Calculate Molecule Energy
What Is "obenergy" command? How to use it to Calculate Molecule Energy? "obenergy" command is a command line tool provided in the Open Babel package that allows you to Calculate Molecule Energy. Here is the user manual of the "obenergy" command. NAME obenergy -- calculate the energy for a molecule S...
2020-11-11, 648👍, 0💬

"obgrep" - Search Molecules using SMARTS
What Is "obgrep" command? How to use it to Search Molecules using SMARTS strings? "obgrep" command is a command line tool provided in the Open Babel package that allows you to Search Molecules using SMARTS strings. "obgrep" command does the same job as the "babel ... -s ..." with more options. Here ...
2020-11-11, 626👍, 0💬

"obfit" - Superimpose Two Molecules
What Is "obfit" command? How to use it to Superimpose Two Molecules? "obfit" command is a command line tool provided in the Open Babel package that allows you to Superimpose Two Molecules. Here is the user manual of the "obfit" command. NAME obfit -- superimpose two molecules based on a pattern SYNO...
2020-11-11, 548👍, 0💬

"obprobe" - Create Electrostatic Probe Grid
What Is "obprobe" command? How to use it to optimize the geometry and minimize the energy for a given molecule? "obprobe" command is a command line tool provided in the Open Babel package that allows you to Create Electrostatic Probe Grid for a given molecule. Here is the user manual of the "obprobe...
2020-10-26, 633👍, 0💬

"obrotamer" - Generate Random Rotational Isomers
What Is "obrotamer" command? How to use it to Generate Random Rotational Isomers for a given molecule? "obrotamer" command is a command line tool provided in the Open Babel package that allows you to Generate Random Rotational Isomers for a given molecule. Here is the user manual of the "obrotamer" ...
2020-10-26, 603👍, 0💬

"obrotate" - Rotate Dihedral Angles with SMARTS
What Is "obrotate" command? How to use it to batch-rotate dihedral angles matching SMARTS patterns? "obrotate" command is a command line tool provided in the Open Babel package that allows you to batch-rotate dihedral angles matching SMARTS patterns. Here is the user manual of the "obrotamer" comman...
2020-10-26, 603👍, 0💬

Install Open Babel Library RPM Package for CentOS
How to download and install Open Babel library RPM package for CentOS computers? Open Babel library RPM package is the base package that is required to support other Open Babel RPM interface packages. So you should download and install it first as shown in this tutorial. 1. Go back to the Linux pack...
2020-10-20, 1472👍, 0💬

Open Babel Installation Options on CentOS
What are the options for installing Open Babel on CentOS computers? There are a number of options for installing Open Babel on CentOS computers: 1. Install Open Babel with a newer software package manager like DNF/YUM. This is the easiest option to install Open Babel on CentOS computers, if someone ...
2020-10-20, 659👍, 0💬

"DNF/YUM search" - Open Babel Binary Packages
Is there any Open Babel binary packages ready to be installed with DNF/YUM on CentOS systems? The answer is yes and no, depending on which release of CentOS you are running. If you are running CentOS 8.0, Open Babel binary packages are available: fyicenter$ more /etc/system-release CentOS Linux rele...
2020-10-20, 632👍, 0💬

Search Open Babel RPM Packages for CentOS
How to search for Open Babel RPM binary packages for CentOS computers? You can follow this tutorial to search for Open Babel RPM binary packages for CentOS computers. 1. Before searching the Internet for any RPM binary packages, you need to know the architecture type of your computer. This can be do...
2020-10-20, 621👍, 0💬

Running Open Babel on CentOS
Where to find FAQ (Frequently Asked Questions) on running Open Babel on CentOS? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on running Open Babel on CentOS. Open Babel Installation Options on CentOS "DNF/YUM search" - No Open Babel Binary Pack...
2020-10-20, 619👍, 0💬

Install Open Babel from Source Code on CentOS
How to download and instal Open Babel from source code on CentOS computers? I want to build the binary programs by myself. If you want to build the Open Babel binary programs from source code yourself, you can follow this tutorial. 1. Go to Open Babel Code Repository at https://sourceforge.net/proje. ..
2020-10-10, 1501👍, 0💬

Install Open Babel CLI RPM Package for CentOS
How to download and install Open Babel CLI (Command Line Interface) RPM package for CentOS computers? Open Babel CLI RPM package offers a number of pre-build command line tools for you convert and manipulate molecule data from one format to another format using Open Babel library. You can follow thi...
2020-10-10, 713👍, 0💬

"babel ... -f # -l #" - Split Large Molecule File
How to split a file with a large number of molecules? You can split a file with a large number of molecules into smaller files by extracting a chunk of molecules to the output using the "-f #" and "-l #" options. The "-f #" option specifies the index of the first molecule to be extracted. The "-l #"...
2020-09-30, 1527👍, 0💬

Using Fastsearch Fingerprint Index
Where to find FAQ (Frequently Asked Questions) on Using Fastsearch Fingerprint Index with Open Babel? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Fastsearch Fingerprint Index with Open Babel. "babel ... -o fs" - Generate Fastsearch In...
2020-09-30, 585👍, 0💬

Open Babel Installation Options on macOS
What are the options for installing Open Babel on macOS computers? There are a number of options for installing Open Babel on macOS computers: 1. Install Open Babel with a pre-compiled binary package. Open Babel 2.3.1 macOS binary package is available. This is the easiest option to install Open Babe...
2020-09-15, 1312👍, 0💬

Running Open Babel on macOS
Where to find FAQ (Frequently Asked Questions) on running Open Babel on macOS? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on running Open Babel on macOS. Open Babel Installation Options on macOS Install Open Babel Binary Package on macOS Open...
2020-09-15, 1127👍, 0💬

<< < 1 2 3 4 5 6 > >>   Sort: Rank