Documentation (VF 2.0)
VF HomepageTutorialsGitHub Repos
  • Documentation
    • Introduction
    • General Features
    • Installation
      • Prerequisities
      • VirtualFlow 2.0
      • VFTools 2.0
      • Uninstallation
    • Backgrounds and Principles
      • Directory Structure
      • Input & Output Databases
      • Job Organization
    • Using VirtualFlow 2.0
      • VirtualFlow 2.0 Commands
      • Preparing the Workflow
      • Starting the Workflow
      • Controlling the Workflow
      • Monitoring the Workflow
      • The Completed Workflow
    • Running VirtualFlow 2.0 in the Cloud
    • Troubleshooting
    • Version History
    • Further Resources
  • VFLP 2.0
    • Introduction
    • Features
    • Installation
      • Prerequisities
      • External Packages
    • Background and Principles
      • Directory Structure
      • Input & Output Databases
    • Using VFLP 2.0
    • Troubleshooting
    • Version History
  • VFVS 2.0
    • Introduction
    • Features
    • Installation
      • External Packages
    • Background and Principles
      • Directory Structure
      • Input & Output Databases
    • Supported docking programs and scoring functions
    • Using VFVS 2.0
      • Preparing the Workflow
      • Monitoring the Workflow
      • The Completed Workflow
    • Troubleshooting
    • Version History
  • VFU 2.0
    • Introduction
    • Features
    • Installation
      • External Packages
    • Background and Principles
      • Directory Structure
      • Input & Output Databases
    • Using VFVS
      • Preparing the Workflow
      • Monitoring the Workflow
      • The Completed Workflow
    • Troubleshooting
    • Version History
  • VFTOOLS 2.0
    • Introduction
    • Installation
Powered by GitBook
On this page
  • General
  • The input-files Folder
  • The output-files Folder
  • The workflow Folder
  • The tools Folder
  1. Documentation
  2. Backgrounds and Principles

Directory Structure

please refer to

PreviousBackgrounds and PrinciplesNextInput & Output Databases

Last updated 2 years ago

General

The root folder of VirtualFlow 2.0 contains the following folders:

  • input-files/

  • output-files/

  • workflow/

  • tools/

  • cfn/

The following image shows the four folders within the VFLP 2.0 root directory and their relationships:

Shown are the four first-level folders within the root folder of the VirtualFlow 2.0 root directory and their relationships. Arrows indicate flow of information and/or directives. During the set-up of the workflow by the user, the tools folder is prepared and configured. After that, the other workflow folders are prepared automatically with the command vf_prepare_folders.sh. This will in particular prepare the workflow folder. The workflow folder is used by VirtualFlow 2.0 to run and organize the workflow, which actually processes the input-files (including the ligand database) and generates the output database.

The input-files Folder

The input-files folder contains files that are not part of the VirtualFlow 2.0 code, but are provided by the user as input files. E.g. in the case of VFVS 2.0, it will contain the configuration files for the docking programs.

The only exception is the input ligand database, which can be stored in any location (even outside the VirtualFlow 2.0 root folder) and can be specified in the control file. The reason for this circumstance is that the input ligand database might not only be used for one particular workflow, but multiple instances. Since ligand databases for VirtualFlow 2.0 can be very large, it can be practical to store them only in a single centralized location.

The output-files Folder

The output-files folder is intended for the final output files generated by VirtualFlow during the workflow.

For VFLP 2.0 the output-files folder would contain the prepared ligands. In the case of VFVS 2.0 it would contain the docking results and related output files.

The workflow Folder

The workflow folder contains all the intermediate and runtime files which are needed and generated by VirtualFlow 2.0 itself.

The tools Folder

The tools folder is not used by VirtualFlow 2.0 during the runtime, but it is used by the user. It is used for setting up, starting, controlling, and monitoring the workflow.

The tools folder is also the primary working directory of VirtualFlow 2.0, meaning that all VirtualFlow 2.0 user commands (the commands starting with vflp_ or vfvs_) have to be run from this folder. Also, the batch jobs which are run by VirtualFlow 2.0 use the tools folder as their working directory. All paths specified in the configuration files of VirtualFlow are relative to the tools folder.