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

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

# --- Additional data files ---
curl -L -O -C - "https://www.encodeproject.org/files/ENCFF032AUY/@@download/ENCFF032AUY.fastq.gz"

echo "Download complete. Files saved to $OUTDIR"