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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE315nnn/GSE315407/suppl/GSE315407_RAW.tar" -O "GSE315407_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"