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

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

# --- GEO supplementary files ---
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_HepG2_DESeq2_circCDYL.txt.gz -O GSE146726_HepG2_DESeq2_circCDYL.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_J82_DESeq2_GRWD1.txt.gz -O GSE146726_J82_DESeq2_GRWD1.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_J82_DESeq2_IGF2BP1.txt.gz -O GSE146726_J82_DESeq2_IGF2BP1.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_J82_DESeq2_IGF2BP2.txt.gz -O GSE146726_J82_DESeq2_IGF2BP2.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_J82_DESeq2_circCDYL.txt.gz -O GSE146726_J82_DESeq2_circCDYL.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_UMUC3_DESeq2_GRWD1.txt.gz -O GSE146726_UMUC3_DESeq2_GRWD1.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_UMUC3_DESeq2_IGF2BP1.txt.gz -O GSE146726_UMUC3_DESeq2_IGF2BP1.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_UMUC3_DESeq2_IGF2BP2.txt.gz -O GSE146726_UMUC3_DESeq2_IGF2BP2.txt.gz
wget -nc ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146726/suppl/GSE146726_UMUC3_DESeq2_circCDYL.txt.gz -O GSE146726_UMUC3_DESeq2_circCDYL.txt.gz

# --- 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 SRR11281549
gz1="$(_compress_if_exists SRR11281549_1 || true)"
gz2="$(_compress_if_exists SRR11281549_2 || true)"
gzs="$(_compress_if_exists SRR11281549 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-181_N205-181_S16_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281550
gz1="$(_compress_if_exists SRR11281550_1 || true)"
gz2="$(_compress_if_exists SRR11281550_2 || true)"
gzs="$(_compress_if_exists SRR11281550 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-181_N205-181_S16_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281551
gz1="$(_compress_if_exists SRR11281551_1 || true)"
gz2="$(_compress_if_exists SRR11281551_2 || true)"
gzs="$(_compress_if_exists SRR11281551 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-181_N205-181_S16_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281552
gz1="$(_compress_if_exists SRR11281552_1 || true)"
gz2="$(_compress_if_exists SRR11281552_2 || true)"
gzs="$(_compress_if_exists SRR11281552 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-181_N205-181_S16_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281553
gz1="$(_compress_if_exists SRR11281553_1 || true)"
gz2="$(_compress_if_exists SRR11281553_2 || true)"
gzs="$(_compress_if_exists SRR11281553 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-182_N205-182_S17_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281554
gz1="$(_compress_if_exists SRR11281554_1 || true)"
gz2="$(_compress_if_exists SRR11281554_2 || true)"
gzs="$(_compress_if_exists SRR11281554 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-182_N205-182_S17_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281555
gz1="$(_compress_if_exists SRR11281555_1 || true)"
gz2="$(_compress_if_exists SRR11281555_2 || true)"
gzs="$(_compress_if_exists SRR11281555 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-182_N205-182_S17_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281556
gz1="$(_compress_if_exists SRR11281556_1 || true)"
gz2="$(_compress_if_exists SRR11281556_2 || true)"
gzs="$(_compress_if_exists SRR11281556 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-182_N205-182_S17_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281557
gz1="$(_compress_if_exists SRR11281557_1 || true)"
gz2="$(_compress_if_exists SRR11281557_2 || true)"
gzs="$(_compress_if_exists SRR11281557 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-183_N205-183_S18_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281558
gz1="$(_compress_if_exists SRR11281558_1 || true)"
gz2="$(_compress_if_exists SRR11281558_2 || true)"
gzs="$(_compress_if_exists SRR11281558 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-183_N205-183_S18_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281559
gz1="$(_compress_if_exists SRR11281559_1 || true)"
gz2="$(_compress_if_exists SRR11281559_2 || true)"
gzs="$(_compress_if_exists SRR11281559 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-183_N205-183_S18_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281560
gz1="$(_compress_if_exists SRR11281560_1 || true)"
gz2="$(_compress_if_exists SRR11281560_2 || true)"
gzs="$(_compress_if_exists SRR11281560 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-183_N205-183_S18_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281561
gz1="$(_compress_if_exists SRR11281561_1 || true)"
gz2="$(_compress_if_exists SRR11281561_2 || true)"
gzs="$(_compress_if_exists SRR11281561 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-184_N205-184_S19_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281562
gz1="$(_compress_if_exists SRR11281562_1 || true)"
gz2="$(_compress_if_exists SRR11281562_2 || true)"
gzs="$(_compress_if_exists SRR11281562 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-184_N205-184_S19_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281563
gz1="$(_compress_if_exists SRR11281563_1 || true)"
gz2="$(_compress_if_exists SRR11281563_2 || true)"
gzs="$(_compress_if_exists SRR11281563 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-184_N205-184_S19_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281564
gz1="$(_compress_if_exists SRR11281564_1 || true)"
gz2="$(_compress_if_exists SRR11281564_2 || true)"
gzs="$(_compress_if_exists SRR11281564 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-184_N205-184_S19_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281565
gz1="$(_compress_if_exists SRR11281565_1 || true)"
gz2="$(_compress_if_exists SRR11281565_2 || true)"
gzs="$(_compress_if_exists SRR11281565 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-185_N205-185_S20_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281566
gz1="$(_compress_if_exists SRR11281566_1 || true)"
gz2="$(_compress_if_exists SRR11281566_2 || true)"
gzs="$(_compress_if_exists SRR11281566 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-185_N205-185_S20_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281567
gz1="$(_compress_if_exists SRR11281567_1 || true)"
gz2="$(_compress_if_exists SRR11281567_2 || true)"
gzs="$(_compress_if_exists SRR11281567 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-185_N205-185_S20_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281568
gz1="$(_compress_if_exists SRR11281568_1 || true)"
gz2="$(_compress_if_exists SRR11281568_2 || true)"
gzs="$(_compress_if_exists SRR11281568 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-185_N205-185_S20_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281569
gz1="$(_compress_if_exists SRR11281569_1 || true)"
gz2="$(_compress_if_exists SRR11281569_2 || true)"
gzs="$(_compress_if_exists SRR11281569 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-186_N205-186_S21_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281570
gz1="$(_compress_if_exists SRR11281570_1 || true)"
gz2="$(_compress_if_exists SRR11281570_2 || true)"
gzs="$(_compress_if_exists SRR11281570 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-186_N205-186_S21_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281571
gz1="$(_compress_if_exists SRR11281571_1 || true)"
gz2="$(_compress_if_exists SRR11281571_2 || true)"
gzs="$(_compress_if_exists SRR11281571 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-186_N205-186_S21_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281572
gz1="$(_compress_if_exists SRR11281572_1 || true)"
gz2="$(_compress_if_exists SRR11281572_2 || true)"
gzs="$(_compress_if_exists SRR11281572 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-186_N205-186_S21_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281573
gz1="$(_compress_if_exists SRR11281573_1 || true)"
gz2="$(_compress_if_exists SRR11281573_2 || true)"
gzs="$(_compress_if_exists SRR11281573 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-200_N205-200_S35_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281574
gz1="$(_compress_if_exists SRR11281574_1 || true)"
gz2="$(_compress_if_exists SRR11281574_2 || true)"
gzs="$(_compress_if_exists SRR11281574 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-200_N205-200_S35_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281575
gz1="$(_compress_if_exists SRR11281575_1 || true)"
gz2="$(_compress_if_exists SRR11281575_2 || true)"
gzs="$(_compress_if_exists SRR11281575 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-200_N205-200_S35_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281576
gz1="$(_compress_if_exists SRR11281576_1 || true)"
gz2="$(_compress_if_exists SRR11281576_2 || true)"
gzs="$(_compress_if_exists SRR11281576 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-200_N205-200_S35_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281577
gz1="$(_compress_if_exists SRR11281577_1 || true)"
gz2="$(_compress_if_exists SRR11281577_2 || true)"
gzs="$(_compress_if_exists SRR11281577 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-201_N205-201_S36_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281578
gz1="$(_compress_if_exists SRR11281578_1 || true)"
gz2="$(_compress_if_exists SRR11281578_2 || true)"
gzs="$(_compress_if_exists SRR11281578 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-201_N205-201_S36_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281579
gz1="$(_compress_if_exists SRR11281579_1 || true)"
gz2="$(_compress_if_exists SRR11281579_2 || true)"
gzs="$(_compress_if_exists SRR11281579 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-201_N205-201_S36_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281580
gz1="$(_compress_if_exists SRR11281580_1 || true)"
gz2="$(_compress_if_exists SRR11281580_2 || true)"
gzs="$(_compress_if_exists SRR11281580 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-201_N205-201_S36_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281581
gz1="$(_compress_if_exists SRR11281581_1 || true)"
gz2="$(_compress_if_exists SRR11281581_2 || true)"
gzs="$(_compress_if_exists SRR11281581 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-202_N205-202_S37_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281582
gz1="$(_compress_if_exists SRR11281582_1 || true)"
gz2="$(_compress_if_exists SRR11281582_2 || true)"
gzs="$(_compress_if_exists SRR11281582 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-202_N205-202_S37_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281583
gz1="$(_compress_if_exists SRR11281583_1 || true)"
gz2="$(_compress_if_exists SRR11281583_2 || true)"
gzs="$(_compress_if_exists SRR11281583 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-202_N205-202_S37_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281584
gz1="$(_compress_if_exists SRR11281584_1 || true)"
gz2="$(_compress_if_exists SRR11281584_2 || true)"
gzs="$(_compress_if_exists SRR11281584 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-202_N205-202_S37_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281585
gz1="$(_compress_if_exists SRR11281585_1 || true)"
gz2="$(_compress_if_exists SRR11281585_2 || true)"
gzs="$(_compress_if_exists SRR11281585 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-191_N205-191_S26_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281586
gz1="$(_compress_if_exists SRR11281586_1 || true)"
gz2="$(_compress_if_exists SRR11281586_2 || true)"
gzs="$(_compress_if_exists SRR11281586 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-191_N205-191_S26_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281587
gz1="$(_compress_if_exists SRR11281587_1 || true)"
gz2="$(_compress_if_exists SRR11281587_2 || true)"
gzs="$(_compress_if_exists SRR11281587 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-191_N205-191_S26_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281588
gz1="$(_compress_if_exists SRR11281588_1 || true)"
gz2="$(_compress_if_exists SRR11281588_2 || true)"
gzs="$(_compress_if_exists SRR11281588 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-191_N205-191_S26_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281589
gz1="$(_compress_if_exists SRR11281589_1 || true)"
gz2="$(_compress_if_exists SRR11281589_2 || true)"
gzs="$(_compress_if_exists SRR11281589 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-192_N205-192_S27_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281590
gz1="$(_compress_if_exists SRR11281590_1 || true)"
gz2="$(_compress_if_exists SRR11281590_2 || true)"
gzs="$(_compress_if_exists SRR11281590 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-192_N205-192_S27_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281591
gz1="$(_compress_if_exists SRR11281591_1 || true)"
gz2="$(_compress_if_exists SRR11281591_2 || true)"
gzs="$(_compress_if_exists SRR11281591 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-192_N205-192_S27_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281592
gz1="$(_compress_if_exists SRR11281592_1 || true)"
gz2="$(_compress_if_exists SRR11281592_2 || true)"
gzs="$(_compress_if_exists SRR11281592 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-192_N205-192_S27_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281593
gz1="$(_compress_if_exists SRR11281593_1 || true)"
gz2="$(_compress_if_exists SRR11281593_2 || true)"
gzs="$(_compress_if_exists SRR11281593 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-193_N205-193_S28_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281594
gz1="$(_compress_if_exists SRR11281594_1 || true)"
gz2="$(_compress_if_exists SRR11281594_2 || true)"
gzs="$(_compress_if_exists SRR11281594 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-193_N205-193_S28_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281595
gz1="$(_compress_if_exists SRR11281595_1 || true)"
gz2="$(_compress_if_exists SRR11281595_2 || true)"
gzs="$(_compress_if_exists SRR11281595 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-193_N205-193_S28_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281596
gz1="$(_compress_if_exists SRR11281596_1 || true)"
gz2="$(_compress_if_exists SRR11281596_2 || true)"
gzs="$(_compress_if_exists SRR11281596 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-193_N205-193_S28_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281597
gz1="$(_compress_if_exists SRR11281597_1 || true)"
gz2="$(_compress_if_exists SRR11281597_2 || true)"
gzs="$(_compress_if_exists SRR11281597 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-188_N205-188_S23_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281598
gz1="$(_compress_if_exists SRR11281598_1 || true)"
gz2="$(_compress_if_exists SRR11281598_2 || true)"
gzs="$(_compress_if_exists SRR11281598 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-188_N205-188_S23_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281599
gz1="$(_compress_if_exists SRR11281599_1 || true)"
gz2="$(_compress_if_exists SRR11281599_2 || true)"
gzs="$(_compress_if_exists SRR11281599 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-188_N205-188_S23_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281600
gz1="$(_compress_if_exists SRR11281600_1 || true)"
gz2="$(_compress_if_exists SRR11281600_2 || true)"
gzs="$(_compress_if_exists SRR11281600 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-188_N205-188_S23_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281601
gz1="$(_compress_if_exists SRR11281601_1 || true)"
gz2="$(_compress_if_exists SRR11281601_2 || true)"
gzs="$(_compress_if_exists SRR11281601 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-189_N205-189_S24_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281602
gz1="$(_compress_if_exists SRR11281602_1 || true)"
gz2="$(_compress_if_exists SRR11281602_2 || true)"
gzs="$(_compress_if_exists SRR11281602 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-189_N205-189_S24_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281603
gz1="$(_compress_if_exists SRR11281603_1 || true)"
gz2="$(_compress_if_exists SRR11281603_2 || true)"
gzs="$(_compress_if_exists SRR11281603 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-189_N205-189_S24_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281604
gz1="$(_compress_if_exists SRR11281604_1 || true)"
gz2="$(_compress_if_exists SRR11281604_2 || true)"
gzs="$(_compress_if_exists SRR11281604 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-189_N205-189_S24_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281605
gz1="$(_compress_if_exists SRR11281605_1 || true)"
gz2="$(_compress_if_exists SRR11281605_2 || true)"
gzs="$(_compress_if_exists SRR11281605 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-190_N205-190_S25_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281606
gz1="$(_compress_if_exists SRR11281606_1 || true)"
gz2="$(_compress_if_exists SRR11281606_2 || true)"
gzs="$(_compress_if_exists SRR11281606 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-190_N205-190_S25_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281607
gz1="$(_compress_if_exists SRR11281607_1 || true)"
gz2="$(_compress_if_exists SRR11281607_2 || true)"
gzs="$(_compress_if_exists SRR11281607 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-190_N205-190_S25_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281608
gz1="$(_compress_if_exists SRR11281608_1 || true)"
gz2="$(_compress_if_exists SRR11281608_2 || true)"
gzs="$(_compress_if_exists SRR11281608 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-190_N205-190_S25_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281609
gz1="$(_compress_if_exists SRR11281609_1 || true)"
gz2="$(_compress_if_exists SRR11281609_2 || true)"
gzs="$(_compress_if_exists SRR11281609 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-197_N205-197_S32_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281610
gz1="$(_compress_if_exists SRR11281610_1 || true)"
gz2="$(_compress_if_exists SRR11281610_2 || true)"
gzs="$(_compress_if_exists SRR11281610 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-197_N205-197_S32_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281611
gz1="$(_compress_if_exists SRR11281611_1 || true)"
gz2="$(_compress_if_exists SRR11281611_2 || true)"
gzs="$(_compress_if_exists SRR11281611 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-197_N205-197_S32_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281612
gz1="$(_compress_if_exists SRR11281612_1 || true)"
gz2="$(_compress_if_exists SRR11281612_2 || true)"
gzs="$(_compress_if_exists SRR11281612 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-197_N205-197_S32_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281613
gz1="$(_compress_if_exists SRR11281613_1 || true)"
gz2="$(_compress_if_exists SRR11281613_2 || true)"
gzs="$(_compress_if_exists SRR11281613 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-198_N205-198_S33_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281614
gz1="$(_compress_if_exists SRR11281614_1 || true)"
gz2="$(_compress_if_exists SRR11281614_2 || true)"
gzs="$(_compress_if_exists SRR11281614 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-198_N205-198_S33_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281615
gz1="$(_compress_if_exists SRR11281615_1 || true)"
gz2="$(_compress_if_exists SRR11281615_2 || true)"
gzs="$(_compress_if_exists SRR11281615 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-198_N205-198_S33_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281616
gz1="$(_compress_if_exists SRR11281616_1 || true)"
gz2="$(_compress_if_exists SRR11281616_2 || true)"
gzs="$(_compress_if_exists SRR11281616 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-198_N205-198_S33_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281617
gz1="$(_compress_if_exists SRR11281617_1 || true)"
gz2="$(_compress_if_exists SRR11281617_2 || true)"
gzs="$(_compress_if_exists SRR11281617 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-199_N205-199_S34_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281618
gz1="$(_compress_if_exists SRR11281618_1 || true)"
gz2="$(_compress_if_exists SRR11281618_2 || true)"
gzs="$(_compress_if_exists SRR11281618 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-199_N205-199_S34_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281619
gz1="$(_compress_if_exists SRR11281619_1 || true)"
gz2="$(_compress_if_exists SRR11281619_2 || true)"
gzs="$(_compress_if_exists SRR11281619 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-199_N205-199_S34_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281620
gz1="$(_compress_if_exists SRR11281620_1 || true)"
gz2="$(_compress_if_exists SRR11281620_2 || true)"
gzs="$(_compress_if_exists SRR11281620 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-199_N205-199_S34_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281621
gz1="$(_compress_if_exists SRR11281621_1 || true)"
gz2="$(_compress_if_exists SRR11281621_2 || true)"
gzs="$(_compress_if_exists SRR11281621 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-194_N205-194_S29_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281622
gz1="$(_compress_if_exists SRR11281622_1 || true)"
gz2="$(_compress_if_exists SRR11281622_2 || true)"
gzs="$(_compress_if_exists SRR11281622 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-194_N205-194_S29_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281623
gz1="$(_compress_if_exists SRR11281623_1 || true)"
gz2="$(_compress_if_exists SRR11281623_2 || true)"
gzs="$(_compress_if_exists SRR11281623 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-194_N205-194_S29_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281624
gz1="$(_compress_if_exists SRR11281624_1 || true)"
gz2="$(_compress_if_exists SRR11281624_2 || true)"
gzs="$(_compress_if_exists SRR11281624 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-194_N205-194_S29_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281625
gz1="$(_compress_if_exists SRR11281625_1 || true)"
gz2="$(_compress_if_exists SRR11281625_2 || true)"
gzs="$(_compress_if_exists SRR11281625 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-195_N205-195_S30_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281626
gz1="$(_compress_if_exists SRR11281626_1 || true)"
gz2="$(_compress_if_exists SRR11281626_2 || true)"
gzs="$(_compress_if_exists SRR11281626 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-195_N205-195_S30_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281627
gz1="$(_compress_if_exists SRR11281627_1 || true)"
gz2="$(_compress_if_exists SRR11281627_2 || true)"
gzs="$(_compress_if_exists SRR11281627 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-195_N205-195_S30_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281628
gz1="$(_compress_if_exists SRR11281628_1 || true)"
gz2="$(_compress_if_exists SRR11281628_2 || true)"
gzs="$(_compress_if_exists SRR11281628 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-195_N205-195_S30_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281629
gz1="$(_compress_if_exists SRR11281629_1 || true)"
gz2="$(_compress_if_exists SRR11281629_2 || true)"
gzs="$(_compress_if_exists SRR11281629 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-196_N205-196_S31_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281630
gz1="$(_compress_if_exists SRR11281630_1 || true)"
gz2="$(_compress_if_exists SRR11281630_2 || true)"
gzs="$(_compress_if_exists SRR11281630 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-196_N205-196_S31_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281631
gz1="$(_compress_if_exists SRR11281631_1 || true)"
gz2="$(_compress_if_exists SRR11281631_2 || true)"
gzs="$(_compress_if_exists SRR11281631 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-196_N205-196_S31_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281632
gz1="$(_compress_if_exists SRR11281632_1 || true)"
gz2="$(_compress_if_exists SRR11281632_2 || true)"
gzs="$(_compress_if_exists SRR11281632 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-196_N205-196_S31_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281633
gz1="$(_compress_if_exists SRR11281633_1 || true)"
gz2="$(_compress_if_exists SRR11281633_2 || true)"
gzs="$(_compress_if_exists SRR11281633 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-178_N205-178_S13_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281634
gz1="$(_compress_if_exists SRR11281634_1 || true)"
gz2="$(_compress_if_exists SRR11281634_2 || true)"
gzs="$(_compress_if_exists SRR11281634 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-178_N205-178_S13_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281635
gz1="$(_compress_if_exists SRR11281635_1 || true)"
gz2="$(_compress_if_exists SRR11281635_2 || true)"
gzs="$(_compress_if_exists SRR11281635 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-178_N205-178_S13_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281636
gz1="$(_compress_if_exists SRR11281636_1 || true)"
gz2="$(_compress_if_exists SRR11281636_2 || true)"
gzs="$(_compress_if_exists SRR11281636 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-178_N205-178_S13_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281637
gz1="$(_compress_if_exists SRR11281637_1 || true)"
gz2="$(_compress_if_exists SRR11281637_2 || true)"
gzs="$(_compress_if_exists SRR11281637 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-179_N205-179_S14_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281638
gz1="$(_compress_if_exists SRR11281638_1 || true)"
gz2="$(_compress_if_exists SRR11281638_2 || true)"
gzs="$(_compress_if_exists SRR11281638 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-179_N205-179_S14_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281639
gz1="$(_compress_if_exists SRR11281639_1 || true)"
gz2="$(_compress_if_exists SRR11281639_2 || true)"
gzs="$(_compress_if_exists SRR11281639 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-179_N205-179_S14_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281640
gz1="$(_compress_if_exists SRR11281640_1 || true)"
gz2="$(_compress_if_exists SRR11281640_2 || true)"
gzs="$(_compress_if_exists SRR11281640 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-179_N205-179_S14_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281641
gz1="$(_compress_if_exists SRR11281641_1 || true)"
gz2="$(_compress_if_exists SRR11281641_2 || true)"
gzs="$(_compress_if_exists SRR11281641 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-180_N205-180_S15_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281642
gz1="$(_compress_if_exists SRR11281642_1 || true)"
gz2="$(_compress_if_exists SRR11281642_2 || true)"
gzs="$(_compress_if_exists SRR11281642 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-180_N205-180_S15_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281643
gz1="$(_compress_if_exists SRR11281643_1 || true)"
gz2="$(_compress_if_exists SRR11281643_2 || true)"
gzs="$(_compress_if_exists SRR11281643 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-180_N205-180_S15_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281644
gz1="$(_compress_if_exists SRR11281644_1 || true)"
gz2="$(_compress_if_exists SRR11281644_2 || true)"
gzs="$(_compress_if_exists SRR11281644 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" Cdyl_N205-180_N205-180_S15_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281645
gz1="$(_compress_if_exists SRR11281645_1 || true)"
gz2="$(_compress_if_exists SRR11281645_2 || true)"
gzs="$(_compress_if_exists SRR11281645 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-169_N205-169_S4_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281646
gz1="$(_compress_if_exists SRR11281646_1 || true)"
gz2="$(_compress_if_exists SRR11281646_2 || true)"
gzs="$(_compress_if_exists SRR11281646 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-169_N205-169_S4_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281647
gz1="$(_compress_if_exists SRR11281647_1 || true)"
gz2="$(_compress_if_exists SRR11281647_2 || true)"
gzs="$(_compress_if_exists SRR11281647 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-169_N205-169_S4_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281648
gz1="$(_compress_if_exists SRR11281648_1 || true)"
gz2="$(_compress_if_exists SRR11281648_2 || true)"
gzs="$(_compress_if_exists SRR11281648 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-169_N205-169_S4_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281649
gz1="$(_compress_if_exists SRR11281649_1 || true)"
gz2="$(_compress_if_exists SRR11281649_2 || true)"
gzs="$(_compress_if_exists SRR11281649 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-170_N205-170_S5_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281650
gz1="$(_compress_if_exists SRR11281650_1 || true)"
gz2="$(_compress_if_exists SRR11281650_2 || true)"
gzs="$(_compress_if_exists SRR11281650 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-170_N205-170_S5_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281651
gz1="$(_compress_if_exists SRR11281651_1 || true)"
gz2="$(_compress_if_exists SRR11281651_2 || true)"
gzs="$(_compress_if_exists SRR11281651 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-170_N205-170_S5_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281652
gz1="$(_compress_if_exists SRR11281652_1 || true)"
gz2="$(_compress_if_exists SRR11281652_2 || true)"
gzs="$(_compress_if_exists SRR11281652 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-170_N205-170_S5_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281653
gz1="$(_compress_if_exists SRR11281653_1 || true)"
gz2="$(_compress_if_exists SRR11281653_2 || true)"
gzs="$(_compress_if_exists SRR11281653 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-171_N205-171_S6_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281654
gz1="$(_compress_if_exists SRR11281654_1 || true)"
gz2="$(_compress_if_exists SRR11281654_2 || true)"
gzs="$(_compress_if_exists SRR11281654 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-171_N205-171_S6_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281655
gz1="$(_compress_if_exists SRR11281655_1 || true)"
gz2="$(_compress_if_exists SRR11281655_2 || true)"
gzs="$(_compress_if_exists SRR11281655 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-171_N205-171_S6_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281656
gz1="$(_compress_if_exists SRR11281656_1 || true)"
gz2="$(_compress_if_exists SRR11281656_2 || true)"
gzs="$(_compress_if_exists SRR11281656 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" GRWD1_N205-171_N205-171_S6_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281657
gz1="$(_compress_if_exists SRR11281657_1 || true)"
gz2="$(_compress_if_exists SRR11281657_2 || true)"
gzs="$(_compress_if_exists SRR11281657 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-166_N205-166_S1_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281658
gz1="$(_compress_if_exists SRR11281658_1 || true)"
gz2="$(_compress_if_exists SRR11281658_2 || true)"
gzs="$(_compress_if_exists SRR11281658 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-166_N205-166_S1_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281659
gz1="$(_compress_if_exists SRR11281659_1 || true)"
gz2="$(_compress_if_exists SRR11281659_2 || true)"
gzs="$(_compress_if_exists SRR11281659 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-166_N205-166_S1_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281660
gz1="$(_compress_if_exists SRR11281660_1 || true)"
gz2="$(_compress_if_exists SRR11281660_2 || true)"
gzs="$(_compress_if_exists SRR11281660 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-166_N205-166_S1_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281661
gz1="$(_compress_if_exists SRR11281661_1 || true)"
gz2="$(_compress_if_exists SRR11281661_2 || true)"
gzs="$(_compress_if_exists SRR11281661 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-167_N205-167_S2_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281662
gz1="$(_compress_if_exists SRR11281662_1 || true)"
gz2="$(_compress_if_exists SRR11281662_2 || true)"
gzs="$(_compress_if_exists SRR11281662 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-167_N205-167_S2_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281663
gz1="$(_compress_if_exists SRR11281663_1 || true)"
gz2="$(_compress_if_exists SRR11281663_2 || true)"
gzs="$(_compress_if_exists SRR11281663 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-167_N205-167_S2_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281664
gz1="$(_compress_if_exists SRR11281664_1 || true)"
gz2="$(_compress_if_exists SRR11281664_2 || true)"
gzs="$(_compress_if_exists SRR11281664 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-167_N205-167_S2_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281665
gz1="$(_compress_if_exists SRR11281665_1 || true)"
gz2="$(_compress_if_exists SRR11281665_2 || true)"
gzs="$(_compress_if_exists SRR11281665 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-168_N205-168_S3_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281666
gz1="$(_compress_if_exists SRR11281666_1 || true)"
gz2="$(_compress_if_exists SRR11281666_2 || true)"
gzs="$(_compress_if_exists SRR11281666 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-168_N205-168_S3_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281667
gz1="$(_compress_if_exists SRR11281667_1 || true)"
gz2="$(_compress_if_exists SRR11281667_2 || true)"
gzs="$(_compress_if_exists SRR11281667 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-168_N205-168_S3_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281668
gz1="$(_compress_if_exists SRR11281668_1 || true)"
gz2="$(_compress_if_exists SRR11281668_2 || true)"
gzs="$(_compress_if_exists SRR11281668 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP1_N205-168_N205-168_S3_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281669
gz1="$(_compress_if_exists SRR11281669_1 || true)"
gz2="$(_compress_if_exists SRR11281669_2 || true)"
gzs="$(_compress_if_exists SRR11281669 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-175_N205-175_S10_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281670
gz1="$(_compress_if_exists SRR11281670_1 || true)"
gz2="$(_compress_if_exists SRR11281670_2 || true)"
gzs="$(_compress_if_exists SRR11281670 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-175_N205-175_S10_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281671
gz1="$(_compress_if_exists SRR11281671_1 || true)"
gz2="$(_compress_if_exists SRR11281671_2 || true)"
gzs="$(_compress_if_exists SRR11281671 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-175_N205-175_S10_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281672
gz1="$(_compress_if_exists SRR11281672_1 || true)"
gz2="$(_compress_if_exists SRR11281672_2 || true)"
gzs="$(_compress_if_exists SRR11281672 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-175_N205-175_S10_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281673
gz1="$(_compress_if_exists SRR11281673_1 || true)"
gz2="$(_compress_if_exists SRR11281673_2 || true)"
gzs="$(_compress_if_exists SRR11281673 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-176_N205-176_S11_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281674
gz1="$(_compress_if_exists SRR11281674_1 || true)"
gz2="$(_compress_if_exists SRR11281674_2 || true)"
gzs="$(_compress_if_exists SRR11281674 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-176_N205-176_S11_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281675
gz1="$(_compress_if_exists SRR11281675_1 || true)"
gz2="$(_compress_if_exists SRR11281675_2 || true)"
gzs="$(_compress_if_exists SRR11281675 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-176_N205-176_S11_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281676
gz1="$(_compress_if_exists SRR11281676_1 || true)"
gz2="$(_compress_if_exists SRR11281676_2 || true)"
gzs="$(_compress_if_exists SRR11281676 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-176_N205-176_S11_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281677
gz1="$(_compress_if_exists SRR11281677_1 || true)"
gz2="$(_compress_if_exists SRR11281677_2 || true)"
gzs="$(_compress_if_exists SRR11281677 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-177_N205-177_S12_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281678
gz1="$(_compress_if_exists SRR11281678_1 || true)"
gz2="$(_compress_if_exists SRR11281678_2 || true)"
gzs="$(_compress_if_exists SRR11281678 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-177_N205-177_S12_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281679
gz1="$(_compress_if_exists SRR11281679_1 || true)"
gz2="$(_compress_if_exists SRR11281679_2 || true)"
gzs="$(_compress_if_exists SRR11281679 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-177_N205-177_S12_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281680
gz1="$(_compress_if_exists SRR11281680_1 || true)"
gz2="$(_compress_if_exists SRR11281680_2 || true)"
gzs="$(_compress_if_exists SRR11281680 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" IGF2BP2_N205-177_N205-177_S12_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281681
gz1="$(_compress_if_exists SRR11281681_1 || true)"
gz2="$(_compress_if_exists SRR11281681_2 || true)"
gzs="$(_compress_if_exists SRR11281681 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-172_N205-172_S7_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281682
gz1="$(_compress_if_exists SRR11281682_1 || true)"
gz2="$(_compress_if_exists SRR11281682_2 || true)"
gzs="$(_compress_if_exists SRR11281682 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-172_N205-172_S7_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281683
gz1="$(_compress_if_exists SRR11281683_1 || true)"
gz2="$(_compress_if_exists SRR11281683_2 || true)"
gzs="$(_compress_if_exists SRR11281683 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-172_N205-172_S7_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281684
gz1="$(_compress_if_exists SRR11281684_1 || true)"
gz2="$(_compress_if_exists SRR11281684_2 || true)"
gzs="$(_compress_if_exists SRR11281684 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-172_N205-172_S7_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281685
gz1="$(_compress_if_exists SRR11281685_1 || true)"
gz2="$(_compress_if_exists SRR11281685_2 || true)"
gzs="$(_compress_if_exists SRR11281685 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-173_N205-173_S8_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281686
gz1="$(_compress_if_exists SRR11281686_1 || true)"
gz2="$(_compress_if_exists SRR11281686_2 || true)"
gzs="$(_compress_if_exists SRR11281686 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-173_N205-173_S8_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281687
gz1="$(_compress_if_exists SRR11281687_1 || true)"
gz2="$(_compress_if_exists SRR11281687_2 || true)"
gzs="$(_compress_if_exists SRR11281687 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-173_N205-173_S8_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281688
gz1="$(_compress_if_exists SRR11281688_1 || true)"
gz2="$(_compress_if_exists SRR11281688_2 || true)"
gzs="$(_compress_if_exists SRR11281688 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-173_N205-173_S8_L004_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281689
gz1="$(_compress_if_exists SRR11281689_1 || true)"
gz2="$(_compress_if_exists SRR11281689_2 || true)"
gzs="$(_compress_if_exists SRR11281689 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-174_N205-174_S9_L001_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281690
gz1="$(_compress_if_exists SRR11281690_1 || true)"
gz2="$(_compress_if_exists SRR11281690_2 || true)"
gzs="$(_compress_if_exists SRR11281690 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-174_N205-174_S9_L002_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281691
gz1="$(_compress_if_exists SRR11281691_1 || true)"
gz2="$(_compress_if_exists SRR11281691_2 || true)"
gzs="$(_compress_if_exists SRR11281691 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-174_N205-174_S9_L003_R1_001.fastq.gz
fi

fasterq-dump --split-files SRR11281692
gz1="$(_compress_if_exists SRR11281692_1 || true)"
gz2="$(_compress_if_exists SRR11281692_2 || true)"
gzs="$(_compress_if_exists SRR11281692 || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" scramble_N205-174_N205-174_S9_L004_R1_001.fastq.gz
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281549/SRR11281549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281550/SRR11281550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281551/SRR11281551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281552/SRR11281552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281553/SRR11281553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281554/SRR11281554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281555/SRR11281555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281556/SRR11281556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281557/SRR11281557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281558/SRR11281558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281559/SRR11281559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281560/SRR11281560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281561/SRR11281561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281562/SRR11281562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281563/SRR11281563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281564/SRR11281564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281565/SRR11281565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281566/SRR11281566
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281567/SRR11281567
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281568/SRR11281568
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281569/SRR11281569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281570/SRR11281570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281571/SRR11281571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281572/SRR11281572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281573/SRR11281573
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281574/SRR11281574
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281575/SRR11281575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281576/SRR11281576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281577/SRR11281577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281578/SRR11281578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281579/SRR11281579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281580/SRR11281580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281581/SRR11281581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281582/SRR11281582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281583/SRR11281583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281584/SRR11281584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281585/SRR11281585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281586/SRR11281586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281587/SRR11281587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281588/SRR11281588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281589/SRR11281589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281590/SRR11281590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281591/SRR11281591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281592/SRR11281592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281593/SRR11281593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281594/SRR11281594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281595/SRR11281595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281596/SRR11281596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281597/SRR11281597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281598/SRR11281598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281599/SRR11281599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281600/SRR11281600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281601/SRR11281601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281602/SRR11281602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281603/SRR11281603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281604/SRR11281604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281605/SRR11281605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281606/SRR11281606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281607/SRR11281607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281608/SRR11281608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281609/SRR11281609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281610/SRR11281610
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281611/SRR11281611
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281612/SRR11281612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281613/SRR11281613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281614/SRR11281614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281615/SRR11281615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281616/SRR11281616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281617/SRR11281617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281618/SRR11281618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281619/SRR11281619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281620/SRR11281620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281621/SRR11281621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281622/SRR11281622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281623/SRR11281623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281624/SRR11281624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281625/SRR11281625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281626/SRR11281626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281627/SRR11281627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281628/SRR11281628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281629/SRR11281629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281630/SRR11281630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281631/SRR11281631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281632/SRR11281632
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281633/SRR11281633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281634/SRR11281634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281635/SRR11281635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281636/SRR11281636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281637/SRR11281637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281638/SRR11281638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281639/SRR11281639
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281640/SRR11281640
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281641/SRR11281641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281642/SRR11281642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281643/SRR11281643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281644/SRR11281644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281645/SRR11281645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281646/SRR11281646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281647/SRR11281647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281648/SRR11281648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281649/SRR11281649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281650/SRR11281650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281651/SRR11281651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281652/SRR11281652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281653/SRR11281653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281654/SRR11281654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281655/SRR11281655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281656/SRR11281656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281657/SRR11281657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281658/SRR11281658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281659/SRR11281659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281660/SRR11281660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281661/SRR11281661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281662/SRR11281662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281663/SRR11281663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281664/SRR11281664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281665/SRR11281665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281666/SRR11281666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281667/SRR11281667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281668/SRR11281668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281669/SRR11281669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281670/SRR11281670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281671/SRR11281671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281672/SRR11281672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281673/SRR11281673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281674/SRR11281674
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281675/SRR11281675
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281676/SRR11281676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281677/SRR11281677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281678/SRR11281678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281679/SRR11281679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281680/SRR11281680
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281681/SRR11281681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281682/SRR11281682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281683/SRR11281683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281684/SRR11281684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281685/SRR11281685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281686/SRR11281686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281687/SRR11281687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281688/SRR11281688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281689/SRR11281689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281690/SRR11281690
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281691/SRR11281691
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281692/SRR11281692

# --- Additional data files ---
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281633/SRR11281633
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281634/SRR11281634
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281635/SRR11281635
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281636/SRR11281636
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281637/SRR11281637
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281638/SRR11281638
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281639/SRR11281639
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281640/SRR11281640
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281641/SRR11281641
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281642/SRR11281642
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281643/SRR11281643
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281644/SRR11281644
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281549/SRR11281549
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281550/SRR11281550
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281551/SRR11281551
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281552/SRR11281552
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281553/SRR11281553
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281554/SRR11281554
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281555/SRR11281555
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281556/SRR11281556
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281557/SRR11281557
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281558/SRR11281558
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281559/SRR11281559
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281560/SRR11281560
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281573/SRR11281573
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281574/SRR11281574
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281575/SRR11281575
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281576/SRR11281576
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281577/SRR11281577
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281578/SRR11281578
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281579/SRR11281579
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281580/SRR11281580
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281581/SRR11281581
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281582/SRR11281582
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281583/SRR11281583
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281584/SRR11281584
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281645/SRR11281645
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281646/SRR11281646
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281647/SRR11281647
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281648/SRR11281648
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281649/SRR11281649
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281650/SRR11281650
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281651/SRR11281651
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281652/SRR11281652
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281653/SRR11281653
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281654/SRR11281654
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281655/SRR11281655
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281656/SRR11281656
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281585/SRR11281585
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281586/SRR11281586
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281587/SRR11281587
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281588/SRR11281588
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281589/SRR11281589
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281590/SRR11281590
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281591/SRR11281591
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281592/SRR11281592
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281593/SRR11281593
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281594/SRR11281594
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281595/SRR11281595
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281596/SRR11281596
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281657/SRR11281657
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281658/SRR11281658
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281659/SRR11281659
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281660/SRR11281660
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281661/SRR11281661
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281662/SRR11281662
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281663/SRR11281663
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281664/SRR11281664
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281665/SRR11281665
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281666/SRR11281666
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281667/SRR11281667
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281668/SRR11281668
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281597/SRR11281597
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281598/SRR11281598
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281599/SRR11281599
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281600/SRR11281600
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281601/SRR11281601
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281602/SRR11281602
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281603/SRR11281603
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281604/SRR11281604
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281605/SRR11281605
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281606/SRR11281606
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281607/SRR11281607
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281608/SRR11281608
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281669/SRR11281669
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281670/SRR11281670
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281671/SRR11281671
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281672/SRR11281672
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281673/SRR11281673
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281674/SRR11281674
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281675/SRR11281675
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281676/SRR11281676
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281677/SRR11281677
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281678/SRR11281678
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281679/SRR11281679
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281680/SRR11281680
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281609/SRR11281609
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281610/SRR11281610
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281611/SRR11281611
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281612/SRR11281612
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281613/SRR11281613
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281614/SRR11281614
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281615/SRR11281615
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281616/SRR11281616
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281617/SRR11281617
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281618/SRR11281618
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281619/SRR11281619
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281620/SRR11281620
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281681/SRR11281681
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281682/SRR11281682
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281683/SRR11281683
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281684/SRR11281684
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281685/SRR11281685
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281686/SRR11281686
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281687/SRR11281687
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281688/SRR11281688
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281689/SRR11281689
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281690/SRR11281690
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281691/SRR11281691
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281692/SRR11281692
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281561/SRR11281561
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281562/SRR11281562
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281563/SRR11281563
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281564/SRR11281564
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281565/SRR11281565
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281566/SRR11281566
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281567/SRR11281567
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281568/SRR11281568
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281569/SRR11281569
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281570/SRR11281570
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281571/SRR11281571
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281572/SRR11281572
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281621/SRR11281621
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281622/SRR11281622
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281623/SRR11281623
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281624/SRR11281624
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281625/SRR11281625
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281626/SRR11281626
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281627/SRR11281627
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281628/SRR11281628
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281629/SRR11281629
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281630/SRR11281630
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281631/SRR11281631
curl -L -O -C - https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR11281632/SRR11281632
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-11/SRR011/281/SRR11281645/SRR11281645.lite.1
curl -L -O -C - https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-11/SRR011/281/SRR11281653/SRR11281653.lite.1

echo "Download complete. Files saved to $OUTDIR"