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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_KO.barcodes.tsv.gz" -O "GSE247544_siIEL_KO.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_KO.features.tsv.gz" -O "GSE247544_siIEL_KO.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_KO.matrix.mtx.gz" -O "GSE247544_siIEL_KO.matrix.mtx.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_WT.barcodes.tsv.gz" -O "GSE247544_siIEL_WT.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_WT.features.tsv.gz" -O "GSE247544_siIEL_WT.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siIEL_WT.matrix.mtx.gz" -O "GSE247544_siIEL_WT.matrix.mtx.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_KO.barcodes.tsv.gz" -O "GSE247544_siLPL_KO.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_KO.features.tsv.gz" -O "GSE247544_siLPL_KO.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_KO.matrix.mtx.gz" -O "GSE247544_siLPL_KO.matrix.mtx.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_WT.barcodes.tsv.gz" -O "GSE247544_siLPL_WT.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_WT.features.tsv.gz" -O "GSE247544_siLPL_WT.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_siLPL_WT.matrix.mtx.gz" -O "GSE247544_siLPL_WT.matrix.mtx.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_KO.barcodes.tsv.gz" -O "GSE247544_spleen_KO.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_KO.features.tsv.gz" -O "GSE247544_spleen_KO.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_KO.matrix.mtx.gz" -O "GSE247544_spleen_KO.matrix.mtx.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_WT.barcodes.tsv.gz" -O "GSE247544_spleen_WT.barcodes.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_WT.features.tsv.gz" -O "GSE247544_spleen_WT.features.tsv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE247nnn/GSE247544/suppl/GSE247544_spleen_WT.matrix.mtx.gz" -O "GSE247544_spleen_WT.matrix.mtx.gz"

echo "Download complete. Files saved to $OUTDIR"