Python library for bridging zoo execution context and calrissian
STORAGE_CLASS: RWX storage classCALRISSIAN_IMAGE: Calrissian container imageDEFAULT_VOLUME_SIZE: default size for RWX storage volumeMAX_CORES: maximum number of cores to use during a Calrissian Job to be used if the CWL does not set the resource requirementsMAX_RAM: maximum number of RAM to use during a Calrissian Job to be used if the CWL does not set the resource requirements
CWL wrapper templates:
WRAPPER_STAGE_INWRAPPER_STAGE_OUTWRAPPER_STAGE_MAINWRAPPER_STAGE_RULES
Add a tests/.env file including the values with::
CR_USERNAME=""
CR_TOKEN=""
CR_ENDPOINT="https://index.docker.io/v1/"
CR_EMAIL=""
AWS_SERVICE_URL=""
AWS_REGION=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
KUBECONFIG=""
STORAGE_CLASS=""
DEFAULT_MAX_CORES=8
DEFAULT_MAX_RAM=1024
DEFAULT_VOLUME_SIZE=10000 # mebibytes (2**20)
ADES_STAGEOUT_OUTPUT=""