Closed kcho closed 1 year ago
In this PR, the python codes that count MRI and EEG files were added to QQC module. These codes were initially developed in the partners jupyterhub, and these are moved under QQC because we need to run the functions daily.
The shell executable python code qqc/scripts/dpacc_count.py
, will be added to the cronjob
Cronjob added
crontab -e
# 7: 10 AM
# MRI and eeg count
10 7 * * * PYTHONPATH=/data/predict1/home/kcho/software/tmp/qqc:${PYTHONPATH} BASH_ENV=/PHShome/kc244/preload.sh /data/pnl/kcho/anaconda3/bin/python /data/predict1/home/kcho/software/tmp/qqc/scripts/dpacc_count.py > /dev/null 2>&1
Initiated for https://github.com/AMP-SCZ/qqc/issues/32