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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE278nnn/GSE278725/suppl/GSE278725_CTRL_rep1.vs.CTRL_rep2.bed.gz" -O "GSE278725_CTRL_rep1.vs.CTRL_rep2.bed.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE278nnn/GSE278725/suppl/GSE278725_RAW.tar" -O "GSE278725_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE278nnn/GSE278725/suppl/GSE278725_TGFb_rep1.vs.TGFb_rep2.bed.gz" -O "GSE278725_TGFb_rep1.vs.TGFb_rep2.bed.gz"

echo "Download complete. Files saved to $OUTDIR"