<< < 638 639 640 641 642 643 644 645 646 647 > >>   ∑:15520  Sort:Rank

Molecule FYI-1000174
Molecule Summary: ID: FYI-1000174 SMILES: N#CCCC(Br)(Cc1ccccc1)Cc2ccccc2 Received at FYIcenter.com on: 2020-10-12
2020-10-20, 2507🔥, 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, 1964🔥, 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, 1474🔥, 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, 1427🔥, 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, 1282🔥, 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, 3508🔥, 0💬

Molecule FYI-1000172
Molecule Summary: ID: FYI-1000172 SMILES: COc1cc(/C=C/c2cc(/C=C/c3ccc(O) c(OC)c3)[nH]n2)ccc1OReceived at FYIcenter.com on: 2020-10-06
2020-10-10, 3342🔥, 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, 1685🔥, 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, 3650🔥, 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, 1274🔥, 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, 5186🔥, 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, 3308🔥, 0💬

What Is Open Babel, Chemistry Toolbox
What Is Open Babel, Chemistry Toolbox? Open Babel, is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or r...
2020-09-15, 2393🔥, 0💬

Open Babel History and Releases
When Open Babel was first developed? And how many Open Babel releases are there? The original Babel was written by Pat Walters and Matt Stahl in 2001, based on the "convert" program by Ajay Shah. The original Babel is a remarkable chemistry file conversion tool. Pat Walters and Matt Stahl rewrote Ba...
2020-09-15, 2007🔥, 0💬

What Is "babel" Command
What Is "babel" Command? How to get command line help for Open Babel? "babel" Command is the command to invoke Open Babel different functionalities by specifying different command options. You can use "babel -H" command to get help information on Open Babel command: fyicenter$ babel -H Open Babel co...
2020-09-15, 1562🔥, 0💬

Molecule FYI-1000165
Molecule Summary: ID: FYI-1000165 SMILES: Received at FYIcenter.com on: 2020-08-17
2020-08-25, 2651🔥, 0💬

"babel ... -o fs" - Generate Fastsearch Index
What is Open Babel Fastsearch Index file? How to generate it with the "babel" command? Fastsearch index file is an Open Babel specific binary file that stores pre-calculated fingerprints and their indexes for multiple molecules. Fastsearch index file can improve similarity search significantly faste...
2020-08-25, 1466🔥, 0💬

"Difficulty opening ..." Error Using Fastsearch Index
Why am I getting this "Difficulty opening ..." error using Fastsearch Index files? When you are using a fastsearch index file as the input, you must keep the original molecule data files in the original location, because the index file has references to the original data files. If those original dat...
2020-08-25, 1386🔥, 0💬

"babel -i fs ..." - Fingerprint Index Based Search
How to perform a Fingerprint Index Based Search with the "babel" command? You can perform a Fingerprint Index Based Search with the "babel" command using the "-i fs" option to specify the fingerprint index file as the input. For more information, read the help document on fastsearch index file forma...
2020-08-25, 1368🔥, 0💬

"babel -i fs ... -s ... -at score_range" - Similarity Search
How to perform a similarity search in a given score range using the fastsearch index file with the "babel" command? If you want to perform a similarity search in a specific score range using the fastsearch index file, you can use the following "babel" command syntax: babel -i fs index_file output_se...
2020-08-25, 1258🔥, 0💬

"babel -i fs ... -s ... -at n" - Top n Similarity Search
How to perform a top 10 similarity search using the fastsearch index file with the "babel" command? If you want to perform a top n similarity search using the fastsearch index file, you can use the following "babel" command syntax: babel -i fs index_file output_section -s query_molecule -at n -aa In...
2020-08-25, 1223🔥, 0💬

pubchem.ncbi.nlm.nih.gov Molecule Database
What is pubchem.ncbi.nlm.nih.gov Molecule Database? pubchem.ncbi.nlm.nih.gov Molecule Database is the world's largest collection of small molecules with fewer than 1000 atoms and 1000 bonds. You can search pubchem.ncbi.nlm.nih.gov Molecule Database by: Chemical names Molecule formula SMILES and InCh...
2020-08-03, 2546🔥, 1💬

PyMol Screen Layout
What information is displayed in each area on PyMol Screen? Once PyMol is started, you should see two windows displayed: External GUI - A Graphical User Interface window with the following areas: 1. Output message area - An area where output messages are displayed. Initially, the output area display...
2020-08-03, 2307🔥, 1💬

Skeletal Formula Notations
What notations are used in molecule skeletal formula? There are a number of notations are used Skeletal Formula to simiplify molecule diagrams. 1. Carbon Element Symbols Removed - Since carbon elements are so common in molecules, carbon element symbols are removed from Skeletal Formula diagrams. Whe...
2020-08-03, 1880🔥, 1💬

<< < 638 639 640 641 642 643 644 645 646 647 > >>   ∑:15520  Sort:Rank