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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE66nnn/GSE66696/suppl/GSE66696_RAW.tar" -O "GSE66696_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE66nnn/GSE66696/suppl/GSE66696_paired_standard_sepscore_annotated.txt.gz" -O "GSE66696_paired_standard_sepscore_annotated.txt.gz"

echo "Download complete. Files saved to $OUTDIR"