Skip to content
Snippets Groups Projects
Commit 3d38cfed authored by apmechev's avatar apmechev
Browse files

Adding a tutorial configuration file; setup.cfg

parent a9a55b30
No related branches found
No related tags found
No related merge requests found
###########
#The definitions for the prefactor calibrator1 step
#These definitions get loaded into the LRT steps
##########
Token:
OBSID: ""
STARTSB: 000
SBXloc: "test/tutorial.tar" # resides at gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/lofar/user/sksp/sandbox/test/tutorial.tar, but also on my ftp
lock: 0
done: 0
hostname: ""
output: ""
LOFAR_PATH: "/cvmfs/softdrive.nl/lofar_sw/LOFAR/2.20.2-centos7"
RESULTS_DIR: "gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/lofar/user/sksp/pipelines/tutorial/"
PIPELINE: "tutorial"
progress: 0
scrub_count: 0
status: queued
times: {'now':1000000}
type: tutorial
#####
# This defines what files/repositories go into the sandbox
# as well as where it's uploaded.
#####
Sandbox:
name: tutorial
loc: "/SKSP/prefactor/"
loc2: None
type: lofar_prefactor
git_scripts: #pulls scripts to make sandbox
prefactor:
git_url: "https://github.com/apmechev/prefactor.git"
commit: "c625e8f"
tcollector:
git_url: "https://gitlab.com/apmechev/procfs_tcollector.git"
branch: "master"
remove_when_done: True
##
#These variables get loaded From Token
#into the environment when launched on worker node
##
Shell_variables: #token values -> Bash variables
'_id': '$TOKEN'
OBSID : '$OBSID'
STARTSB: '$STARTSB'
LOFAR_PATH : '$LOFAR_PATH'
PIPELINE: '$PIPELINE'
RESULTS_DIR : '$RESULTS_DIR'
'_attachments':
Pre-Facet-Calibrator-1.parset: '$PARSET'
srm.txt : srm.txt
[metadata]
description-file = README.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment