Files
galaxy/scripts/cleanup_datasets/purge_datasets.sh
T
2019-08-16 15:11:15 +02:00

5 lines
158 B
Bash

#!/bin/sh
cd "$(dirname "$0")"/../..
python ./scripts/cleanup_datasets/cleanup_datasets.py -d 60 -3 -r "$@" >> ./scripts/cleanup_datasets/purge_datasets.log