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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE107nnn/GSE107768/suppl/GSE107768_RAW.tar" -O "GSE107768_RAW.tar"

echo "Download complete. Files saved to $OUTDIR"