Tag: python script

How to Fix Broken Vina Docked Output in DS Visualizer: A Step-by-Step Guide

Molecular docking is a crucial method in computational drug discovery, allowing researchers…

Dr. Muniba Faiza Dr. Muniba Faiza

How to create a pie chart using Python?

In this article. we are creating a pie chart of the docking…

Dr. Muniba Faiza Dr. Muniba Faiza

vs_analysis_compound.py: Python script to search for binding affinities based on compound names.

Previously, we have provided the vs_analysis.py script to analyze virtual screening (VS)…

Dr. Muniba Faiza Dr. Muniba Faiza

How to download files from an FTP server using Python?

In this article, we provide a simple Python script to download files…

Dr. Muniba Faiza Dr. Muniba Faiza

smitostr.py: Python script to convert SMILES to structures.

As mentioned in some of our previous articles, RDKit provides a wide…

Dr. Muniba Faiza Dr. Muniba Faiza

How to calculate drug-likeness using RDKit?

RDKit allows performing multiple functions on chemical compounds. One is the quantitative…

Dr. Muniba Faiza Dr. Muniba Faiza

sdftosmi.py: Convert multiple ligands/compounds in SDF format to SMILES.

You can obtain SMILES of multiple compounds or ligands in an SDF…

Dr. Muniba Faiza Dr. Muniba Faiza

dssp_parser: A new Python package to extract helices from DSSP files.

A new Python package named 'dssp_parser' is developed to parse DSSP files.…

Dr. Muniba Faiza Dr. Muniba Faiza

How to calculate center of mass of a protein structure using Python script?

Here is a Python script that helps you calculate the center of…

Dr. Muniba Faiza Dr. Muniba Faiza

How to sort binding affinities based on a cutoff using vs_analysis.py script?

Previously, we have provided a Python script (vs_analysis.py) to analyze the virtual…

Dr. Muniba Faiza Dr. Muniba Faiza

Video Tutorial: How to use vs_analysis Python script for virtual screening result analysis of Autodock Vina?

This is a demonstration video of our previously mentioned Python script (vs_analysis.py)…

Dr. Muniba Faiza Dr. Muniba Faiza

How to search for a specific character in a file using Python?

In this article, a simple python script is provided that can be…

Dr. Muniba Faiza Dr. Muniba Faiza