Skip to content
DIEGO ENRY GOMES edited this page May 17, 2018 · 23 revisions

ChemFlow

ChemFlow is a series of computational chemistry workflows designed to automatize and simplify the drug discovery pipeline and scoring function benchmarking.

The workflows allow the user to spend more time thinking, i.e. running benchmarks or designing the experiments, analyzing the data, and taking decisions, rather than programming/testing/debugging.

It consists mostly of BASH and PYTHON scripts that can be launched locally (serial or with GNU parallel) or on a compute cluster via PBS or SLURM.

  • DockFlow : Docking and Virtual Screening
  • ScoreFlow : Rescoring using PLANTS, Autodock Vina, or MM(PB,GB)SA through AmberTools.
  • ReportFlow : Extensive data analysis and reporting tool
  • MDFlow : Molecular Dynamics (next release)
  • MDReport : Specialized analysis & report tool for MD simulations (next release)
  • *HGFlow: Specialized for Host-Guest systems
  • and other useful tools !

📦 Installation

Clone or download the latest version of ChemFlow to it's destination, open a terminal and run the install.sh script located inside ChemFlow's directory.

cd ~/software
git clone https://github.com/IFMlab/ChemFlow.git
cd ChemFlow
./install.sh

It will create a CHEMFLOW_HOME variable, and add the necessary executables to your path.

Paths to some of the softwares executables (PLANTS, SPORES, Vina, Amber) should be added in the $CHEMFLOW_HOME/ChemFlow.config file.

⚠️ Requirements

We do not provide any of the licensed softwares used by ChemFlow. It is up to the user to acquire and install PLANTS, Vina, Amber, Python 3 and the other softwares that might be added in future releases of ChemFlow.

PLANTS and SPORES are both available under a free academic license. ReportFlow makes heavy uses of Python 3 through Jupyter-Notebook. It requires the following Python packages to run seamleslly :

  • jupyter
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • scipy
  • seaborn

A tutorial on how to install python packages with PIP is available here We also advise the user to install jupyter_contrib_nbextensions to improve the functionality of the notebooks.