#!/usr/bin/env bash
# Bulk download script for ENCFF533XPJ
# Generated from Yeo Lab Publications Database
# Total files: 0

OUTDIR="ENCFF533XPJ"
mkdir -p "$OUTDIR"
cd "$OUTDIR"

echo "Download complete. Files saved to $OUTDIR"