<< < 1 2 3 4 5 6 7 8 > >>   ∑:176  Sort:Rank

Fingerprint Types Supported in Open Babel
What Fingerprint Types are Supported in Open Babel? You can get a list of fingerprint types supported in Open Babel by running the "babel -L fingerprints" command: fyicenter$ babel -L fingerprints FP2 Indexes linear fragments up to 7 atoms. FP3 SMARTS patterns specified in the file patterns.txt FP4 ...
2020-12-15, 846🔥, 0💬

"babel" - FP2 Exhaustive Fingerprint Fragments
How to exhaust all possible Open Babel FP2 Fingerprint Fragments in a molecule? The easiest way to exhaust all possible Open Babel FP2 Fingerprint Fragments in a molecule to following this algorithm: Loop through all atoms (except H) in the molecule. Set each atom as the root of a bond-atom tree. An...
2020-12-02, 1015🔥, 0💬

"babel -ofpt -xs" - Display Fingerprint Fragments
How to Display Fingerprint Fragments using "babel" command? I want to know how many fragments are used when taking the fingerprint of a given molecule. You can using ""-ofpt -xs" options of the "babel" command to Display Fingerprint Fragment information. Here are some examples of molecule fingerprin...
2020-12-02, 879🔥, 0💬

Generate Fingerprint of Single Molecule
How to generate the fingerprint of a single molecule? I want to see the fingerprint value. If you want see the fingerprint value of a single molecule, you can just specify the molecule as the only input molecule to the "babel ... -o fpt " command. Open Babel will output its fingerprint in hexadecima...
2020-12-02, 849🔥, 0💬

Substructure Search with Fingerprints
Can I do Substructure Search with fingerprints using Open Babel? Yes, you can do Substructure Search with fingerprints using Open Babel. All you have to do is to take substructure as the query molecule and run a similarity search using the fingerprint output option "-o fpt ". When Open Babel calcula...
2020-12-02, 738🔥, 0💬

"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, 665🔥, 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, 1665🔥, 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, 1143🔥, 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, 823🔥, 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, 804🔥, 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, 767🔥, 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, 2491🔥, 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, 850🔥, 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, 827🔥, 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, 770🔥, 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, 781🔥, 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, 778🔥, 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, 753🔥, 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, 2124🔥, 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, 937🔥, 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, 857🔥, 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, 787🔥, 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, 779🔥, 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, 2092🔥, 0💬

<< < 1 2 3 4 5 6 7 8 > >>   ∑:176  Sort:Rank