Skip to content

Instantly share code, notes, and snippets.

View simleo's full-sized avatar

Simone Leo simleo

  • Researcher @crs4
  • Cagliari, Italy
View GitHub Profile
@simleo
simleo / cellmorph-calc.sh
Last active September 2, 2016 15:39
Generate celery task commands for serializing IDR images to avro
#!/bin/bash
set -eu
shopt -s nullglob
AVRO_PARENTDIR=/uod/idr/homes/szleo/features/idr0012-fuchs-cellmorph/screenA/input
IDR_WRITEABLE=/home/idr-scratch/szleo
RUNAS_USER=13500
ADD_TASK="../venv/bin/python tasks.py"
TASKID_LOG=taskid-calc.log