analyzer.core.executors.condor_tools¶
Attributes¶
Classes¶
Functions¶
|
Module Contents¶
- analyzer.core.executors.condor_tools.SCRIPT_TEMPLATE = Multiline-String[source]¶
Show Value
""" # GENERATED AUTOMATICALLY echo "STARTING SETUP" {% for item in files_to_unzip %} echo "UNTARRING {{item}}" tar zxf {{ item }} {% endfor %} ls -alhtr export X509_USER_PROXY=$(realpath {{ voms_path_in_container }}) echo $X509_USER_PROXY echo "ACTIVATING VENV {{ venv_activate_path }}" source {{ venv_activate_path }} echo "HERERHERHERHEHRHERHER" which python3 """