Buckets:

glennmatlin's picture
download
raw
584 Bytes
#!/usr/bin/env bash
#SBATCH --job-name=migrate_ids
#SBATCH --cpus-per-task=1
#SBATCH --mem=4G
#SBATCH --time=06:00:00
#SBATCH --output=logs/dedup/%x_%j.out
#SBATCH --error=logs/dedup/%x_%j.err
set -euo pipefail
REPO_DIR="${SLURM_SUBMIT_DIR:-$(cd "$(dirname "$0")/../../../.." && pwd)}"
cd "$REPO_DIR"
mkdir -p logs/dedup
if [ -f .venv/bin/activate ]; then
source .venv/bin/activate
fi
export PYTHONPATH="${REPO_DIR}/src${PYTHONPATH:+:$PYTHONPATH}"
python3 scripts/slurm/dedup/ops/migrate_ids_to_slim.py \
--input-dir "${IDS_DIR:-$HOME/scratch/soc90/ids}" \
--verbose

Xet Storage Details

Size:
584 Bytes
·
Xet hash:
e81bc0fe610f8f1f487188466b712b40f538bb8f4e45d79e9b2c498839e80fe9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.