/SDF2CSV

SDF2CSV is a web application developed using Flask and RDkit libraries. The purpose of this app is to convert the MOL data into SMILES and extract the data into a csv file.

Primary LanguageHTML

SDF2CSV

SDF2CSV is a web application developed using Flask and RDkit libraries. The purpose of this app is to convert the MOL data into SMILES and extract the data into a csv file.

How to use

Through GUI

Go to Application folder Right click on SDF2CSV file and mark it as executable Again right click SDF2CSV and select Run as program

Through CLI

Open terminal in the application folder and run the following code. chmod +x sdf2csv.sh ./sdf2csv

Have a Nice Day.