> For the complete documentation index, see [llms.txt](https://docs.virtual-flow.org/tutorials-vf1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virtual-flow.org/tutorials-vf1/vfvs-tutorial-1-bash/introduction.md).

# Introduction

## Aims

The goals of this tutorial are to demonstrate:

1. [How VFVS can be installed](/tutorials-vf1/vfvs-tutorial-1-bash/installation.md) (in a preconfigured setting)
2. [How the workflow prepared ](/tutorials-vf1/vfvs-tutorial-1-bash/setting-up-the-workflow.md) (in a preconfigured setting)
3. How VFVS is principally used:
   1. [Starting the workflow](/tutorials-vf1/vfvs-tutorial-1-bash/starting-the-workflow.md)
   2. [Monitoring the workflow](/tutorials-vf1/vfvs-tutorial-1-bash/monitoring-the-workflow.md)
4. [How to obtain the output database after completion](/tutorials-vf1/vfvs-tutorial-1-bash/the-completed-workflow.md)

This is a short tutorial, which only covers some of the basics.

## The Target

The target structure in this tutorial is human glucokinase (GK), and the purpose of the screening is to find activating compounds (see also [Petit *et al.*](http://scripts.iucr.org/cgi-bin/paper?S0907444911036729) for background information). The structure used has PDB ID 4NO7 (<https://www.rcsb.org/structure/4NO7>).&#x20;

![Human glucokinase (GK). The structure shown has PDB ID 4NO7.](/files/-LaFgYvo9yOOkI_PWp90)

## Docking Scenarios

The files in this tutorial come with two pre-configured docking scenarios:

1. [QuickVina 2](https://academic.oup.com/bioinformatics/article/31/13/2214/195750) with exhaustiveness set to 8
2. [Smina Vinardo](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0155183) with exhaustiveness set to 4

All other docking parameters are the same for both docking programs.

The pre-configured docking box is shown below:

![](/files/-LaFhzkHkEIAytGjSySQ)

![](/files/-LaFi26M-zGapeab6CSP)

![](/files/-LaFi86LZzT210aiXkqJ)

Details on how to prepare the docking input files for Autodock Vina-based programs can for example be found at [http://vina.scripps.edu](http://vina.scripps.edu/).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.virtual-flow.org/tutorials-vf1/vfvs-tutorial-1-bash/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
