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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE70nnn/GSE70685/suppl/GSE70685_KH_DESeq_results.xlsx" -O "GSE70685_KH_DESeq_results.xlsx"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE70nnn/GSE70685/suppl/GSE70685_KH_ratios_results.xlsx" -O "GSE70685_KH_ratios_results.xlsx"

# --- SRA run files ---
# Tip: use 'fasterq-dump' from SRA Toolkit for FASTQ conversion
#      with optional renaming to original submitted FASTQ names.
# Set to 1 to rename SRR outputs (e.g. SRR_1.fastq.gz -> sample_R1.fastq.gz)
RENAME_SRA_TO_ORIGINAL=1

_compress_if_exists() {
  local stem="$1"
  if [ -f "${stem}.fastq" ]; then
    gzip -f "${stem}.fastq"
    echo "${stem}.fastq.gz"
    return 0
  fi
  if [ -f "${stem}.fq" ]; then
    gzip -f "${stem}.fq"
    echo "${stem}.fq.gz"
    return 0
  fi
  return 1
}

# Option A: Download via SRA Toolkit (recommended)
fasterq-dump --split-files "SRR2095416"
gz1="$(_compress_if_exists 'SRR2095416_1' || true)"
gz2="$(_compress_if_exists 'SRR2095416_2' || true)"
gzs="$(_compress_if_exists 'SRR2095416' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_248_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_248_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095417"
gz1="$(_compress_if_exists 'SRR2095417_1' || true)"
gz2="$(_compress_if_exists 'SRR2095417_2' || true)"
gzs="$(_compress_if_exists 'SRR2095417' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_248_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_248_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095418"
gz1="$(_compress_if_exists 'SRR2095418_1' || true)"
gz2="$(_compress_if_exists 'SRR2095418_2' || true)"
gzs="$(_compress_if_exists 'SRR2095418' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_248_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_248_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095419"
gz1="$(_compress_if_exists 'SRR2095419_1' || true)"
gz2="$(_compress_if_exists 'SRR2095419_2' || true)"
gzs="$(_compress_if_exists 'SRR2095419' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_254_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_254_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095420"
gz1="$(_compress_if_exists 'SRR2095420_1' || true)"
gz2="$(_compress_if_exists 'SRR2095420_2' || true)"
gzs="$(_compress_if_exists 'SRR2095420' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_254_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_254_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095421"
gz1="$(_compress_if_exists 'SRR2095421_1' || true)"
gz2="$(_compress_if_exists 'SRR2095421_2' || true)"
gzs="$(_compress_if_exists 'SRR2095421' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_MSI2_254_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_MSI2_254_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095422"
gz1="$(_compress_if_exists 'SRR2095422_1' || true)"
gz2="$(_compress_if_exists 'SRR2095422_2' || true)"
gzs="$(_compress_if_exists 'SRR2095422' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_248_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_248_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095423"
gz1="$(_compress_if_exists 'SRR2095423_1' || true)"
gz2="$(_compress_if_exists 'SRR2095423_2' || true)"
gzs="$(_compress_if_exists 'SRR2095423' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_248_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_248_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095424"
gz1="$(_compress_if_exists 'SRR2095424_1' || true)"
gz2="$(_compress_if_exists 'SRR2095424_2' || true)"
gzs="$(_compress_if_exists 'SRR2095424' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_248_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_248_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095425"
gz1="$(_compress_if_exists 'SRR2095425_1' || true)"
gz2="$(_compress_if_exists 'SRR2095425_2' || true)"
gzs="$(_compress_if_exists 'SRR2095425' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_254_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_254_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095426"
gz1="$(_compress_if_exists 'SRR2095426_1' || true)"
gz2="$(_compress_if_exists 'SRR2095426_2' || true)"
gzs="$(_compress_if_exists 'SRR2095426' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_254_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_254_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095427"
gz1="$(_compress_if_exists 'SRR2095427_1' || true)"
gz2="$(_compress_if_exists 'SRR2095427_2' || true)"
gzs="$(_compress_if_exists 'SRR2095427' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "MA_254_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "MA_254_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095428"
gz1="$(_compress_if_exists 'SRR2095428_1' || true)"
gz2="$(_compress_if_exists 'SRR2095428_2' || true)"
gzs="$(_compress_if_exists 'SRR2095428' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_248_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_248_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095429"
gz1="$(_compress_if_exists 'SRR2095429_1' || true)"
gz2="$(_compress_if_exists 'SRR2095429_2' || true)"
gzs="$(_compress_if_exists 'SRR2095429' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_248_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_248_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095430"
gz1="$(_compress_if_exists 'SRR2095430_1' || true)"
gz2="$(_compress_if_exists 'SRR2095430_2' || true)"
gzs="$(_compress_if_exists 'SRR2095430' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_248_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_248_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095431"
gz1="$(_compress_if_exists 'SRR2095431_1' || true)"
gz2="$(_compress_if_exists 'SRR2095431_2' || true)"
gzs="$(_compress_if_exists 'SRR2095431' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_254_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_254_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095432"
gz1="$(_compress_if_exists 'SRR2095432_1' || true)"
gz2="$(_compress_if_exists 'SRR2095432_2' || true)"
gzs="$(_compress_if_exists 'SRR2095432' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_254_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_254_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095433"
gz1="$(_compress_if_exists 'SRR2095433_1' || true)"
gz2="$(_compress_if_exists 'SRR2095433_2' || true)"
gzs="$(_compress_if_exists 'SRR2095433' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "sh332_254_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "sh332_254_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095434"
gz1="$(_compress_if_exists 'SRR2095434_1' || true)"
gz2="$(_compress_if_exists 'SRR2095434_2' || true)"
gzs="$(_compress_if_exists 'SRR2095434' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_248_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_248_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095435"
gz1="$(_compress_if_exists 'SRR2095435_1' || true)"
gz2="$(_compress_if_exists 'SRR2095435_2' || true)"
gzs="$(_compress_if_exists 'SRR2095435' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_248_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_248_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095436"
gz1="$(_compress_if_exists 'SRR2095436_1' || true)"
gz2="$(_compress_if_exists 'SRR2095436_2' || true)"
gzs="$(_compress_if_exists 'SRR2095436' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_248_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_248_C349KACXX_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095437"
gz1="$(_compress_if_exists 'SRR2095437_1' || true)"
gz2="$(_compress_if_exists 'SRR2095437_2' || true)"
gzs="$(_compress_if_exists 'SRR2095437' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_254_C349KACXX_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_254_C349KACXX_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095438"
gz1="$(_compress_if_exists 'SRR2095438_1' || true)"
gz2="$(_compress_if_exists 'SRR2095438_2' || true)"
gzs="$(_compress_if_exists 'SRR2095438' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_254_C349KACXX_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_254_C349KACXX_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR2095439"
gz1="$(_compress_if_exists 'SRR2095439_1' || true)"
gz2="$(_compress_if_exists 'SRR2095439_2' || true)"
gzs="$(_compress_if_exists 'SRR2095439' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "shRFP_254_C349KACXX_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "shRFP_254_C349KACXX_L007_R2.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095416/SRR2095416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095417/SRR2095417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095418/SRR2095418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095419/SRR2095419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095420/SRR2095420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095421/SRR2095421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095422/SRR2095422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095423/SRR2095423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095424/SRR2095424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095425/SRR2095425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095426/SRR2095426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095427/SRR2095427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095428/SRR2095428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095429/SRR2095429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095430/SRR2095430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095431/SRR2095431"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095432/SRR2095432"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095433/SRR2095433"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095434/SRR2095434"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095435/SRR2095435"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095436/SRR2095436"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095437/SRR2095437"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095438/SRR2095438"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095439/SRR2095439"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095422/SRR2095422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095422/SRR2095422"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095423/SRR2095423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095424/SRR2095424"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095425/SRR2095425"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095426/SRR2095426"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095427/SRR2095427"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095416/SRR2095416"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095417/SRR2095417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095417/SRR2095417"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095418/SRR2095418"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095419/SRR2095419"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095420/SRR2095420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095421/SRR2095421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095421/SRR2095421"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095428/SRR2095428"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095429/SRR2095429"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095430/SRR2095430"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095431/SRR2095431"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095432/SRR2095432"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095433/SRR2095433"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095433/SRR2095433"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095434/SRR2095434"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095435/SRR2095435"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095436/SRR2095436"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095437/SRR2095437"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095438/SRR2095438"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095439/SRR2095439"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095420/SRR2095420"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095423/SRR2095423"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR2095432/SRR2095432"

echo "Download complete. Files saved to $OUTDIR"