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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE83nnn/GSE83687/suppl/GSE83687_RAW.tar" -O "GSE83687_RAW.tar"

# --- 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 "SRR3714631"
gz1="$(_compress_if_exists 'SRR3714631_1' || true)"
gz2="$(_compress_if_exists 'SRR3714631_2' || true)"
gzs="$(_compress_if_exists 'SRR3714631' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10E_AGTCAA_L003_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714632"
gz1="$(_compress_if_exists 'SRR3714632_1' || true)"
gz2="$(_compress_if_exists 'SRR3714632_2' || true)"
gzs="$(_compress_if_exists 'SRR3714632' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10F_CCGTCC_L003_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714633"
gz1="$(_compress_if_exists 'SRR3714633_1' || true)"
gz2="$(_compress_if_exists 'SRR3714633_2' || true)"
gzs="$(_compress_if_exists 'SRR3714633' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10G_GTTTCG_L004_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714634"
gz1="$(_compress_if_exists 'SRR3714634_1' || true)"
gz2="$(_compress_if_exists 'SRR3714634_2' || true)"
gzs="$(_compress_if_exists 'SRR3714634' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10H_CAAAAG_L005_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714635"
gz1="$(_compress_if_exists 'SRR3714635_1' || true)"
gz2="$(_compress_if_exists 'SRR3714635_2' || true)"
gzs="$(_compress_if_exists 'SRR3714635' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10J_GTGGCC_L006_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714636"
gz1="$(_compress_if_exists 'SRR3714636_1' || true)"
gz2="$(_compress_if_exists 'SRR3714636_2' || true)"
gzs="$(_compress_if_exists 'SRR3714636' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10K_TAGCTT_L006_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714637"
gz1="$(_compress_if_exists 'SRR3714637_1' || true)"
gz2="$(_compress_if_exists 'SRR3714637_2' || true)"
gzs="$(_compress_if_exists 'SRR3714637' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10L_CCGTCC_L005_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714638"
gz1="$(_compress_if_exists 'SRR3714638_1' || true)"
gz2="$(_compress_if_exists 'SRR3714638_2' || true)"
gzs="$(_compress_if_exists 'SRR3714638' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10M_GGTAGC_L006_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714639"
gz1="$(_compress_if_exists 'SRR3714639_1' || true)"
gz2="$(_compress_if_exists 'SRR3714639_2' || true)"
gzs="$(_compress_if_exists 'SRR3714639' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10O_ACTGAT_L003_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714640"
gz1="$(_compress_if_exists 'SRR3714640_1' || true)"
gz2="$(_compress_if_exists 'SRR3714640_2' || true)"
gzs="$(_compress_if_exists 'SRR3714640' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10P_ACTTGA_L007_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714641"
gz1="$(_compress_if_exists 'SRR3714641_1' || true)"
gz2="$(_compress_if_exists 'SRR3714641_2' || true)"
gzs="$(_compress_if_exists 'SRR3714641' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10Q_AGTCAA_L001_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714642"
gz1="$(_compress_if_exists 'SRR3714642_1' || true)"
gz2="$(_compress_if_exists 'SRR3714642_2' || true)"
gzs="$(_compress_if_exists 'SRR3714642' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10R_GTGAAA_L008_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714643"
gz1="$(_compress_if_exists 'SRR3714643_1' || true)"
gz2="$(_compress_if_exists 'SRR3714643_2' || true)"
gzs="$(_compress_if_exists 'SRR3714643' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10S_CACCGG_L004_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714644"
gz1="$(_compress_if_exists 'SRR3714644_1' || true)"
gz2="$(_compress_if_exists 'SRR3714644_2' || true)"
gzs="$(_compress_if_exists 'SRR3714644' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10U_GACGAC_L006_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714645"
gz1="$(_compress_if_exists 'SRR3714645_1' || true)"
gz2="$(_compress_if_exists 'SRR3714645_2' || true)"
gzs="$(_compress_if_exists 'SRR3714645' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10V_TCCCGA_L007_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714646"
gz1="$(_compress_if_exists 'SRR3714646_1' || true)"
gz2="$(_compress_if_exists 'SRR3714646_2' || true)"
gzs="$(_compress_if_exists 'SRR3714646' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "10W_TGACCA_L001_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714647"
gz1="$(_compress_if_exists 'SRR3714647_1' || true)"
gz2="$(_compress_if_exists 'SRR3714647_2' || true)"
gzs="$(_compress_if_exists 'SRR3714647' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11B_AGTCAA_L003_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714648"
gz1="$(_compress_if_exists 'SRR3714648_1' || true)"
gz2="$(_compress_if_exists 'SRR3714648_2' || true)"
gzs="$(_compress_if_exists 'SRR3714648' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11E_ATGTCA_L003_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714649"
gz1="$(_compress_if_exists 'SRR3714649_1' || true)"
gz2="$(_compress_if_exists 'SRR3714649_2' || true)"
gzs="$(_compress_if_exists 'SRR3714649' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11I_CGATGT_L006_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714650"
gz1="$(_compress_if_exists 'SRR3714650_1' || true)"
gz2="$(_compress_if_exists 'SRR3714650_2' || true)"
gzs="$(_compress_if_exists 'SRR3714650' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11L_CGTACG_L006_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714651"
gz1="$(_compress_if_exists 'SRR3714651_1' || true)"
gz2="$(_compress_if_exists 'SRR3714651_2' || true)"
gzs="$(_compress_if_exists 'SRR3714651' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11P_GATCAG_L007_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714652"
gz1="$(_compress_if_exists 'SRR3714652_1' || true)"
gz2="$(_compress_if_exists 'SRR3714652_2' || true)"
gzs="$(_compress_if_exists 'SRR3714652' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11R_GTGGCC_L008_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714653"
gz1="$(_compress_if_exists 'SRR3714653_1' || true)"
gz2="$(_compress_if_exists 'SRR3714653_2' || true)"
gzs="$(_compress_if_exists 'SRR3714653' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11S_CACGAT_L004_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714654"
gz1="$(_compress_if_exists 'SRR3714654_1' || true)"
gz2="$(_compress_if_exists 'SRR3714654_2' || true)"
gzs="$(_compress_if_exists 'SRR3714654' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11T_CGGAAT_L005_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714655"
gz1="$(_compress_if_exists 'SRR3714655_1' || true)"
gz2="$(_compress_if_exists 'SRR3714655_2' || true)"
gzs="$(_compress_if_exists 'SRR3714655' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11U_TAATCG_L006_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714656"
gz1="$(_compress_if_exists 'SRR3714656_1' || true)"
gz2="$(_compress_if_exists 'SRR3714656_2' || true)"
gzs="$(_compress_if_exists 'SRR3714656' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11U_XXXXXX_L000_R1_001.Multiple.fastq.gz"
fi

fasterq-dump --split-files "SRR3714657"
gz1="$(_compress_if_exists 'SRR3714657_1' || true)"
gz2="$(_compress_if_exists 'SRR3714657_2' || true)"
gzs="$(_compress_if_exists 'SRR3714657' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "11W_ACAGTG_L001_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714658"
gz1="$(_compress_if_exists 'SRR3714658_1' || true)"
gz2="$(_compress_if_exists 'SRR3714658_2' || true)"
gzs="$(_compress_if_exists 'SRR3714658' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12F_6M_GTAGAG_L004_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714659"
gz1="$(_compress_if_exists 'SRR3714659_1' || true)"
gz2="$(_compress_if_exists 'SRR3714659_2' || true)"
gzs="$(_compress_if_exists 'SRR3714659' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12H_CAACTA_L005_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714660"
gz1="$(_compress_if_exists 'SRR3714660_1' || true)"
gz2="$(_compress_if_exists 'SRR3714660_2' || true)"
gzs="$(_compress_if_exists 'SRR3714660' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12L_GTAGAG_L005_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714661"
gz1="$(_compress_if_exists 'SRR3714661_1' || true)"
gz2="$(_compress_if_exists 'SRR3714661_2' || true)"
gzs="$(_compress_if_exists 'SRR3714661' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12M_ACTGAT_L006_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714662"
gz1="$(_compress_if_exists 'SRR3714662_1' || true)"
gz2="$(_compress_if_exists 'SRR3714662_2' || true)"
gzs="$(_compress_if_exists 'SRR3714662' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12O_ATGAGC_L005_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714663"
gz1="$(_compress_if_exists 'SRR3714663_1' || true)"
gz2="$(_compress_if_exists 'SRR3714663_2' || true)"
gzs="$(_compress_if_exists 'SRR3714663' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12P_TAGCTT_L007_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714664"
gz1="$(_compress_if_exists 'SRR3714664_1' || true)"
gz2="$(_compress_if_exists 'SRR3714664_2' || true)"
gzs="$(_compress_if_exists 'SRR3714664' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12R_GTTTCG_L002_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714665"
gz1="$(_compress_if_exists 'SRR3714665_1' || true)"
gz2="$(_compress_if_exists 'SRR3714665_2' || true)"
gzs="$(_compress_if_exists 'SRR3714665' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12S_CACTCA_L004_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714666"
gz1="$(_compress_if_exists 'SRR3714666_1' || true)"
gz2="$(_compress_if_exists 'SRR3714666_2' || true)"
gzs="$(_compress_if_exists 'SRR3714666' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12T_CTAGCT_L001_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714667"
gz1="$(_compress_if_exists 'SRR3714667_1' || true)"
gz2="$(_compress_if_exists 'SRR3714667_2' || true)"
gzs="$(_compress_if_exists 'SRR3714667' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12T_XXXXXX_L000_R1_001.Multiple.fastq.gz"
fi

fasterq-dump --split-files "SRR3714668"
gz1="$(_compress_if_exists 'SRR3714668_1' || true)"
gz2="$(_compress_if_exists 'SRR3714668_2' || true)"
gzs="$(_compress_if_exists 'SRR3714668' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12U_TACAGC_L006_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714669"
gz1="$(_compress_if_exists 'SRR3714669_1' || true)"
gz2="$(_compress_if_exists 'SRR3714669_2' || true)"
gzs="$(_compress_if_exists 'SRR3714669' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "12W_GCCAAT_L001_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714670"
gz1="$(_compress_if_exists 'SRR3714670_1' || true)"
gz2="$(_compress_if_exists 'SRR3714670_2' || true)"
gzs="$(_compress_if_exists 'SRR3714670' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C_GGCTAC_L004_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714671"
gz1="$(_compress_if_exists 'SRR3714671_1' || true)"
gz2="$(_compress_if_exists 'SRR3714671_2' || true)"
gzs="$(_compress_if_exists 'SRR3714671' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D_7D_TAGCTT_L001_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714672"
gz1="$(_compress_if_exists 'SRR3714672_1' || true)"
gz2="$(_compress_if_exists 'SRR3714672_2' || true)"
gzs="$(_compress_if_exists 'SRR3714672' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F_CCGTCC_L002_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714673"
gz1="$(_compress_if_exists 'SRR3714673_1' || true)"
gz2="$(_compress_if_exists 'SRR3714673_2' || true)"
gzs="$(_compress_if_exists 'SRR3714673' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1I_TTAGGC_L006_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714674"
gz1="$(_compress_if_exists 'SRR3714674_1' || true)"
gz2="$(_compress_if_exists 'SRR3714674_2' || true)"
gzs="$(_compress_if_exists 'SRR3714674' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1M_GTCCGC_L005_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714675"
gz1="$(_compress_if_exists 'SRR3714675_1' || true)"
gz2="$(_compress_if_exists 'SRR3714675_2' || true)"
gzs="$(_compress_if_exists 'SRR3714675' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1O_CACCGG_L007_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714676"
gz1="$(_compress_if_exists 'SRR3714676_1' || true)"
gz2="$(_compress_if_exists 'SRR3714676_2' || true)"
gzs="$(_compress_if_exists 'SRR3714676' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1P_TTAGGC_L006_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714677"
gz1="$(_compress_if_exists 'SRR3714677_1' || true)"
gz2="$(_compress_if_exists 'SRR3714677_2' || true)"
gzs="$(_compress_if_exists 'SRR3714677' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1R_AGTTCC_L002_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714678"
gz1="$(_compress_if_exists 'SRR3714678_1' || true)"
gz2="$(_compress_if_exists 'SRR3714678_2' || true)"
gzs="$(_compress_if_exists 'SRR3714678' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1T_CAGGCG_L004_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714679"
gz1="$(_compress_if_exists 'SRR3714679_1' || true)"
gz2="$(_compress_if_exists 'SRR3714679_2' || true)"
gzs="$(_compress_if_exists 'SRR3714679' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1Y_CAGATC_L002_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714680"
gz1="$(_compress_if_exists 'SRR3714680_1' || true)"
gz2="$(_compress_if_exists 'SRR3714680_2' || true)"
gzs="$(_compress_if_exists 'SRR3714680' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D_ACAGTG_L001_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714681"
gz1="$(_compress_if_exists 'SRR3714681_1' || true)"
gz2="$(_compress_if_exists 'SRR3714681_2' || true)"
gzs="$(_compress_if_exists 'SRR3714681' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E_GATCAG_L002_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714682"
gz1="$(_compress_if_exists 'SRR3714682_1' || true)"
gz2="$(_compress_if_exists 'SRR3714682_2' || true)"
gzs="$(_compress_if_exists 'SRR3714682' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F_CACCGG_L002_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714683"
gz1="$(_compress_if_exists 'SRR3714683_1' || true)"
gz2="$(_compress_if_exists 'SRR3714683_2' || true)"
gzs="$(_compress_if_exists 'SRR3714683' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2I_TGACCA_L006_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714684"
gz1="$(_compress_if_exists 'SRR3714684_1' || true)"
gz2="$(_compress_if_exists 'SRR3714684_2' || true)"
gzs="$(_compress_if_exists 'SRR3714684' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2J_GAGTGG_L004_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714685"
gz1="$(_compress_if_exists 'SRR3714685_1' || true)"
gz2="$(_compress_if_exists 'SRR3714685_2' || true)"
gzs="$(_compress_if_exists 'SRR3714685' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2K_GTTTCG_L006_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714686"
gz1="$(_compress_if_exists 'SRR3714686_1' || true)"
gz2="$(_compress_if_exists 'SRR3714686_2' || true)"
gzs="$(_compress_if_exists 'SRR3714686' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2L_GGCTAC_L007_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714687"
gz1="$(_compress_if_exists 'SRR3714687_1' || true)"
gz2="$(_compress_if_exists 'SRR3714687_2' || true)"
gzs="$(_compress_if_exists 'SRR3714687' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2M_GTGAAA_L005_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714688"
gz1="$(_compress_if_exists 'SRR3714688_1' || true)"
gz2="$(_compress_if_exists 'SRR3714688_2' || true)"
gzs="$(_compress_if_exists 'SRR3714688' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2N_ATGAGC_L007_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714689"
gz1="$(_compress_if_exists 'SRR3714689_1' || true)"
gz2="$(_compress_if_exists 'SRR3714689_2' || true)"
gzs="$(_compress_if_exists 'SRR3714689' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2P_TGACCA_L006_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714690"
gz1="$(_compress_if_exists 'SRR3714690_1' || true)"
gz2="$(_compress_if_exists 'SRR3714690_2' || true)"
gzs="$(_compress_if_exists 'SRR3714690' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2Q_ATTCCT_L005_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714691"
gz1="$(_compress_if_exists 'SRR3714691_1' || true)"
gz2="$(_compress_if_exists 'SRR3714691_2' || true)"
gzs="$(_compress_if_exists 'SRR3714691' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2R_ATGTCA_L001_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714692"
gz1="$(_compress_if_exists 'SRR3714692_1' || true)"
gz2="$(_compress_if_exists 'SRR3714692_2' || true)"
gzs="$(_compress_if_exists 'SRR3714692' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2S_CGTACG_L005_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714693"
gz1="$(_compress_if_exists 'SRR3714693_1' || true)"
gz2="$(_compress_if_exists 'SRR3714693_2' || true)"
gzs="$(_compress_if_exists 'SRR3714693' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2T_CATGGC_L001_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714694"
gz1="$(_compress_if_exists 'SRR3714694_1' || true)"
gz2="$(_compress_if_exists 'SRR3714694_2' || true)"
gzs="$(_compress_if_exists 'SRR3714694' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2Y_ACTTGA_L002_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714695"
gz1="$(_compress_if_exists 'SRR3714695_1' || true)"
gz2="$(_compress_if_exists 'SRR3714695_2' || true)"
gzs="$(_compress_if_exists 'SRR3714695' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B_TTAGGC_L001_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714696"
gz1="$(_compress_if_exists 'SRR3714696_1' || true)"
gz2="$(_compress_if_exists 'SRR3714696_2' || true)"
gzs="$(_compress_if_exists 'SRR3714696' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G_GTCCGC_L003_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714697"
gz1="$(_compress_if_exists 'SRR3714697_1' || true)"
gz2="$(_compress_if_exists 'SRR3714697_2' || true)"
gzs="$(_compress_if_exists 'SRR3714697' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3I_ACAGTG_L006_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714698"
gz1="$(_compress_if_exists 'SRR3714698_1' || true)"
gz2="$(_compress_if_exists 'SRR3714698_2' || true)"
gzs="$(_compress_if_exists 'SRR3714698' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3K_CAGATC_L006_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714699"
gz1="$(_compress_if_exists 'SRR3714699_1' || true)"
gz2="$(_compress_if_exists 'SRR3714699_2' || true)"
gzs="$(_compress_if_exists 'SRR3714699' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3M_GTGGCC_L005_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714700"
gz1="$(_compress_if_exists 'SRR3714700_1' || true)"
gz2="$(_compress_if_exists 'SRR3714700_2' || true)"
gzs="$(_compress_if_exists 'SRR3714700' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3N_ATTCCT_L007_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714701"
gz1="$(_compress_if_exists 'SRR3714701_1' || true)"
gz2="$(_compress_if_exists 'SRR3714701_2' || true)"
gzs="$(_compress_if_exists 'SRR3714701' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3R_CCGTCC_L008_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714702"
gz1="$(_compress_if_exists 'SRR3714702_1' || true)"
gz2="$(_compress_if_exists 'SRR3714702_2' || true)"
gzs="$(_compress_if_exists 'SRR3714702' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3S_GAGTGG_L002_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714703"
gz1="$(_compress_if_exists 'SRR3714703_1' || true)"
gz2="$(_compress_if_exists 'SRR3714703_2' || true)"
gzs="$(_compress_if_exists 'SRR3714703' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3W_TCGAAG_L007_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714704"
gz1="$(_compress_if_exists 'SRR3714704_1' || true)"
gz2="$(_compress_if_exists 'SRR3714704_2' || true)"
gzs="$(_compress_if_exists 'SRR3714704' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4D_GCCAAT_L002_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714705"
gz1="$(_compress_if_exists 'SRR3714705_1' || true)"
gz2="$(_compress_if_exists 'SRR3714705_2' || true)"
gzs="$(_compress_if_exists 'SRR3714705' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4E_9H_AGTTCC_L003_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714706"
gz1="$(_compress_if_exists 'SRR3714706_1' || true)"
gz2="$(_compress_if_exists 'SRR3714706_2' || true)"
gzs="$(_compress_if_exists 'SRR3714706' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4F_AGTTCC_L003_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714707"
gz1="$(_compress_if_exists 'SRR3714707_1' || true)"
gz2="$(_compress_if_exists 'SRR3714707_2' || true)"
gzs="$(_compress_if_exists 'SRR3714707' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4J_GGTAGC_L004_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714708"
gz1="$(_compress_if_exists 'SRR3714708_1' || true)"
gz2="$(_compress_if_exists 'SRR3714708_2' || true)"
gzs="$(_compress_if_exists 'SRR3714708' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4K_ACTTGA_L006_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714709"
gz1="$(_compress_if_exists 'SRR3714709_1' || true)"
gz2="$(_compress_if_exists 'SRR3714709_2' || true)"
gzs="$(_compress_if_exists 'SRR3714709' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4K_ACTTGA_L007_R1_001.C2UGHACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714710"
gz1="$(_compress_if_exists 'SRR3714710_1' || true)"
gz2="$(_compress_if_exists 'SRR3714710_2' || true)"
gzs="$(_compress_if_exists 'SRR3714710' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4L_CTTGTA_L007_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714711"
gz1="$(_compress_if_exists 'SRR3714711_1' || true)"
gz2="$(_compress_if_exists 'SRR3714711_2' || true)"
gzs="$(_compress_if_exists 'SRR3714711' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4M_GTTTCG_L006_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714712"
gz1="$(_compress_if_exists 'SRR3714712_1' || true)"
gz2="$(_compress_if_exists 'SRR3714712_2' || true)"
gzs="$(_compress_if_exists 'SRR3714712' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4P_ACAGTG_L006_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714713"
gz1="$(_compress_if_exists 'SRR3714713_1' || true)"
gz2="$(_compress_if_exists 'SRR3714713_2' || true)"
gzs="$(_compress_if_exists 'SRR3714713' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4S_GGTAGC_L003_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714714"
gz1="$(_compress_if_exists 'SRR3714714_1' || true)"
gz2="$(_compress_if_exists 'SRR3714714_2' || true)"
gzs="$(_compress_if_exists 'SRR3714714' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4W_TCGGCA_L007_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714715"
gz1="$(_compress_if_exists 'SRR3714715_1' || true)"
gz2="$(_compress_if_exists 'SRR3714715_2' || true)"
gzs="$(_compress_if_exists 'SRR3714715' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "4Y_GATCAG_L006_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714716"
gz1="$(_compress_if_exists 'SRR3714716_1' || true)"
gz2="$(_compress_if_exists 'SRR3714716_2' || true)"
gzs="$(_compress_if_exists 'SRR3714716' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5D_CAGATC_L002_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714717"
gz1="$(_compress_if_exists 'SRR3714717_1' || true)"
gz2="$(_compress_if_exists 'SRR3714717_2' || true)"
gzs="$(_compress_if_exists 'SRR3714717' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5J_ACTGAT_L005_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714718"
gz1="$(_compress_if_exists 'SRR3714718_1' || true)"
gz2="$(_compress_if_exists 'SRR3714718_2' || true)"
gzs="$(_compress_if_exists 'SRR3714718' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5M_CGTACG_L006_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714719"
gz1="$(_compress_if_exists 'SRR3714719_1' || true)"
gz2="$(_compress_if_exists 'SRR3714719_2' || true)"
gzs="$(_compress_if_exists 'SRR3714719' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5N_CAAAAG_L007_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714720"
gz1="$(_compress_if_exists 'SRR3714720_1' || true)"
gz2="$(_compress_if_exists 'SRR3714720_2' || true)"
gzs="$(_compress_if_exists 'SRR3714720' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5P_GCCAAT_L007_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714721"
gz1="$(_compress_if_exists 'SRR3714721_1' || true)"
gz2="$(_compress_if_exists 'SRR3714721_2' || true)"
gzs="$(_compress_if_exists 'SRR3714721' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "5S_ACTGAT_L003_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714722"
gz1="$(_compress_if_exists 'SRR3714722_1' || true)"
gz2="$(_compress_if_exists 'SRR3714722_2' || true)"
gzs="$(_compress_if_exists 'SRR3714722' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6E_TAGCTT_L002_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714723"
gz1="$(_compress_if_exists 'SRR3714723_1' || true)"
gz2="$(_compress_if_exists 'SRR3714723_2' || true)"
gzs="$(_compress_if_exists 'SRR3714723' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6H_GTGGCC_L004_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714724"
gz1="$(_compress_if_exists 'SRR3714724_1' || true)"
gz2="$(_compress_if_exists 'SRR3714724_2' || true)"
gzs="$(_compress_if_exists 'SRR3714724' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6J_CTAGCT_L005_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714725"
gz1="$(_compress_if_exists 'SRR3714725_1' || true)"
gz2="$(_compress_if_exists 'SRR3714725_2' || true)"
gzs="$(_compress_if_exists 'SRR3714725' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6N_GGTAGC_L004_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714726"
gz1="$(_compress_if_exists 'SRR3714726_1' || true)"
gz2="$(_compress_if_exists 'SRR3714726_2' || true)"
gzs="$(_compress_if_exists 'SRR3714726' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6O_ATCACG_L006_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714727"
gz1="$(_compress_if_exists 'SRR3714727_1' || true)"
gz2="$(_compress_if_exists 'SRR3714727_2' || true)"
gzs="$(_compress_if_exists 'SRR3714727' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6P_CAGATC_L007_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714728"
gz1="$(_compress_if_exists 'SRR3714728_1' || true)"
gz2="$(_compress_if_exists 'SRR3714728_2' || true)"
gzs="$(_compress_if_exists 'SRR3714728' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6R_GTAGAG_L008_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714729"
gz1="$(_compress_if_exists 'SRR3714729_1' || true)"
gz2="$(_compress_if_exists 'SRR3714729_2' || true)"
gzs="$(_compress_if_exists 'SRR3714729' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6S_ATGAGC_L005_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714730"
gz1="$(_compress_if_exists 'SRR3714730_1' || true)"
gz2="$(_compress_if_exists 'SRR3714730_2' || true)"
gzs="$(_compress_if_exists 'SRR3714730' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6T_CATTTT_L004_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714731"
gz1="$(_compress_if_exists 'SRR3714731_1' || true)"
gz2="$(_compress_if_exists 'SRR3714731_2' || true)"
gzs="$(_compress_if_exists 'SRR3714731' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6U_CAACTA_L004_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714732"
gz1="$(_compress_if_exists 'SRR3714732_1' || true)"
gz2="$(_compress_if_exists 'SRR3714732_2' || true)"
gzs="$(_compress_if_exists 'SRR3714732' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "6W_ATCACG_L007_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714733"
gz1="$(_compress_if_exists 'SRR3714733_1' || true)"
gz2="$(_compress_if_exists 'SRR3714733_2' || true)"
gzs="$(_compress_if_exists 'SRR3714733' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7C_TGACCA_L001_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714734"
gz1="$(_compress_if_exists 'SRR3714734_1' || true)"
gz2="$(_compress_if_exists 'SRR3714734_2' || true)"
gzs="$(_compress_if_exists 'SRR3714734' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7E_GGCTAC_L002_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714735"
gz1="$(_compress_if_exists 'SRR3714735_1' || true)"
gz2="$(_compress_if_exists 'SRR3714735_2' || true)"
gzs="$(_compress_if_exists 'SRR3714735' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7H_ATTCCT_L005_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714736"
gz1="$(_compress_if_exists 'SRR3714736_1' || true)"
gz2="$(_compress_if_exists 'SRR3714736_2' || true)"
gzs="$(_compress_if_exists 'SRR3714736' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7L_AGTCAA_L007_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714737"
gz1="$(_compress_if_exists 'SRR3714737_1' || true)"
gz2="$(_compress_if_exists 'SRR3714737_2' || true)"
gzs="$(_compress_if_exists 'SRR3714737' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7M_GAGTGG_L006_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714738"
gz1="$(_compress_if_exists 'SRR3714738_1' || true)"
gz2="$(_compress_if_exists 'SRR3714738_2' || true)"
gzs="$(_compress_if_exists 'SRR3714738' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7R_CAAAAG_L004_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714739"
gz1="$(_compress_if_exists 'SRR3714739_1' || true)"
gz2="$(_compress_if_exists 'SRR3714739_2' || true)"
gzs="$(_compress_if_exists 'SRR3714739' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7S_ATTCCT_L003_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714740"
gz1="$(_compress_if_exists 'SRR3714740_1' || true)"
gz2="$(_compress_if_exists 'SRR3714740_2' || true)"
gzs="$(_compress_if_exists 'SRR3714740' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7T_CCAACA_L005_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714741"
gz1="$(_compress_if_exists 'SRR3714741_1' || true)"
gz2="$(_compress_if_exists 'SRR3714741_2' || true)"
gzs="$(_compress_if_exists 'SRR3714741' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7_ATCACG_L001_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714742"
gz1="$(_compress_if_exists 'SRR3714742_1' || true)"
gz2="$(_compress_if_exists 'SRR3714742_2' || true)"
gzs="$(_compress_if_exists 'SRR3714742' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7U_CTATAC_L005_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714743"
gz1="$(_compress_if_exists 'SRR3714743_1' || true)"
gz2="$(_compress_if_exists 'SRR3714743_2' || true)"
gzs="$(_compress_if_exists 'SRR3714743' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7V_CAGGCG_L005_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714744"
gz1="$(_compress_if_exists 'SRR3714744_1' || true)"
gz2="$(_compress_if_exists 'SRR3714744_2' || true)"
gzs="$(_compress_if_exists 'SRR3714744' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "7W_CGATGT_L007_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714745"
gz1="$(_compress_if_exists 'SRR3714745_1' || true)"
gz2="$(_compress_if_exists 'SRR3714745_2' || true)"
gzs="$(_compress_if_exists 'SRR3714745' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8C_CTTGTA_L004_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714746"
gz1="$(_compress_if_exists 'SRR3714746_1' || true)"
gz2="$(_compress_if_exists 'SRR3714746_2' || true)"
gzs="$(_compress_if_exists 'SRR3714746' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8E_CTTGTA_L003_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714747"
gz1="$(_compress_if_exists 'SRR3714747_1' || true)"
gz2="$(_compress_if_exists 'SRR3714747_2' || true)"
gzs="$(_compress_if_exists 'SRR3714747' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8F_CACGAT_L005_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714748"
gz1="$(_compress_if_exists 'SRR3714748_1' || true)"
gz2="$(_compress_if_exists 'SRR3714748_2' || true)"
gzs="$(_compress_if_exists 'SRR3714748' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8I_CACCGG_L005_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714749"
gz1="$(_compress_if_exists 'SRR3714749_1' || true)"
gz2="$(_compress_if_exists 'SRR3714749_2' || true)"
gzs="$(_compress_if_exists 'SRR3714749' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8J_GCCAAT_L006_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714750"
gz1="$(_compress_if_exists 'SRR3714750_1' || true)"
gz2="$(_compress_if_exists 'SRR3714750_2' || true)"
gzs="$(_compress_if_exists 'SRR3714750' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8J_GCCAAT_L007_R1_001.C2UGHACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714751"
gz1="$(_compress_if_exists 'SRR3714751_1' || true)"
gz2="$(_compress_if_exists 'SRR3714751_2' || true)"
gzs="$(_compress_if_exists 'SRR3714751' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8K_GATCAG_L006_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714752"
gz1="$(_compress_if_exists 'SRR3714752_1' || true)"
gz2="$(_compress_if_exists 'SRR3714752_2' || true)"
gzs="$(_compress_if_exists 'SRR3714752' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8L_AGTTCC_L007_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714753"
gz1="$(_compress_if_exists 'SRR3714753_1' || true)"
gz2="$(_compress_if_exists 'SRR3714753_2' || true)"
gzs="$(_compress_if_exists 'SRR3714753' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8M_GAGTGG_L006_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714754"
gz1="$(_compress_if_exists 'SRR3714754_1' || true)"
gz2="$(_compress_if_exists 'SRR3714754_2' || true)"
gzs="$(_compress_if_exists 'SRR3714754' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8Q_GGCTAC_L002_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714755"
gz1="$(_compress_if_exists 'SRR3714755_1' || true)"
gz2="$(_compress_if_exists 'SRR3714755_2' || true)"
gzs="$(_compress_if_exists 'SRR3714755' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8S_CAAAAG_L003_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714756"
gz1="$(_compress_if_exists 'SRR3714756_1' || true)"
gz2="$(_compress_if_exists 'SRR3714756_2' || true)"
gzs="$(_compress_if_exists 'SRR3714756' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8_CGATGT_L001_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714757"
gz1="$(_compress_if_exists 'SRR3714757_1' || true)"
gz2="$(_compress_if_exists 'SRR3714757_2' || true)"
gzs="$(_compress_if_exists 'SRR3714757' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8U_CTCAGA_L001_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714758"
gz1="$(_compress_if_exists 'SRR3714758_1' || true)"
gz2="$(_compress_if_exists 'SRR3714758_2' || true)"
gzs="$(_compress_if_exists 'SRR3714758' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8V_TATAAT_L006_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714759"
gz1="$(_compress_if_exists 'SRR3714759_1' || true)"
gz2="$(_compress_if_exists 'SRR3714759_2' || true)"
gzs="$(_compress_if_exists 'SRR3714759' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "8W_TTAGGC_L002_R1_001.D2EBWACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714760"
gz1="$(_compress_if_exists 'SRR3714760_1' || true)"
gz2="$(_compress_if_exists 'SRR3714760_2' || true)"
gzs="$(_compress_if_exists 'SRR3714760' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9F_ATGTCA_L003_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714761"
gz1="$(_compress_if_exists 'SRR3714761_1' || true)"
gz2="$(_compress_if_exists 'SRR3714761_2' || true)"
gzs="$(_compress_if_exists 'SRR3714761' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9I_6I_ATCACG_L006_R1_001.D2A3AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714762"
gz1="$(_compress_if_exists 'SRR3714762_1' || true)"
gz2="$(_compress_if_exists 'SRR3714762_2' || true)"
gzs="$(_compress_if_exists 'SRR3714762' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9L_ATGTCA_L007_R1_001.C27U9ACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714763"
gz1="$(_compress_if_exists 'SRR3714763_1' || true)"
gz2="$(_compress_if_exists 'SRR3714763_2' || true)"
gzs="$(_compress_if_exists 'SRR3714763' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9N_CAACTA_L007_R1_001.C03LBACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714764"
gz1="$(_compress_if_exists 'SRR3714764_1' || true)"
gz2="$(_compress_if_exists 'SRR3714764_2' || true)"
gzs="$(_compress_if_exists 'SRR3714764' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9O_CGATGT_L006_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714765"
gz1="$(_compress_if_exists 'SRR3714765_1' || true)"
gz2="$(_compress_if_exists 'SRR3714765_2' || true)"
gzs="$(_compress_if_exists 'SRR3714765' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9Q_CTTGTA_L002_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714766"
gz1="$(_compress_if_exists 'SRR3714766_1' || true)"
gz2="$(_compress_if_exists 'SRR3714766_2' || true)"
gzs="$(_compress_if_exists 'SRR3714766' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9R_GTCCGC_L008_R1_001.D2C2AACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714767"
gz1="$(_compress_if_exists 'SRR3714767_1' || true)"
gz2="$(_compress_if_exists 'SRR3714767_2' || true)"
gzs="$(_compress_if_exists 'SRR3714767' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9S_CAACTA_L003_R1_001.D078FACXX.fastq.gz"
fi

fasterq-dump --split-files "SRR3714768"
gz1="$(_compress_if_exists 'SRR3714768_1' || true)"
gz2="$(_compress_if_exists 'SRR3714768_2' || true)"
gzs="$(_compress_if_exists 'SRR3714768' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "9V_TCATTC_L006_R1_001.D078FACXX.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714631/SRR3714631"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714632/SRR3714632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714633/SRR3714633"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714634/SRR3714634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714635/SRR3714635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714636/SRR3714636"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714637/SRR3714637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714638/SRR3714638"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714639/SRR3714639"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714640/SRR3714640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714641/SRR3714641"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714642/SRR3714642"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714643/SRR3714643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714644/SRR3714644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714645/SRR3714645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714646/SRR3714646"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714647/SRR3714647"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714648/SRR3714648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714649/SRR3714649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714650/SRR3714650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714651/SRR3714651"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714652/SRR3714652"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714653/SRR3714653"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714654/SRR3714654"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714655/SRR3714655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714656/SRR3714656"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714657/SRR3714657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714658/SRR3714658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714659/SRR3714659"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714660/SRR3714660"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714661/SRR3714661"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714662/SRR3714662"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714663/SRR3714663"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714664/SRR3714664"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714665/SRR3714665"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714666/SRR3714666"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714667/SRR3714667"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714668/SRR3714668"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714669/SRR3714669"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714670/SRR3714670"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714671/SRR3714671"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714672/SRR3714672"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714673/SRR3714673"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714674/SRR3714674"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714675/SRR3714675"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714676/SRR3714676"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714677/SRR3714677"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714678/SRR3714678"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714679/SRR3714679"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714680/SRR3714680"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714681/SRR3714681"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714682/SRR3714682"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714683/SRR3714683"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714684/SRR3714684"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714685/SRR3714685"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714686/SRR3714686"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714687/SRR3714687"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714688/SRR3714688"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714689/SRR3714689"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714690/SRR3714690"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714691/SRR3714691"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714692/SRR3714692"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714693/SRR3714693"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714694/SRR3714694"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714695/SRR3714695"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714696/SRR3714696"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714697/SRR3714697"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714698/SRR3714698"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714699/SRR3714699"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714700/SRR3714700"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714701/SRR3714701"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714702/SRR3714702"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714703/SRR3714703"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714704/SRR3714704"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714705/SRR3714705"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714706/SRR3714706"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714707/SRR3714707"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-11/SRR003/714/SRR3714708/SRR3714708.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714709/SRR3714709"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714710/SRR3714710"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714711/SRR3714711"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714712/SRR3714712"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714713/SRR3714713"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714714/SRR3714714"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714715/SRR3714715"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714716/SRR3714716"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714717/SRR3714717"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714718/SRR3714718"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714719/SRR3714719"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714720/SRR3714720"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714721/SRR3714721"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714722/SRR3714722"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714723/SRR3714723"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714724/SRR3714724"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714725/SRR3714725"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714726/SRR3714726"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714727/SRR3714727"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714728/SRR3714728"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714729/SRR3714729"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714730/SRR3714730"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714731/SRR3714731"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714732/SRR3714732"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714733/SRR3714733"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714734/SRR3714734"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714735/SRR3714735"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714736/SRR3714736"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714737/SRR3714737"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714738/SRR3714738"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714739/SRR3714739"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714740/SRR3714740"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714741/SRR3714741"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714742/SRR3714742"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714743/SRR3714743"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714744/SRR3714744"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714745/SRR3714745"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714746/SRR3714746"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714747/SRR3714747"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714748/SRR3714748"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714749/SRR3714749"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714750/SRR3714750"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714751/SRR3714751"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714752/SRR3714752"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714753/SRR3714753"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714754/SRR3714754"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714755/SRR3714755"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714756/SRR3714756"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714757/SRR3714757"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714758/SRR3714758"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714759/SRR3714759"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714760/SRR3714760"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714761/SRR3714761"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714762/SRR3714762"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714763/SRR3714763"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714764/SRR3714764"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714765/SRR3714765"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714766/SRR3714766"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714767/SRR3714767"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714768/SRR3714768"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714631/SRR3714631"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714632/SRR3714632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714633/SRR3714633"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714634/SRR3714634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714635/SRR3714635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714636/SRR3714636"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714637/SRR3714637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714638/SRR3714638"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714639/SRR3714639"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714640/SRR3714640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714641/SRR3714641"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714642/SRR3714642"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714643/SRR3714643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714644/SRR3714644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714645/SRR3714645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714646/SRR3714646"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714647/SRR3714647"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714648/SRR3714648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714649/SRR3714649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714650/SRR3714650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714651/SRR3714651"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714652/SRR3714652"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714653/SRR3714653"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714654/SRR3714654"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714655/SRR3714655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714656/SRR3714656"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714657/SRR3714657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714658/SRR3714658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714659/SRR3714659"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714660/SRR3714660"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714661/SRR3714661"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714662/SRR3714662"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714663/SRR3714663"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714664/SRR3714664"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714665/SRR3714665"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714666/SRR3714666"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714667/SRR3714667"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714668/SRR3714668"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714669/SRR3714669"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714670/SRR3714670"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714672/SRR3714672"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714673/SRR3714673"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714675/SRR3714675"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714676/SRR3714676"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714677/SRR3714677"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714678/SRR3714678"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714679/SRR3714679"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714680/SRR3714680"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714681/SRR3714681"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714682/SRR3714682"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714683/SRR3714683"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714684/SRR3714684"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714685/SRR3714685"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714686/SRR3714686"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714687/SRR3714687"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714688/SRR3714688"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714689/SRR3714689"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714690/SRR3714690"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714691/SRR3714691"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714692/SRR3714692"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714693/SRR3714693"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714694/SRR3714694"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714695/SRR3714695"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714696/SRR3714696"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714697/SRR3714697"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714698/SRR3714698"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714699/SRR3714699"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714700/SRR3714700"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714701/SRR3714701"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714702/SRR3714702"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714703/SRR3714703"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714704/SRR3714704"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714705/SRR3714705"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714706/SRR3714706"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714707/SRR3714707"
curl -L -O -C - "https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos5/sra-pub-zq-11/SRR003/714/SRR3714708/SRR3714708.sralite.1"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714709/SRR3714709"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714711/SRR3714711"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714712/SRR3714712"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714713/SRR3714713"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714714/SRR3714714"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714715/SRR3714715"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714716/SRR3714716"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714717/SRR3714717"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714718/SRR3714718"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714719/SRR3714719"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714720/SRR3714720"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714721/SRR3714721"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714722/SRR3714722"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714723/SRR3714723"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714724/SRR3714724"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714725/SRR3714725"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714726/SRR3714726"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714727/SRR3714727"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714728/SRR3714728"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714729/SRR3714729"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714730/SRR3714730"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714731/SRR3714731"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714732/SRR3714732"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714741/SRR3714741"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714733/SRR3714733"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714734/SRR3714734"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714735/SRR3714735"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714736/SRR3714736"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714737/SRR3714737"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714738/SRR3714738"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714739/SRR3714739"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714740/SRR3714740"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714742/SRR3714742"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714743/SRR3714743"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714744/SRR3714744"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714745/SRR3714745"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714756/SRR3714756"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714746/SRR3714746"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714747/SRR3714747"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714748/SRR3714748"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714749/SRR3714749"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714750/SRR3714750"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714751/SRR3714751"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714752/SRR3714752"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714755/SRR3714755"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714757/SRR3714757"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714758/SRR3714758"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714759/SRR3714759"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714760/SRR3714760"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714761/SRR3714761"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714762/SRR3714762"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714763/SRR3714763"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714764/SRR3714764"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714765/SRR3714765"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714766/SRR3714766"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714767/SRR3714767"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714768/SRR3714768"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714671/SRR3714671"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714674/SRR3714674"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714710/SRR3714710"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714753/SRR3714753"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR3714754/SRR3714754"

echo "Download complete. Files saved to $OUTDIR"