<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:312  Sort:Date

Running Open Babel on Windows
Where to find FAQ (Frequently Asked Questions) on running Open Babel on Windows? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on running Open Babel on Windows. Install Open Babel Binary Package on Windows Run Open Babel GUI on Windows Structure...
2021-02-17, 1782🔥, 0💬

Load Molecule Strcuture from File
How to load a molecule structure from a file into PyMol? In order to visualize a molecule in PyMol, you need to load the molecule structure from a file first. 1. Start PyMol and click the "File &gt; Open" menu. You see the file open dialog box. 2. Find and select the "Molecule-HY-001.sdf" file, ...
2020-04-16, 1766🔥, 0💬

PyMol Installation
Where to find tutorials in understanding what is PyMol and how to install it? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is PyMol and how to install it. What Is PyMol Install PyMol Incentive Edition on MacOS Install PyMo...
2020-04-16, 1752🔥, 0💬

Difference between 3Dmol.js and 3Dmol-min.js
What is the difference between 3Dmol.js and 3Dmol-min.js? From code point of view, 3Dmol.js and 3Dmol-min.js are the same. But they are stored in different file formats: 1. 3Dmol-min.js is the minimized version of 3Dmol.js with all line breaks and other white spaces removed. 2. 3Dmol-min.js is 3 tim...
2022-12-24, 1747🔥, 0💬

contentWindow.ketcher - Access "ketcher" Object
How to access the "ketcher" object when Ketcher is loaded in an HTML "iframe" element? As mentioned in the last tutorial, if Ketcher is loaded in an HTML "iframe" element, you can access the "ketcher" object with the follow JavaScript code: lst = document.getElementsByTagName( "iframe");frm = lst[0]...
2025-09-24, 1707🔥, 2💬

💬 2025-09-24 FYIcenter.com: @Robert, Can you share your entire HTML code including the JavaScript here?

💬 2025-09-19 Robert Grossman: I downloaded the Ketcher standalone Jsvascript code from your site and copied your suggested code here onto a Web page in the ke...

Substructure Search with SMARTS Expressions
How to use SMARTS expressions in a substructure search using "babel" commands? You can use SMARTS expressions in the "-s ..." option in "babel" commands to filter molecules that match given SMARTS expressions. Here are some examples: # C, C and O connected with single bonds fyicenter$ obabel "-:c1cc...
2021-01-09, 1705🔥, 0💬

Stereochemistry with Open Babel
Where to find FAQ (Frequently Asked Questions) on doing Stereochemistry with Open Babel? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on doing Stereochemistry with Open Babel. What Is Stereochemistry Read Stereoinformation from Input Stereo Per...
2022-05-31, 1678🔥, 0💬

Install Ketcher on Apache Web Server
How to install Ketcher on an Apache Web server? If you want to install Ketcher on a Web server for others to try it remotely, you can follow this tutorial to install it an Apache Web server. 1. Follow the previous tutorial to download and install Ketcher on your local computer in the "./standalone" ...
2024-10-14, 1675🔥, 0💬

Open Babel Command Files on macOS
What are Open Babel commands and files installed by the macOS binary package? If you install Open Babel 2.3.1 with the pre-compiled binary package on a macOS computer, you will get a number of Open Babel commands. All Open Babel command files are located in the /usr/local/bin directory: fyicenter$ l...
2020-05-24, 1668🔥, 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, 1630🔥, 0💬

Substructure Search with Wildcard Atom "*"
How to use Wildcard Atom in a substructure search using "babel" commands? You can use "*" in a SMARTS string as a wildcard atom to represent "ANY" atom in a substructure search using "babel" commands. Here are some examples of substructure matching with a wildcard atom "*" in the molecule pattern: f...
2020-06-08, 1630🔥, 0💬

"obabel ... -o svg -xP300" - Scale SVG Image
How to scale and center a molecule SVG image in a given square area? The default behavior of Open Babel 2.4 is different than 2.3 regarding scaling and centering SVG images. With Open Babel 2.4, the molecule SVG image is defaulted in the center of 200x200 square. With Open Babel 2.3, the molecule SV...
2020-07-22, 1629🔥, 0💬

"pdb=..." - Load PDB Data in 3Dmol Viewer
How to load a protein structure with the PDB ID in the Online 3Dmol Viewer? You can use the pdb={PDB_ID} URL parameter to load protein data from https://www.rcsb.org/ in the Online 3Dmol Viewer. https://3dmol.org/viewer.html? pdb={PDB_ID}For example, enter the following URL in Web browser. You see t...
2023-01-06, 1627🔥, 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, 1593🔥, 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, 1590🔥, 0💬

Getting Started with 3Dmol.js
Where to find FAQ (Frequently Asked Questions) on Getting Started with 3Dmol.js? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Getting Started with 3Dmol.js. What Is 3Dmol.js Library Use the Online Version of 3Dmol.js Library Install 3Dmol.js...
2022-12-24, 1563🔥, 0💬

ketcher.getMolfile() - Export Molecule in Molfile Format
How to export the molecule structure in Molfile format from the Ketcher with the ketcher.getMolfile() method? To export the molecule structure in Molfile format from the Ketcher, you can use the getMolfile() method provided by the Ketcher API as shown in below: 1. Load the Ketcher editor in an "ifra...
2024-03-17, 1554🔥, 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, 1553🔥, 0💬

JSME Molecule Editor at FYIcenter.com
What is JSME Molecule Editor at FYIcenter.com? FYIcenter.com maintains a version of JSME Molecule Editor. You can use it to create a new molecule, or edit an existing molecule. JSME, Molecule Editor in JavaScript is a free molecule editor created by Peter Ertl and Bruno Bienfait. It can be used as a...
2021-08-13, 1541🔥, 0💬

JS Loading Error - JSME Instance Named as "jsme"
Why I am getting the JavaScript file loading error, if I name the JSME Instance Named as "jsme"? "jsme" is used in JSME JavaScript code for another object. If you use it to name your new JSME object, it will override the other object and cause JavaScript loading errors. 1. Follow the previous tutori...
2020-05-18, 1518🔥, 0💬

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, 1515🔥, 0💬

Understanding "babel" Command Line Syntax
Where to find FAQ (Frequently Asked Questions) on understanding "babel" Command Line Syntax? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on understanding "babel" Command Line Syntax. What Is "babel" Command "babel" Command - Input Data Source ...
2020-05-24, 1505🔥, 0💬

Display Protein Structure with 3Dmol.js
How to display a protein structure with 3Dmol.js? You can follow these steps to display a protein structure by loading an online PDB file. 1. Get URL of the online PDB file: https://files.rcsb.org/downloa d/1YCR.pdb2. Create an HTML file, View-PDB-Online.html, with the following code. The PDB file l...
2022-12-26, 1500🔥, 0💬

"babel -i fs ... -s query_file" - Exact Match Search
How to perform exact match in fastsearch index file using a "babel" command? If you want to perform an exact match search using the fastsearch index file, you can use the following "babel" command syntax: babel -i fs index_file output_section -s query_file In the above command: "-i fs index_file" - ...
2020-05-25, 1499🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:312  Sort:Date