# Add one or more context files to this project
# Paths are relative to the project file location
INCLUDE_FILE "context_example.txt"

# Add one or more graph files to this project
# Paths are relative to the project file location
INCLUDE_FILE "graph_example.txt"

PROJECT_START
  # The global project name (only letters/numbers/underline/hifen are accepted)
  PROJECT_NAME "Sample_Project_Name_1"

  # Add one or more analysis to be executed
  # FORMAT: ANALYSIS "Analysys Name" "Context Name" "Graph Name"
  # Only letters/numbers/underline/hifen are accepted as names.

  ANALYSIS "Analysys_Name_1" "Context_Name_1" "Graph_Name_1"
PROJECT_END

