<< < 7 8 9 10 11 12 13 >   ∑:309  Sort:Rank

"babel ... -o svg -xC" - Hide Terminal C in SVG
How to hide those C symbols for terminal carbon atoms in SVG with the "babel" command? If you want to hide those C symbols for terminal carbon atoms in SVG format, you can use the "-o svg -xC" option with the "babel" command. Here is how the "-xC" option is described in Open Babel help document: "C ...
2020-07-22, 806🔥, 0💬

"babel ... -o svg" - Two "svg" Tag Levels
Why am getting two "svg" tag levels in SVG source code generated by the "babel" command? If you are using Open Babel 2.4.1 or higher, you will notice that there are two "svg" tag levels in SVG source code generated by the "babel" command. The main reason for using two "svg" tag levels for including ...
2020-07-22, 768🔥, 0💬

"babel ... -o svg -xd -xP300" Bug - Option -d takes a parameter
Why "babel ... -o svg -xd -xP300" command is giving the "Option -d takes a parameter" error in Open Babel 2.4? It seems to be another code bug in the "babel" command in Open Babel 2.4 release. "-xd" option for "svg" output format should not require any parameters according the help document: "d - do...
2020-07-15, 749🔥, 0💬

"babel ... -o svg -xS" - Ball/Stick Depiction in SVG
How to generate a ball and stick depiction of a molecule in SVG with the "babel" command? If you want to a ball and stick depiction of a molecule in SVG format, you can use the "-o svg -xS" option with the "babel" command. For example, the following command generate a ball and stick depiction of of ...
2020-07-15, 873🔥, 0💬

"babel -h" Command - Add Hydrogens to Molecule Data
How to add hydrogen atoms to molecule data during data conversion? Most molecules contains many hydrogen atoms. When molecules are written in many data formats, those hydrogen atoms are removed. We normally can read molecule structure without hydrogen atoms. But if you want to add those removed hydr...
2020-07-15, 3138🔥, 0💬

List of File Formats Supported by Open Babel
How to get a list of File Formats Supported by Open Babel? You can use "babel -L formats" command to get a list of File Formats Supported by Open Babel: fyicenter$ babel -L formats abinit -- ABINIT Output Format [Read-only] acr -- ACR format [Read-only] adf -- ADF cartesian input format [Write-only]...
2020-07-15, 1330🔥, 0💬

"babel -x..." Command - Extra Output Writing Options
How to pass extra options for "babel" to write output data of a specific format? If you want to pass extra options for "babel" to write output data of a specific format, you need to use one or more "-x..." options in the "babel" command line as shown in the following syntax: babel input_section outp...
2020-07-15, 825🔥, 0💬

"babel -d" Command - Delete Hydrogens from Molecule Data
How to delete hydrogen atoms from molecule data during data conversion? If hydrogen atoms of a molecule are included in the input data source, you can use the "babel" generic option "-d" remove those hydrogen atoms during the molecule data conversion process. Here is an example of using the "-d" opt...
2020-07-15, 745🔥, 0💬

"babel -a..." Command - Extra Input Reading Options
How to pass extra options for "babel" to read input data of a specific format? If you want to pass extra options for "babel" to read input data of a specific format, you need to use one or more "-a..." options in the "babel" command line as shown in the following syntax: babel input_section output_s...
2020-07-15, 722🔥, 0💬

Substructure Search with Wildcard Bond "~"
How to use Wildcard Bond in a substructure search using "babel" commands? You can use "~" in a SMARTS string as a wildcard bond to represent "ANY" bond in a substructure search using "babel" commands. Here are some examples of substructure matching with a wildcard bond "~" in the molecule pattern: f...
2020-06-08, 1158🔥, 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, 1077🔥, 0💬

Substructure Search with Open Babel
Where to find FAQ (Frequently Asked Questions) on Substructure Search with Open Babel? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Substructure Search with Open Babel. "babel -s ..." Command - Substructure Search Substructure Search with Wi...
2020-06-08, 1067🔥, 0💬

What Are SMARTS Expressions
What are SMARTS expressions? SMARTS expressions are divided into 3 types: 1. Atom Expressions - An expression that can be evaluated to an atom pattern using atom operations on atoms and atom expressions. An atom expression must be enclosed in square brackets, if it is not a single simple atom symbol...
2020-06-08, 821🔥, 0💬

"babel -s ..." Command - Substructure Search
How to use "babel -s ..." command to do substructure search? You can do substructure search using the "-s ..." option of the "babel" command with the following syntax: babel input_section output_section -s smarts_string The smarts_string specifies a SMARTS string that represents a molecule pattern. ...
2020-06-08, 795🔥, 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, 971🔥, 0💬

"babel -i fs ... -s SMILES" - Substructure Search with Index
How to perform a substructure search using the fastsearch index file with the "babel" command? If you want to perform a substructure search using the fastsearch index file, you can use the following "babel" command syntax: babel -i fs index_file output_section -s SMILES In the above command: "-i fs ...
2020-05-25, 783🔥, 0💬

"babel -i fs ... -s query_file" - Substructure Search
Why am I getting no results with "babel -i fs ... -s query_file" command? It should perform a substructure search in a fastsearch index file. According to the "babel -H fs" help document, you can perform a substructure search in a fastsearch index file with the query molecule stored in a file in any...
2020-05-25, 741🔥, 0💬

Install Open Babel Binary Package on macOS
How to Install Open Babel binary package on macOS computers? The easiest option to install Open Babel on macOS computers is to install the Open Babel pre-compiled binary package as shown in this tutorial. 1. Go to Open Babel download Website at SourceForge.net . 2. Click to open "Files &gt; open...
2020-05-24, 6052🔥, 0💬

Open Babel File Location on macOS
Where are Open Babel files located on my macOS computers? If you install Open Babel 2.3.1 with the pre-compiled binary package on a macOS computer, you can find its program file location with the "which" command: fyicenter$ which babel /usr/local/bin/babel fyicenter$ ls -l /usr/local/bin/babel -rwxr...
2020-05-24, 1619🔥, 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, 1031🔥, 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, 814🔥, 0💬

Open Babel Tutorials
Where to find FAQ (Frequently Asked Questions) on Open Babel, Chemistry Toolbox? I want to learn more about Open Babel. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Open Babel, Chemistry Toolbox: Introduction to Open Babel What I...
2020-05-21, 3506🔥, 0💬

Introduction to Open Babel
Where to find FAQ (Frequently Asked Questions) on basic understanding of Open Babel, Chemistry Toolbox? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on basic understanding of Open Babel, Chemistry Toolbox. What Is Open Babel, Chemistry Toolbox ...
2020-05-21, 966🔥, 0💬

Download and Install JSME
How to Download and Install the latest version of JSME? You can follow this tutorial to download and install the latest version of JSME. 1. Go to JSME Download Website . 2. Click "JSME_2022-09-26.zip" to download the latest version. 3. Save the download file as "JSME_2022-09-26.zip". 4. Unzip "JSME_...
2020-05-18, 3010🔥, 0💬

<< < 7 8 9 10 11 12 13 >   ∑:309  Sort:Rank