# This is the replica catalog. It lists information about each of the
# input files used by the workflow.

# The format is:
# LFN     PFN    pool="SITE"
#
# For example:
#data.txt  file:///tmp/data.txt         site="local"
#data.txt  http://example.org/data.txt  site="example"
{% if generate_tutorial == true and tutorial == "split" %}
pegasus.html file://{{workflowdir}}/input/pegasus.html   site="local"
{% endif %}
{% if generate_tutorial == true and tutorial == "diamond" %}
f.a file://{{workflowdir}}/input/f.a   site="local"
{% endif %}
{% if generate_tutorial == true and tutorial == "mpi-hw" %}
f.in file://{{workflowdir}}/input/f.in   site="local"
{% endif %}
{% if generate_tutorial == true and tutorial == "population" %}
county_cohort_pop_config.ini file://{{workflowdir}}/scripts/config/county_cohort_pop_config.ini site="local"
geospatial.py file://{{workflowdir}}/scripts/geospatial.py site="local"
{% endif %}
