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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE196nnn/GSE196177/suppl/GSE196177_RAW.tar" -O "GSE196177_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE196nnn/GSE196177/suppl/GSE196177_normalized_data.txt.gz" -O "GSE196177_normalized_data.txt.gz"

echo "Download complete. Files saved to $OUTDIR"