Molecular docking
I'm want to know how to convert a sdf unique file contenting several molecules coordinate to pdbqt format ?
pdbqt
docking
sdf
• 1,881 views
•
link
updated
by
tothepoint
•
written
by
diabateoudou •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Compare SMILES from PDBQT file and SDF File
written by bioinformatics.queriesHello everyone I have very basic question. Is there any way to convert the PDBQT SMILES to SDF_SMILES format ? Usually hydrogen and charges are …
-
How to combine docked ligand (in pdbqt format) and protein (in pdbqt format) into single pdb file? …
written by Joshua •Hi all, I have only one ligand molecules, but I have a set of protein molecules (few are present in pdb database, few are generated …
-
Problems separating and converting molecule files with openbabel
written by smithk •I'm trying to convert a single SDF file containing a chemical library of 1000+ compounds into individual PBDQT files to use with AutoDock Vina. I …
-
Help regarding vina split
written by Sharon •Hi, I am using structure data of (approved only) drugs which is available in sdf format. I have converted this single sdf file into pdbqt …
-
format conversion using OpenBabel
written by roybatty269 •I want to convert several molecules from sdf format to pdbqt using OpenBabel- However, I can´t find pdbqt format in the output format options (nor …
-
How to convert chemdraw file in CDX format either into Mol2 or SDF format?
written by muhammadhassam8 •How to convert chemdraw file in CDX format either into Mol2 or SDF format to further convert in 3D format?
-
Problems with sdf to pdb file conversion
written by mlovelace713 •Hello, my name is Matthew Lovelace, I am a highschooler and for one of my classes I am working on a project that uses Autodock …
-
SDF data from pubchem database by entering SID or CID of molecule
written by SabineHi All, I want to download the SDF file data for a list of pubchem compounds. I have SID, CID information of all of the …
-
all unique compound structure (SMILES) of PubChem Database
written by ajingnkHi everyone, I want to get all unique compound structures of PubChem Database. I have download SDF file for PubChem, but it is 45G after …
-
Filter Out Sdf Molecules Based On Lipinski Rule
written by anika.menon22 •<p>Hello,</p> <p>Is there any tool that i could use to filter out sdf molecules based on lipinski rule? I have an sdf file of 10k …
Use
openbabelto first split sdf file into individual files. Following the splitting step convert each file into .pdb or .mol format.Finally use vina python module
prepare_ligand4.pyto convert it into .pdbqt.