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

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

# --- GEO supplementary files ---
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE89nnn/GSE89405/suppl/GSE89405_Kakaradov_singlecell_expression_matrix.csv.gz" -O "GSE89405_Kakaradov_singlecell_expression_matrix.csv.gz"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE89nnn/GSE89405/suppl/GSE89405_RAW.tar" -O "GSE89405_RAW.tar"
wget -nc "ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE89nnn/GSE89405/suppl/GSE89405_bulkRNA_count.csv.gz" -O "GSE89405_bulkRNA_count.csv.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 "SRR4785508"
gz1="$(_compress_if_exists 'SRR4785508_1' || true)"
gz2="$(_compress_if_exists 'SRR4785508_2' || true)"
gzs="$(_compress_if_exists 'SRR4785508' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "H3K27me3_WT1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785509"
gz1="$(_compress_if_exists 'SRR4785509_1' || true)"
gz2="$(_compress_if_exists 'SRR4785509_2' || true)"
gzs="$(_compress_if_exists 'SRR4785509' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "H3K27me3_WT2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785510"
gz1="$(_compress_if_exists 'SRR4785510_1' || true)"
gz2="$(_compress_if_exists 'SRR4785510_2' || true)"
gzs="$(_compress_if_exists 'SRR4785510' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "H3K27me3_KO1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785511"
gz1="$(_compress_if_exists 'SRR4785511_1' || true)"
gz2="$(_compress_if_exists 'SRR4785511_2' || true)"
gzs="$(_compress_if_exists 'SRR4785511' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "H3K27me3_KO2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785512"
gz1="$(_compress_if_exists 'SRR4785512_1' || true)"
gz2="$(_compress_if_exists 'SRR4785512_2' || true)"
gzs="$(_compress_if_exists 'SRR4785512' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "Input_WT1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785513"
gz1="$(_compress_if_exists 'SRR4785513_1' || true)"
gz2="$(_compress_if_exists 'SRR4785513_2' || true)"
gzs="$(_compress_if_exists 'SRR4785513' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "Input_WT2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785514"
gz1="$(_compress_if_exists 'SRR4785514_1' || true)"
gz2="$(_compress_if_exists 'SRR4785514_2' || true)"
gzs="$(_compress_if_exists 'SRR4785514' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "Input_KO1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785515"
gz1="$(_compress_if_exists 'SRR4785515_1' || true)"
gz2="$(_compress_if_exists 'SRR4785515_2' || true)"
gzs="$(_compress_if_exists 'SRR4785515' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gzs" ]; then
  mv -f "$gzs" "Input_KO2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785516"
gz1="$(_compress_if_exists 'SRR4785516_1' || true)"
gz2="$(_compress_if_exists 'SRR4785516_2' || true)"
gzs="$(_compress_if_exists 'SRR4785516' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "SAD4EZH3_S31_L008_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785517"
gz1="$(_compress_if_exists 'SRR4785517_1' || true)"
gz2="$(_compress_if_exists 'SRR4785517_2' || true)"
gzs="$(_compress_if_exists 'SRR4785517' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "SAD4H3K3_S33_L008_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785518"
gz1="$(_compress_if_exists 'SRR4785518_1' || true)"
gz2="$(_compress_if_exists 'SRR4785518_2' || true)"
gzs="$(_compress_if_exists 'SRR4785518' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "SAD4POL3_S32_L008_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785519"
gz1="$(_compress_if_exists 'SRR4785519_1' || true)"
gz2="$(_compress_if_exists 'SRR4785519_2' || true)"
gzs="$(_compress_if_exists 'SRR4785519' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "SAD4INP1_S39_L008_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785520"
gz1="$(_compress_if_exists 'SRR4785520_1' || true)"
gz2="$(_compress_if_exists 'SRR4785520_2' || true)"
gzs="$(_compress_if_exists 'SRR4785520' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CW05_S5_L002_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785521"
gz1="$(_compress_if_exists 'SRR4785521_1' || true)"
gz2="$(_compress_if_exists 'SRR4785521_2' || true)"
gzs="$(_compress_if_exists 'SRR4785521' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CW06_S6_L002_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785522"
gz1="$(_compress_if_exists 'SRR4785522_1' || true)"
gz2="$(_compress_if_exists 'SRR4785522_2' || true)"
gzs="$(_compress_if_exists 'SRR4785522' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CW07_S7_L002_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785523"
gz1="$(_compress_if_exists 'SRR4785523_1' || true)"
gz2="$(_compress_if_exists 'SRR4785523_2' || true)"
gzs="$(_compress_if_exists 'SRR4785523' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "CW08_S8_L002_R1_001.fastq.gz"
fi

fasterq-dump --split-files "SRR4785524"
gz1="$(_compress_if_exists 'SRR4785524_1' || true)"
gz2="$(_compress_if_exists 'SRR4785524_2' || true)"
gzs="$(_compress_if_exists 'SRR4785524' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A10_CGAGGCTG_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A10_CGAGGCTG_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785525"
gz1="$(_compress_if_exists 'SRR4785525_1' || true)"
gz2="$(_compress_if_exists 'SRR4785525_2' || true)"
gzs="$(_compress_if_exists 'SRR4785525' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A11_AAGAGGCA_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A11_AAGAGGCA_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785526"
gz1="$(_compress_if_exists 'SRR4785526_1' || true)"
gz2="$(_compress_if_exists 'SRR4785526_2' || true)"
gzs="$(_compress_if_exists 'SRR4785526' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A12_GTAGAGGA_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A12_GTAGAGGA_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785527"
gz1="$(_compress_if_exists 'SRR4785527_1' || true)"
gz2="$(_compress_if_exists 'SRR4785527_2' || true)"
gzs="$(_compress_if_exists 'SRR4785527' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A1_TAAGGCGA_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A1_TAAGGCGA_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785528"
gz1="$(_compress_if_exists 'SRR4785528_1' || true)"
gz2="$(_compress_if_exists 'SRR4785528_2' || true)"
gzs="$(_compress_if_exists 'SRR4785528' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A2_CGTACTAG_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A2_CGTACTAG_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785529"
gz1="$(_compress_if_exists 'SRR4785529_1' || true)"
gz2="$(_compress_if_exists 'SRR4785529_2' || true)"
gzs="$(_compress_if_exists 'SRR4785529' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A3_AGGCAGAA_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A3_AGGCAGAA_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785530"
gz1="$(_compress_if_exists 'SRR4785530_1' || true)"
gz2="$(_compress_if_exists 'SRR4785530_2' || true)"
gzs="$(_compress_if_exists 'SRR4785530' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A4_TCCTGAGC_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A4_TCCTGAGC_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785531"
gz1="$(_compress_if_exists 'SRR4785531_1' || true)"
gz2="$(_compress_if_exists 'SRR4785531_2' || true)"
gzs="$(_compress_if_exists 'SRR4785531' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A5_GGACTCCT_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A5_GGACTCCT_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785532"
gz1="$(_compress_if_exists 'SRR4785532_1' || true)"
gz2="$(_compress_if_exists 'SRR4785532_2' || true)"
gzs="$(_compress_if_exists 'SRR4785532' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A6_TAGGCATG_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A6_TAGGCATG_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785533"
gz1="$(_compress_if_exists 'SRR4785533_1' || true)"
gz2="$(_compress_if_exists 'SRR4785533_2' || true)"
gzs="$(_compress_if_exists 'SRR4785533' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A7_CTCTCTAC_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A7_CTCTCTAC_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785534"
gz1="$(_compress_if_exists 'SRR4785534_1' || true)"
gz2="$(_compress_if_exists 'SRR4785534_2' || true)"
gzs="$(_compress_if_exists 'SRR4785534' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A8_CAGAGAGG_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A8_CAGAGAGG_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785535"
gz1="$(_compress_if_exists 'SRR4785535_1' || true)"
gz2="$(_compress_if_exists 'SRR4785535_2' || true)"
gzs="$(_compress_if_exists 'SRR4785535' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1A9_GCTACGCT_L001_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1A9_GCTACGCT_L001_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785536"
gz1="$(_compress_if_exists 'SRR4785536_1' || true)"
gz2="$(_compress_if_exists 'SRR4785536_2' || true)"
gzs="$(_compress_if_exists 'SRR4785536' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B10_CGAGGCTG_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B10_CGAGGCTG_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785537"
gz1="$(_compress_if_exists 'SRR4785537_1' || true)"
gz2="$(_compress_if_exists 'SRR4785537_2' || true)"
gzs="$(_compress_if_exists 'SRR4785537' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B11_AAGAGGCA_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B11_AAGAGGCA_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785538"
gz1="$(_compress_if_exists 'SRR4785538_1' || true)"
gz2="$(_compress_if_exists 'SRR4785538_2' || true)"
gzs="$(_compress_if_exists 'SRR4785538' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B12_GTAGAGGA_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B12_GTAGAGGA_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785539"
gz1="$(_compress_if_exists 'SRR4785539_1' || true)"
gz2="$(_compress_if_exists 'SRR4785539_2' || true)"
gzs="$(_compress_if_exists 'SRR4785539' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B1_TAAGGCGA_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B1_TAAGGCGA_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785540"
gz1="$(_compress_if_exists 'SRR4785540_1' || true)"
gz2="$(_compress_if_exists 'SRR4785540_2' || true)"
gzs="$(_compress_if_exists 'SRR4785540' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B2_CGTACTAG_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B2_CGTACTAG_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785541"
gz1="$(_compress_if_exists 'SRR4785541_1' || true)"
gz2="$(_compress_if_exists 'SRR4785541_2' || true)"
gzs="$(_compress_if_exists 'SRR4785541' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B3_AGGCAGAA_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B3_AGGCAGAA_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785542"
gz1="$(_compress_if_exists 'SRR4785542_1' || true)"
gz2="$(_compress_if_exists 'SRR4785542_2' || true)"
gzs="$(_compress_if_exists 'SRR4785542' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B4_TCCTGAGC_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B4_TCCTGAGC_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785543"
gz1="$(_compress_if_exists 'SRR4785543_1' || true)"
gz2="$(_compress_if_exists 'SRR4785543_2' || true)"
gzs="$(_compress_if_exists 'SRR4785543' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B5_GGACTCCT_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B5_GGACTCCT_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785544"
gz1="$(_compress_if_exists 'SRR4785544_1' || true)"
gz2="$(_compress_if_exists 'SRR4785544_2' || true)"
gzs="$(_compress_if_exists 'SRR4785544' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B6_TAGGCATG_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B6_TAGGCATG_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785545"
gz1="$(_compress_if_exists 'SRR4785545_1' || true)"
gz2="$(_compress_if_exists 'SRR4785545_2' || true)"
gzs="$(_compress_if_exists 'SRR4785545' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B7_CTCTCTAC_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B7_CTCTCTAC_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785546"
gz1="$(_compress_if_exists 'SRR4785546_1' || true)"
gz2="$(_compress_if_exists 'SRR4785546_2' || true)"
gzs="$(_compress_if_exists 'SRR4785546' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B8_CAGAGAGG_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B8_CAGAGAGG_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785547"
gz1="$(_compress_if_exists 'SRR4785547_1' || true)"
gz2="$(_compress_if_exists 'SRR4785547_2' || true)"
gzs="$(_compress_if_exists 'SRR4785547' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1B9_GCTACGCT_L002_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1B9_GCTACGCT_L002_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785548"
gz1="$(_compress_if_exists 'SRR4785548_1' || true)"
gz2="$(_compress_if_exists 'SRR4785548_2' || true)"
gzs="$(_compress_if_exists 'SRR4785548' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C10_CGAGGCTG_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C10_CGAGGCTG_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785549"
gz1="$(_compress_if_exists 'SRR4785549_1' || true)"
gz2="$(_compress_if_exists 'SRR4785549_2' || true)"
gzs="$(_compress_if_exists 'SRR4785549' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C11_AAGAGGCA_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C11_AAGAGGCA_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785550"
gz1="$(_compress_if_exists 'SRR4785550_1' || true)"
gz2="$(_compress_if_exists 'SRR4785550_2' || true)"
gzs="$(_compress_if_exists 'SRR4785550' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C12_GTAGAGGA_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C12_GTAGAGGA_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785551"
gz1="$(_compress_if_exists 'SRR4785551_1' || true)"
gz2="$(_compress_if_exists 'SRR4785551_2' || true)"
gzs="$(_compress_if_exists 'SRR4785551' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C1_TAAGGCGA_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C1_TAAGGCGA_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785552"
gz1="$(_compress_if_exists 'SRR4785552_1' || true)"
gz2="$(_compress_if_exists 'SRR4785552_2' || true)"
gzs="$(_compress_if_exists 'SRR4785552' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C2_CGTACTAG_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C2_CGTACTAG_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785553"
gz1="$(_compress_if_exists 'SRR4785553_1' || true)"
gz2="$(_compress_if_exists 'SRR4785553_2' || true)"
gzs="$(_compress_if_exists 'SRR4785553' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C3_AGGCAGAA_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C3_AGGCAGAA_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785554"
gz1="$(_compress_if_exists 'SRR4785554_1' || true)"
gz2="$(_compress_if_exists 'SRR4785554_2' || true)"
gzs="$(_compress_if_exists 'SRR4785554' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C4_TCCTGAGC_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C4_TCCTGAGC_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785555"
gz1="$(_compress_if_exists 'SRR4785555_1' || true)"
gz2="$(_compress_if_exists 'SRR4785555_2' || true)"
gzs="$(_compress_if_exists 'SRR4785555' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C5_GGACTCCT_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C5_GGACTCCT_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785556"
gz1="$(_compress_if_exists 'SRR4785556_1' || true)"
gz2="$(_compress_if_exists 'SRR4785556_2' || true)"
gzs="$(_compress_if_exists 'SRR4785556' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C6_TAGGCATG_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C6_TAGGCATG_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785557"
gz1="$(_compress_if_exists 'SRR4785557_1' || true)"
gz2="$(_compress_if_exists 'SRR4785557_2' || true)"
gzs="$(_compress_if_exists 'SRR4785557' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C7_CTCTCTAC_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C7_CTCTCTAC_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785558"
gz1="$(_compress_if_exists 'SRR4785558_1' || true)"
gz2="$(_compress_if_exists 'SRR4785558_2' || true)"
gzs="$(_compress_if_exists 'SRR4785558' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C8_CAGAGAGG_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C8_CAGAGAGG_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785559"
gz1="$(_compress_if_exists 'SRR4785559_1' || true)"
gz2="$(_compress_if_exists 'SRR4785559_2' || true)"
gzs="$(_compress_if_exists 'SRR4785559' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1C9_GCTACGCT_L003_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1C9_GCTACGCT_L003_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785560"
gz1="$(_compress_if_exists 'SRR4785560_1' || true)"
gz2="$(_compress_if_exists 'SRR4785560_2' || true)"
gzs="$(_compress_if_exists 'SRR4785560' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D10_CGAGGCTG_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D10_CGAGGCTG_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785561"
gz1="$(_compress_if_exists 'SRR4785561_1' || true)"
gz2="$(_compress_if_exists 'SRR4785561_2' || true)"
gzs="$(_compress_if_exists 'SRR4785561' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D11_AAGAGGCA_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D11_AAGAGGCA_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785562"
gz1="$(_compress_if_exists 'SRR4785562_1' || true)"
gz2="$(_compress_if_exists 'SRR4785562_2' || true)"
gzs="$(_compress_if_exists 'SRR4785562' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D12_GTAGAGGA_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D12_GTAGAGGA_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785563"
gz1="$(_compress_if_exists 'SRR4785563_1' || true)"
gz2="$(_compress_if_exists 'SRR4785563_2' || true)"
gzs="$(_compress_if_exists 'SRR4785563' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D1_TAAGGCGA_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D1_TAAGGCGA_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785564"
gz1="$(_compress_if_exists 'SRR4785564_1' || true)"
gz2="$(_compress_if_exists 'SRR4785564_2' || true)"
gzs="$(_compress_if_exists 'SRR4785564' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D2_CGTACTAG_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D2_CGTACTAG_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785565"
gz1="$(_compress_if_exists 'SRR4785565_1' || true)"
gz2="$(_compress_if_exists 'SRR4785565_2' || true)"
gzs="$(_compress_if_exists 'SRR4785565' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D3_AGGCAGAA_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D3_AGGCAGAA_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785566"
gz1="$(_compress_if_exists 'SRR4785566_1' || true)"
gz2="$(_compress_if_exists 'SRR4785566_2' || true)"
gzs="$(_compress_if_exists 'SRR4785566' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D4_TCCTGAGC_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D4_TCCTGAGC_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785567"
gz1="$(_compress_if_exists 'SRR4785567_1' || true)"
gz2="$(_compress_if_exists 'SRR4785567_2' || true)"
gzs="$(_compress_if_exists 'SRR4785567' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D5_GGACTCCT_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D5_GGACTCCT_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785568"
gz1="$(_compress_if_exists 'SRR4785568_1' || true)"
gz2="$(_compress_if_exists 'SRR4785568_2' || true)"
gzs="$(_compress_if_exists 'SRR4785568' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D6_TAGGCATG_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D6_TAGGCATG_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785569"
gz1="$(_compress_if_exists 'SRR4785569_1' || true)"
gz2="$(_compress_if_exists 'SRR4785569_2' || true)"
gzs="$(_compress_if_exists 'SRR4785569' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D7_CTCTCTAC_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D7_CTCTCTAC_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785570"
gz1="$(_compress_if_exists 'SRR4785570_1' || true)"
gz2="$(_compress_if_exists 'SRR4785570_2' || true)"
gzs="$(_compress_if_exists 'SRR4785570' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D8_CAGAGAGG_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D8_CAGAGAGG_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785571"
gz1="$(_compress_if_exists 'SRR4785571_1' || true)"
gz2="$(_compress_if_exists 'SRR4785571_2' || true)"
gzs="$(_compress_if_exists 'SRR4785571' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1D9_GCTACGCT_L004_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1D9_GCTACGCT_L004_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785572"
gz1="$(_compress_if_exists 'SRR4785572_1' || true)"
gz2="$(_compress_if_exists 'SRR4785572_2' || true)"
gzs="$(_compress_if_exists 'SRR4785572' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E10_CGAGGCTG_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E10_CGAGGCTG_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785573"
gz1="$(_compress_if_exists 'SRR4785573_1' || true)"
gz2="$(_compress_if_exists 'SRR4785573_2' || true)"
gzs="$(_compress_if_exists 'SRR4785573' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E11_AAGAGGCA_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E11_AAGAGGCA_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785574"
gz1="$(_compress_if_exists 'SRR4785574_1' || true)"
gz2="$(_compress_if_exists 'SRR4785574_2' || true)"
gzs="$(_compress_if_exists 'SRR4785574' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E12_GTAGAGGA_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E12_GTAGAGGA_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785575"
gz1="$(_compress_if_exists 'SRR4785575_1' || true)"
gz2="$(_compress_if_exists 'SRR4785575_2' || true)"
gzs="$(_compress_if_exists 'SRR4785575' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E1_TAAGGCGA_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E1_TAAGGCGA_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785576"
gz1="$(_compress_if_exists 'SRR4785576_1' || true)"
gz2="$(_compress_if_exists 'SRR4785576_2' || true)"
gzs="$(_compress_if_exists 'SRR4785576' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E2_CGTACTAG_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E2_CGTACTAG_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785577"
gz1="$(_compress_if_exists 'SRR4785577_1' || true)"
gz2="$(_compress_if_exists 'SRR4785577_2' || true)"
gzs="$(_compress_if_exists 'SRR4785577' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E3_AGGCAGAA_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E3_AGGCAGAA_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785578"
gz1="$(_compress_if_exists 'SRR4785578_1' || true)"
gz2="$(_compress_if_exists 'SRR4785578_2' || true)"
gzs="$(_compress_if_exists 'SRR4785578' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E4_TCCTGAGC_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E4_TCCTGAGC_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785579"
gz1="$(_compress_if_exists 'SRR4785579_1' || true)"
gz2="$(_compress_if_exists 'SRR4785579_2' || true)"
gzs="$(_compress_if_exists 'SRR4785579' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E5_GGACTCCT_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E5_GGACTCCT_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785580"
gz1="$(_compress_if_exists 'SRR4785580_1' || true)"
gz2="$(_compress_if_exists 'SRR4785580_2' || true)"
gzs="$(_compress_if_exists 'SRR4785580' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E6_TAGGCATG_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E6_TAGGCATG_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785581"
gz1="$(_compress_if_exists 'SRR4785581_1' || true)"
gz2="$(_compress_if_exists 'SRR4785581_2' || true)"
gzs="$(_compress_if_exists 'SRR4785581' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E7_CTCTCTAC_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E7_CTCTCTAC_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785582"
gz1="$(_compress_if_exists 'SRR4785582_1' || true)"
gz2="$(_compress_if_exists 'SRR4785582_2' || true)"
gzs="$(_compress_if_exists 'SRR4785582' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E8_CAGAGAGG_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E8_CAGAGAGG_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785583"
gz1="$(_compress_if_exists 'SRR4785583_1' || true)"
gz2="$(_compress_if_exists 'SRR4785583_2' || true)"
gzs="$(_compress_if_exists 'SRR4785583' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1E9_GCTACGCT_L005_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1E9_GCTACGCT_L005_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785584"
gz1="$(_compress_if_exists 'SRR4785584_1' || true)"
gz2="$(_compress_if_exists 'SRR4785584_2' || true)"
gzs="$(_compress_if_exists 'SRR4785584' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F10_CGAGGCTG_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F10_CGAGGCTG_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785585"
gz1="$(_compress_if_exists 'SRR4785585_1' || true)"
gz2="$(_compress_if_exists 'SRR4785585_2' || true)"
gzs="$(_compress_if_exists 'SRR4785585' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F11_AAGAGGCA_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F11_AAGAGGCA_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785586"
gz1="$(_compress_if_exists 'SRR4785586_1' || true)"
gz2="$(_compress_if_exists 'SRR4785586_2' || true)"
gzs="$(_compress_if_exists 'SRR4785586' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F12_GTAGAGGA_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F12_GTAGAGGA_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785587"
gz1="$(_compress_if_exists 'SRR4785587_1' || true)"
gz2="$(_compress_if_exists 'SRR4785587_2' || true)"
gzs="$(_compress_if_exists 'SRR4785587' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F1_TAAGGCGA_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F1_TAAGGCGA_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785588"
gz1="$(_compress_if_exists 'SRR4785588_1' || true)"
gz2="$(_compress_if_exists 'SRR4785588_2' || true)"
gzs="$(_compress_if_exists 'SRR4785588' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F2_CGTACTAG_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F2_CGTACTAG_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785589"
gz1="$(_compress_if_exists 'SRR4785589_1' || true)"
gz2="$(_compress_if_exists 'SRR4785589_2' || true)"
gzs="$(_compress_if_exists 'SRR4785589' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F3_AGGCAGAA_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F3_AGGCAGAA_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785590"
gz1="$(_compress_if_exists 'SRR4785590_1' || true)"
gz2="$(_compress_if_exists 'SRR4785590_2' || true)"
gzs="$(_compress_if_exists 'SRR4785590' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F4_TCCTGAGC_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F4_TCCTGAGC_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785591"
gz1="$(_compress_if_exists 'SRR4785591_1' || true)"
gz2="$(_compress_if_exists 'SRR4785591_2' || true)"
gzs="$(_compress_if_exists 'SRR4785591' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F5_GGACTCCT_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F5_GGACTCCT_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785592"
gz1="$(_compress_if_exists 'SRR4785592_1' || true)"
gz2="$(_compress_if_exists 'SRR4785592_2' || true)"
gzs="$(_compress_if_exists 'SRR4785592' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F6_TAGGCATG_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F6_TAGGCATG_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785593"
gz1="$(_compress_if_exists 'SRR4785593_1' || true)"
gz2="$(_compress_if_exists 'SRR4785593_2' || true)"
gzs="$(_compress_if_exists 'SRR4785593' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F7_CTCTCTAC_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F7_CTCTCTAC_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785594"
gz1="$(_compress_if_exists 'SRR4785594_1' || true)"
gz2="$(_compress_if_exists 'SRR4785594_2' || true)"
gzs="$(_compress_if_exists 'SRR4785594' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F8_CAGAGAGG_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F8_CAGAGAGG_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785595"
gz1="$(_compress_if_exists 'SRR4785595_1' || true)"
gz2="$(_compress_if_exists 'SRR4785595_2' || true)"
gzs="$(_compress_if_exists 'SRR4785595' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1F9_GCTACGCT_L006_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1F9_GCTACGCT_L006_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785596"
gz1="$(_compress_if_exists 'SRR4785596_1' || true)"
gz2="$(_compress_if_exists 'SRR4785596_2' || true)"
gzs="$(_compress_if_exists 'SRR4785596' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G10_CGAGGCTG_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G10_CGAGGCTG_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785597"
gz1="$(_compress_if_exists 'SRR4785597_1' || true)"
gz2="$(_compress_if_exists 'SRR4785597_2' || true)"
gzs="$(_compress_if_exists 'SRR4785597' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G11_AAGAGGCA_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G11_AAGAGGCA_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785598"
gz1="$(_compress_if_exists 'SRR4785598_1' || true)"
gz2="$(_compress_if_exists 'SRR4785598_2' || true)"
gzs="$(_compress_if_exists 'SRR4785598' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G12_GTAGAGGA_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G12_GTAGAGGA_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785599"
gz1="$(_compress_if_exists 'SRR4785599_1' || true)"
gz2="$(_compress_if_exists 'SRR4785599_2' || true)"
gzs="$(_compress_if_exists 'SRR4785599' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G1_TAAGGCGA_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G1_TAAGGCGA_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785600"
gz1="$(_compress_if_exists 'SRR4785600_1' || true)"
gz2="$(_compress_if_exists 'SRR4785600_2' || true)"
gzs="$(_compress_if_exists 'SRR4785600' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G2_CGTACTAG_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G2_CGTACTAG_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785601"
gz1="$(_compress_if_exists 'SRR4785601_1' || true)"
gz2="$(_compress_if_exists 'SRR4785601_2' || true)"
gzs="$(_compress_if_exists 'SRR4785601' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G3_AGGCAGAA_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G3_AGGCAGAA_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785602"
gz1="$(_compress_if_exists 'SRR4785602_1' || true)"
gz2="$(_compress_if_exists 'SRR4785602_2' || true)"
gzs="$(_compress_if_exists 'SRR4785602' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G4_TCCTGAGC_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G4_TCCTGAGC_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785603"
gz1="$(_compress_if_exists 'SRR4785603_1' || true)"
gz2="$(_compress_if_exists 'SRR4785603_2' || true)"
gzs="$(_compress_if_exists 'SRR4785603' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G5_GGACTCCT_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G5_GGACTCCT_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785604"
gz1="$(_compress_if_exists 'SRR4785604_1' || true)"
gz2="$(_compress_if_exists 'SRR4785604_2' || true)"
gzs="$(_compress_if_exists 'SRR4785604' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G6_TAGGCATG_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G6_TAGGCATG_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785605"
gz1="$(_compress_if_exists 'SRR4785605_1' || true)"
gz2="$(_compress_if_exists 'SRR4785605_2' || true)"
gzs="$(_compress_if_exists 'SRR4785605' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G7_CTCTCTAC_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G7_CTCTCTAC_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785606"
gz1="$(_compress_if_exists 'SRR4785606_1' || true)"
gz2="$(_compress_if_exists 'SRR4785606_2' || true)"
gzs="$(_compress_if_exists 'SRR4785606' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G8_CAGAGAGG_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G8_CAGAGAGG_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785607"
gz1="$(_compress_if_exists 'SRR4785607_1' || true)"
gz2="$(_compress_if_exists 'SRR4785607_2' || true)"
gzs="$(_compress_if_exists 'SRR4785607' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1G9_GCTACGCT_L007_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1G9_GCTACGCT_L007_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785608"
gz1="$(_compress_if_exists 'SRR4785608_1' || true)"
gz2="$(_compress_if_exists 'SRR4785608_2' || true)"
gzs="$(_compress_if_exists 'SRR4785608' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H10_CGAGGCTG_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H10_CGAGGCTG_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785609"
gz1="$(_compress_if_exists 'SRR4785609_1' || true)"
gz2="$(_compress_if_exists 'SRR4785609_2' || true)"
gzs="$(_compress_if_exists 'SRR4785609' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H11_AAGAGGCA_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H11_AAGAGGCA_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785610"
gz1="$(_compress_if_exists 'SRR4785610_1' || true)"
gz2="$(_compress_if_exists 'SRR4785610_2' || true)"
gzs="$(_compress_if_exists 'SRR4785610' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H12_GTAGAGGA_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H12_GTAGAGGA_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785611"
gz1="$(_compress_if_exists 'SRR4785611_1' || true)"
gz2="$(_compress_if_exists 'SRR4785611_2' || true)"
gzs="$(_compress_if_exists 'SRR4785611' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H1_TAAGGCGA_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H1_TAAGGCGA_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785612"
gz1="$(_compress_if_exists 'SRR4785612_1' || true)"
gz2="$(_compress_if_exists 'SRR4785612_2' || true)"
gzs="$(_compress_if_exists 'SRR4785612' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H2_CGTACTAG_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H2_CGTACTAG_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785613"
gz1="$(_compress_if_exists 'SRR4785613_1' || true)"
gz2="$(_compress_if_exists 'SRR4785613_2' || true)"
gzs="$(_compress_if_exists 'SRR4785613' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H3_AGGCAGAA_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H3_AGGCAGAA_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785614"
gz1="$(_compress_if_exists 'SRR4785614_1' || true)"
gz2="$(_compress_if_exists 'SRR4785614_2' || true)"
gzs="$(_compress_if_exists 'SRR4785614' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H4_TCCTGAGC_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H4_TCCTGAGC_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785615"
gz1="$(_compress_if_exists 'SRR4785615_1' || true)"
gz2="$(_compress_if_exists 'SRR4785615_2' || true)"
gzs="$(_compress_if_exists 'SRR4785615' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H5_GGACTCCT_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H5_GGACTCCT_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785616"
gz1="$(_compress_if_exists 'SRR4785616_1' || true)"
gz2="$(_compress_if_exists 'SRR4785616_2' || true)"
gzs="$(_compress_if_exists 'SRR4785616' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H6_TAGGCATG_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H6_TAGGCATG_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785617"
gz1="$(_compress_if_exists 'SRR4785617_1' || true)"
gz2="$(_compress_if_exists 'SRR4785617_2' || true)"
gzs="$(_compress_if_exists 'SRR4785617' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H7_CTCTCTAC_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H7_CTCTCTAC_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785618"
gz1="$(_compress_if_exists 'SRR4785618_1' || true)"
gz2="$(_compress_if_exists 'SRR4785618_2' || true)"
gzs="$(_compress_if_exists 'SRR4785618' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H8_CAGAGAGG_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H8_CAGAGAGG_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785619"
gz1="$(_compress_if_exists 'SRR4785619_1' || true)"
gz2="$(_compress_if_exists 'SRR4785619_2' || true)"
gzs="$(_compress_if_exists 'SRR4785619' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "1H9_GCTACGCT_L008_R1.fastq.gz"
fi
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz2" ]; then
  mv -f "$gz2" "1H9_GCTACGCT_L008_R2.fastq.gz"
fi

fasterq-dump --split-files "SRR4785620"
gz1="$(_compress_if_exists 'SRR4785620_1' || true)"
gz2="$(_compress_if_exists 'SRR4785620_2' || true)"
gzs="$(_compress_if_exists 'SRR4785620' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A10_CGAGGCTG_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785621"
gz1="$(_compress_if_exists 'SRR4785621_1' || true)"
gz2="$(_compress_if_exists 'SRR4785621_2' || true)"
gzs="$(_compress_if_exists 'SRR4785621' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A11_AAGAGGCA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785622"
gz1="$(_compress_if_exists 'SRR4785622_1' || true)"
gz2="$(_compress_if_exists 'SRR4785622_2' || true)"
gzs="$(_compress_if_exists 'SRR4785622' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A12_GTAGAGGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785623"
gz1="$(_compress_if_exists 'SRR4785623_1' || true)"
gz2="$(_compress_if_exists 'SRR4785623_2' || true)"
gzs="$(_compress_if_exists 'SRR4785623' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A1_TAAGGCGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785624"
gz1="$(_compress_if_exists 'SRR4785624_1' || true)"
gz2="$(_compress_if_exists 'SRR4785624_2' || true)"
gzs="$(_compress_if_exists 'SRR4785624' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A2_CGTACTAG_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785625"
gz1="$(_compress_if_exists 'SRR4785625_1' || true)"
gz2="$(_compress_if_exists 'SRR4785625_2' || true)"
gzs="$(_compress_if_exists 'SRR4785625' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A3_AGGCAGAA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785626"
gz1="$(_compress_if_exists 'SRR4785626_1' || true)"
gz2="$(_compress_if_exists 'SRR4785626_2' || true)"
gzs="$(_compress_if_exists 'SRR4785626' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A4_TCCTGAGC_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785627"
gz1="$(_compress_if_exists 'SRR4785627_1' || true)"
gz2="$(_compress_if_exists 'SRR4785627_2' || true)"
gzs="$(_compress_if_exists 'SRR4785627' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A5_GGACTCCT_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785628"
gz1="$(_compress_if_exists 'SRR4785628_1' || true)"
gz2="$(_compress_if_exists 'SRR4785628_2' || true)"
gzs="$(_compress_if_exists 'SRR4785628' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A6_TAGGCATG_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785629"
gz1="$(_compress_if_exists 'SRR4785629_1' || true)"
gz2="$(_compress_if_exists 'SRR4785629_2' || true)"
gzs="$(_compress_if_exists 'SRR4785629' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A7_CTCTCTAC_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785630"
gz1="$(_compress_if_exists 'SRR4785630_1' || true)"
gz2="$(_compress_if_exists 'SRR4785630_2' || true)"
gzs="$(_compress_if_exists 'SRR4785630' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A8_CAGAGAGG_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785631"
gz1="$(_compress_if_exists 'SRR4785631_1' || true)"
gz2="$(_compress_if_exists 'SRR4785631_2' || true)"
gzs="$(_compress_if_exists 'SRR4785631' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2A9_GCTACGCT_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785632"
gz1="$(_compress_if_exists 'SRR4785632_1' || true)"
gz2="$(_compress_if_exists 'SRR4785632_2' || true)"
gzs="$(_compress_if_exists 'SRR4785632' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B10_CGAGGCTG_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785633"
gz1="$(_compress_if_exists 'SRR4785633_1' || true)"
gz2="$(_compress_if_exists 'SRR4785633_2' || true)"
gzs="$(_compress_if_exists 'SRR4785633' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B11_AAGAGGCA_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785634"
gz1="$(_compress_if_exists 'SRR4785634_1' || true)"
gz2="$(_compress_if_exists 'SRR4785634_2' || true)"
gzs="$(_compress_if_exists 'SRR4785634' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B12_GTAGAGGA_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785635"
gz1="$(_compress_if_exists 'SRR4785635_1' || true)"
gz2="$(_compress_if_exists 'SRR4785635_2' || true)"
gzs="$(_compress_if_exists 'SRR4785635' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B1_TAAGGCGA_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785636"
gz1="$(_compress_if_exists 'SRR4785636_1' || true)"
gz2="$(_compress_if_exists 'SRR4785636_2' || true)"
gzs="$(_compress_if_exists 'SRR4785636' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B2_CGTACTAG_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785637"
gz1="$(_compress_if_exists 'SRR4785637_1' || true)"
gz2="$(_compress_if_exists 'SRR4785637_2' || true)"
gzs="$(_compress_if_exists 'SRR4785637' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B3_AGGCAGAA_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785638"
gz1="$(_compress_if_exists 'SRR4785638_1' || true)"
gz2="$(_compress_if_exists 'SRR4785638_2' || true)"
gzs="$(_compress_if_exists 'SRR4785638' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B4_TCCTGAGC_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785639"
gz1="$(_compress_if_exists 'SRR4785639_1' || true)"
gz2="$(_compress_if_exists 'SRR4785639_2' || true)"
gzs="$(_compress_if_exists 'SRR4785639' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B5_GGACTCCT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785640"
gz1="$(_compress_if_exists 'SRR4785640_1' || true)"
gz2="$(_compress_if_exists 'SRR4785640_2' || true)"
gzs="$(_compress_if_exists 'SRR4785640' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B6_TAGGCATG_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785641"
gz1="$(_compress_if_exists 'SRR4785641_1' || true)"
gz2="$(_compress_if_exists 'SRR4785641_2' || true)"
gzs="$(_compress_if_exists 'SRR4785641' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B7_CTCTCTAC_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785642"
gz1="$(_compress_if_exists 'SRR4785642_1' || true)"
gz2="$(_compress_if_exists 'SRR4785642_2' || true)"
gzs="$(_compress_if_exists 'SRR4785642' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B8_CAGAGAGG_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785643"
gz1="$(_compress_if_exists 'SRR4785643_1' || true)"
gz2="$(_compress_if_exists 'SRR4785643_2' || true)"
gzs="$(_compress_if_exists 'SRR4785643' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2B9_GCTACGCT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785644"
gz1="$(_compress_if_exists 'SRR4785644_1' || true)"
gz2="$(_compress_if_exists 'SRR4785644_2' || true)"
gzs="$(_compress_if_exists 'SRR4785644' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C10_CGAGGCTG_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785645"
gz1="$(_compress_if_exists 'SRR4785645_1' || true)"
gz2="$(_compress_if_exists 'SRR4785645_2' || true)"
gzs="$(_compress_if_exists 'SRR4785645' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C11_AAGAGGCA_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785646"
gz1="$(_compress_if_exists 'SRR4785646_1' || true)"
gz2="$(_compress_if_exists 'SRR4785646_2' || true)"
gzs="$(_compress_if_exists 'SRR4785646' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C12_GTAGAGGA_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785647"
gz1="$(_compress_if_exists 'SRR4785647_1' || true)"
gz2="$(_compress_if_exists 'SRR4785647_2' || true)"
gzs="$(_compress_if_exists 'SRR4785647' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C1_TAAGGCGA_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785648"
gz1="$(_compress_if_exists 'SRR4785648_1' || true)"
gz2="$(_compress_if_exists 'SRR4785648_2' || true)"
gzs="$(_compress_if_exists 'SRR4785648' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C2_CGTACTAG_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785649"
gz1="$(_compress_if_exists 'SRR4785649_1' || true)"
gz2="$(_compress_if_exists 'SRR4785649_2' || true)"
gzs="$(_compress_if_exists 'SRR4785649' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C3_AGGCAGAA_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785650"
gz1="$(_compress_if_exists 'SRR4785650_1' || true)"
gz2="$(_compress_if_exists 'SRR4785650_2' || true)"
gzs="$(_compress_if_exists 'SRR4785650' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C4_TCCTGAGC_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785651"
gz1="$(_compress_if_exists 'SRR4785651_1' || true)"
gz2="$(_compress_if_exists 'SRR4785651_2' || true)"
gzs="$(_compress_if_exists 'SRR4785651' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C5_GGACTCCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785652"
gz1="$(_compress_if_exists 'SRR4785652_1' || true)"
gz2="$(_compress_if_exists 'SRR4785652_2' || true)"
gzs="$(_compress_if_exists 'SRR4785652' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C6_TAGGCATG_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785653"
gz1="$(_compress_if_exists 'SRR4785653_1' || true)"
gz2="$(_compress_if_exists 'SRR4785653_2' || true)"
gzs="$(_compress_if_exists 'SRR4785653' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C7_CTCTCTAC_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785654"
gz1="$(_compress_if_exists 'SRR4785654_1' || true)"
gz2="$(_compress_if_exists 'SRR4785654_2' || true)"
gzs="$(_compress_if_exists 'SRR4785654' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C8_CAGAGAGG_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785655"
gz1="$(_compress_if_exists 'SRR4785655_1' || true)"
gz2="$(_compress_if_exists 'SRR4785655_2' || true)"
gzs="$(_compress_if_exists 'SRR4785655' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2C9_GCTACGCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785656"
gz1="$(_compress_if_exists 'SRR4785656_1' || true)"
gz2="$(_compress_if_exists 'SRR4785656_2' || true)"
gzs="$(_compress_if_exists 'SRR4785656' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D10_CGAGGCTG_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785657"
gz1="$(_compress_if_exists 'SRR4785657_1' || true)"
gz2="$(_compress_if_exists 'SRR4785657_2' || true)"
gzs="$(_compress_if_exists 'SRR4785657' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D11_AAGAGGCA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785658"
gz1="$(_compress_if_exists 'SRR4785658_1' || true)"
gz2="$(_compress_if_exists 'SRR4785658_2' || true)"
gzs="$(_compress_if_exists 'SRR4785658' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D12_GTAGAGGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785659"
gz1="$(_compress_if_exists 'SRR4785659_1' || true)"
gz2="$(_compress_if_exists 'SRR4785659_2' || true)"
gzs="$(_compress_if_exists 'SRR4785659' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D1_TAAGGCGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785660"
gz1="$(_compress_if_exists 'SRR4785660_1' || true)"
gz2="$(_compress_if_exists 'SRR4785660_2' || true)"
gzs="$(_compress_if_exists 'SRR4785660' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D2_CGTACTAG_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785661"
gz1="$(_compress_if_exists 'SRR4785661_1' || true)"
gz2="$(_compress_if_exists 'SRR4785661_2' || true)"
gzs="$(_compress_if_exists 'SRR4785661' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D3_AGGCAGAA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785662"
gz1="$(_compress_if_exists 'SRR4785662_1' || true)"
gz2="$(_compress_if_exists 'SRR4785662_2' || true)"
gzs="$(_compress_if_exists 'SRR4785662' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D4_TCCTGAGC_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785663"
gz1="$(_compress_if_exists 'SRR4785663_1' || true)"
gz2="$(_compress_if_exists 'SRR4785663_2' || true)"
gzs="$(_compress_if_exists 'SRR4785663' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D5_GGACTCCT_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785664"
gz1="$(_compress_if_exists 'SRR4785664_1' || true)"
gz2="$(_compress_if_exists 'SRR4785664_2' || true)"
gzs="$(_compress_if_exists 'SRR4785664' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D6_TAGGCATG_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785665"
gz1="$(_compress_if_exists 'SRR4785665_1' || true)"
gz2="$(_compress_if_exists 'SRR4785665_2' || true)"
gzs="$(_compress_if_exists 'SRR4785665' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D7_CTCTCTAC_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785666"
gz1="$(_compress_if_exists 'SRR4785666_1' || true)"
gz2="$(_compress_if_exists 'SRR4785666_2' || true)"
gzs="$(_compress_if_exists 'SRR4785666' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D8_CAGAGAGG_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785667"
gz1="$(_compress_if_exists 'SRR4785667_1' || true)"
gz2="$(_compress_if_exists 'SRR4785667_2' || true)"
gzs="$(_compress_if_exists 'SRR4785667' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2D9_GCTACGCT_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785668"
gz1="$(_compress_if_exists 'SRR4785668_1' || true)"
gz2="$(_compress_if_exists 'SRR4785668_2' || true)"
gzs="$(_compress_if_exists 'SRR4785668' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E10_CGAGGCTG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785669"
gz1="$(_compress_if_exists 'SRR4785669_1' || true)"
gz2="$(_compress_if_exists 'SRR4785669_2' || true)"
gzs="$(_compress_if_exists 'SRR4785669' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E11_AAGAGGCA_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785670"
gz1="$(_compress_if_exists 'SRR4785670_1' || true)"
gz2="$(_compress_if_exists 'SRR4785670_2' || true)"
gzs="$(_compress_if_exists 'SRR4785670' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E12_GTAGAGGA_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785671"
gz1="$(_compress_if_exists 'SRR4785671_1' || true)"
gz2="$(_compress_if_exists 'SRR4785671_2' || true)"
gzs="$(_compress_if_exists 'SRR4785671' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E1_TAAGGCGA_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785672"
gz1="$(_compress_if_exists 'SRR4785672_1' || true)"
gz2="$(_compress_if_exists 'SRR4785672_2' || true)"
gzs="$(_compress_if_exists 'SRR4785672' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E2_CGTACTAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785673"
gz1="$(_compress_if_exists 'SRR4785673_1' || true)"
gz2="$(_compress_if_exists 'SRR4785673_2' || true)"
gzs="$(_compress_if_exists 'SRR4785673' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E3_AGGCAGAA_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785674"
gz1="$(_compress_if_exists 'SRR4785674_1' || true)"
gz2="$(_compress_if_exists 'SRR4785674_2' || true)"
gzs="$(_compress_if_exists 'SRR4785674' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E4_TCCTGAGC_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785675"
gz1="$(_compress_if_exists 'SRR4785675_1' || true)"
gz2="$(_compress_if_exists 'SRR4785675_2' || true)"
gzs="$(_compress_if_exists 'SRR4785675' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E5_GGACTCCT_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785676"
gz1="$(_compress_if_exists 'SRR4785676_1' || true)"
gz2="$(_compress_if_exists 'SRR4785676_2' || true)"
gzs="$(_compress_if_exists 'SRR4785676' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E6_TAGGCATG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785677"
gz1="$(_compress_if_exists 'SRR4785677_1' || true)"
gz2="$(_compress_if_exists 'SRR4785677_2' || true)"
gzs="$(_compress_if_exists 'SRR4785677' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E7_CTCTCTAC_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785678"
gz1="$(_compress_if_exists 'SRR4785678_1' || true)"
gz2="$(_compress_if_exists 'SRR4785678_2' || true)"
gzs="$(_compress_if_exists 'SRR4785678' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E8_CAGAGAGG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785679"
gz1="$(_compress_if_exists 'SRR4785679_1' || true)"
gz2="$(_compress_if_exists 'SRR4785679_2' || true)"
gzs="$(_compress_if_exists 'SRR4785679' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2E9_GCTACGCT_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785680"
gz1="$(_compress_if_exists 'SRR4785680_1' || true)"
gz2="$(_compress_if_exists 'SRR4785680_2' || true)"
gzs="$(_compress_if_exists 'SRR4785680' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F10_CGAGGCTG_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785681"
gz1="$(_compress_if_exists 'SRR4785681_1' || true)"
gz2="$(_compress_if_exists 'SRR4785681_2' || true)"
gzs="$(_compress_if_exists 'SRR4785681' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F11_AAGAGGCA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785682"
gz1="$(_compress_if_exists 'SRR4785682_1' || true)"
gz2="$(_compress_if_exists 'SRR4785682_2' || true)"
gzs="$(_compress_if_exists 'SRR4785682' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F12_GTAGAGGA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785683"
gz1="$(_compress_if_exists 'SRR4785683_1' || true)"
gz2="$(_compress_if_exists 'SRR4785683_2' || true)"
gzs="$(_compress_if_exists 'SRR4785683' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F1_TAAGGCGA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785684"
gz1="$(_compress_if_exists 'SRR4785684_1' || true)"
gz2="$(_compress_if_exists 'SRR4785684_2' || true)"
gzs="$(_compress_if_exists 'SRR4785684' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F2_CGTACTAG_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785685"
gz1="$(_compress_if_exists 'SRR4785685_1' || true)"
gz2="$(_compress_if_exists 'SRR4785685_2' || true)"
gzs="$(_compress_if_exists 'SRR4785685' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F3_AGGCAGAA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785686"
gz1="$(_compress_if_exists 'SRR4785686_1' || true)"
gz2="$(_compress_if_exists 'SRR4785686_2' || true)"
gzs="$(_compress_if_exists 'SRR4785686' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F4_TCCTGAGC_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785687"
gz1="$(_compress_if_exists 'SRR4785687_1' || true)"
gz2="$(_compress_if_exists 'SRR4785687_2' || true)"
gzs="$(_compress_if_exists 'SRR4785687' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F5_GGACTCCT_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785688"
gz1="$(_compress_if_exists 'SRR4785688_1' || true)"
gz2="$(_compress_if_exists 'SRR4785688_2' || true)"
gzs="$(_compress_if_exists 'SRR4785688' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F6_TAGGCATG_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785689"
gz1="$(_compress_if_exists 'SRR4785689_1' || true)"
gz2="$(_compress_if_exists 'SRR4785689_2' || true)"
gzs="$(_compress_if_exists 'SRR4785689' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F7_CTCTCTAC_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785690"
gz1="$(_compress_if_exists 'SRR4785690_1' || true)"
gz2="$(_compress_if_exists 'SRR4785690_2' || true)"
gzs="$(_compress_if_exists 'SRR4785690' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F8_CAGAGAGG_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785691"
gz1="$(_compress_if_exists 'SRR4785691_1' || true)"
gz2="$(_compress_if_exists 'SRR4785691_2' || true)"
gzs="$(_compress_if_exists 'SRR4785691' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2F9_GCTACGCT_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785692"
gz1="$(_compress_if_exists 'SRR4785692_1' || true)"
gz2="$(_compress_if_exists 'SRR4785692_2' || true)"
gzs="$(_compress_if_exists 'SRR4785692' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G10_CGAGGCTG_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785693"
gz1="$(_compress_if_exists 'SRR4785693_1' || true)"
gz2="$(_compress_if_exists 'SRR4785693_2' || true)"
gzs="$(_compress_if_exists 'SRR4785693' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G11_AAGAGGCA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785694"
gz1="$(_compress_if_exists 'SRR4785694_1' || true)"
gz2="$(_compress_if_exists 'SRR4785694_2' || true)"
gzs="$(_compress_if_exists 'SRR4785694' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G12_GTAGAGGA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785695"
gz1="$(_compress_if_exists 'SRR4785695_1' || true)"
gz2="$(_compress_if_exists 'SRR4785695_2' || true)"
gzs="$(_compress_if_exists 'SRR4785695' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G1_TAAGGCGA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785696"
gz1="$(_compress_if_exists 'SRR4785696_1' || true)"
gz2="$(_compress_if_exists 'SRR4785696_2' || true)"
gzs="$(_compress_if_exists 'SRR4785696' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G2_CGTACTAG_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785697"
gz1="$(_compress_if_exists 'SRR4785697_1' || true)"
gz2="$(_compress_if_exists 'SRR4785697_2' || true)"
gzs="$(_compress_if_exists 'SRR4785697' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G3_AGGCAGAA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785698"
gz1="$(_compress_if_exists 'SRR4785698_1' || true)"
gz2="$(_compress_if_exists 'SRR4785698_2' || true)"
gzs="$(_compress_if_exists 'SRR4785698' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G4_TCCTGAGC_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785699"
gz1="$(_compress_if_exists 'SRR4785699_1' || true)"
gz2="$(_compress_if_exists 'SRR4785699_2' || true)"
gzs="$(_compress_if_exists 'SRR4785699' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G5_GGACTCCT_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785700"
gz1="$(_compress_if_exists 'SRR4785700_1' || true)"
gz2="$(_compress_if_exists 'SRR4785700_2' || true)"
gzs="$(_compress_if_exists 'SRR4785700' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G6_TAGGCATG_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785701"
gz1="$(_compress_if_exists 'SRR4785701_1' || true)"
gz2="$(_compress_if_exists 'SRR4785701_2' || true)"
gzs="$(_compress_if_exists 'SRR4785701' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G7_CTCTCTAC_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785702"
gz1="$(_compress_if_exists 'SRR4785702_1' || true)"
gz2="$(_compress_if_exists 'SRR4785702_2' || true)"
gzs="$(_compress_if_exists 'SRR4785702' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G8_CAGAGAGG_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785703"
gz1="$(_compress_if_exists 'SRR4785703_1' || true)"
gz2="$(_compress_if_exists 'SRR4785703_2' || true)"
gzs="$(_compress_if_exists 'SRR4785703' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2G9_GCTACGCT_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785704"
gz1="$(_compress_if_exists 'SRR4785704_1' || true)"
gz2="$(_compress_if_exists 'SRR4785704_2' || true)"
gzs="$(_compress_if_exists 'SRR4785704' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H10_CGAGGCTG_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785705"
gz1="$(_compress_if_exists 'SRR4785705_1' || true)"
gz2="$(_compress_if_exists 'SRR4785705_2' || true)"
gzs="$(_compress_if_exists 'SRR4785705' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H11_AAGAGGCA_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785706"
gz1="$(_compress_if_exists 'SRR4785706_1' || true)"
gz2="$(_compress_if_exists 'SRR4785706_2' || true)"
gzs="$(_compress_if_exists 'SRR4785706' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H12_GTAGAGGA_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785707"
gz1="$(_compress_if_exists 'SRR4785707_1' || true)"
gz2="$(_compress_if_exists 'SRR4785707_2' || true)"
gzs="$(_compress_if_exists 'SRR4785707' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H1_TAAGGCGA_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785708"
gz1="$(_compress_if_exists 'SRR4785708_1' || true)"
gz2="$(_compress_if_exists 'SRR4785708_2' || true)"
gzs="$(_compress_if_exists 'SRR4785708' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H2_CGTACTAG_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785709"
gz1="$(_compress_if_exists 'SRR4785709_1' || true)"
gz2="$(_compress_if_exists 'SRR4785709_2' || true)"
gzs="$(_compress_if_exists 'SRR4785709' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H3_AGGCAGAA_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785710"
gz1="$(_compress_if_exists 'SRR4785710_1' || true)"
gz2="$(_compress_if_exists 'SRR4785710_2' || true)"
gzs="$(_compress_if_exists 'SRR4785710' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H4_TCCTGAGC_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785711"
gz1="$(_compress_if_exists 'SRR4785711_1' || true)"
gz2="$(_compress_if_exists 'SRR4785711_2' || true)"
gzs="$(_compress_if_exists 'SRR4785711' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H5_GGACTCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785712"
gz1="$(_compress_if_exists 'SRR4785712_1' || true)"
gz2="$(_compress_if_exists 'SRR4785712_2' || true)"
gzs="$(_compress_if_exists 'SRR4785712' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H6_TAGGCATG_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785713"
gz1="$(_compress_if_exists 'SRR4785713_1' || true)"
gz2="$(_compress_if_exists 'SRR4785713_2' || true)"
gzs="$(_compress_if_exists 'SRR4785713' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H7_CTCTCTAC_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785714"
gz1="$(_compress_if_exists 'SRR4785714_1' || true)"
gz2="$(_compress_if_exists 'SRR4785714_2' || true)"
gzs="$(_compress_if_exists 'SRR4785714' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H8_CAGAGAGG_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785715"
gz1="$(_compress_if_exists 'SRR4785715_1' || true)"
gz2="$(_compress_if_exists 'SRR4785715_2' || true)"
gzs="$(_compress_if_exists 'SRR4785715' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "2H9_GCTACGCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785716"
gz1="$(_compress_if_exists 'SRR4785716_1' || true)"
gz2="$(_compress_if_exists 'SRR4785716_2' || true)"
gzs="$(_compress_if_exists 'SRR4785716' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A10_CGAGGCTG-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785717"
gz1="$(_compress_if_exists 'SRR4785717_1' || true)"
gz2="$(_compress_if_exists 'SRR4785717_2' || true)"
gzs="$(_compress_if_exists 'SRR4785717' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A11_AAGAGGCA-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785718"
gz1="$(_compress_if_exists 'SRR4785718_1' || true)"
gz2="$(_compress_if_exists 'SRR4785718_2' || true)"
gzs="$(_compress_if_exists 'SRR4785718' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A12_GTAGAGGA-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785719"
gz1="$(_compress_if_exists 'SRR4785719_1' || true)"
gz2="$(_compress_if_exists 'SRR4785719_2' || true)"
gzs="$(_compress_if_exists 'SRR4785719' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A1_TAAGGCGA-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785720"
gz1="$(_compress_if_exists 'SRR4785720_1' || true)"
gz2="$(_compress_if_exists 'SRR4785720_2' || true)"
gzs="$(_compress_if_exists 'SRR4785720' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A2_CGTACTAG-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785721"
gz1="$(_compress_if_exists 'SRR4785721_1' || true)"
gz2="$(_compress_if_exists 'SRR4785721_2' || true)"
gzs="$(_compress_if_exists 'SRR4785721' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A3_AGGCAGAA-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785722"
gz1="$(_compress_if_exists 'SRR4785722_1' || true)"
gz2="$(_compress_if_exists 'SRR4785722_2' || true)"
gzs="$(_compress_if_exists 'SRR4785722' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A4_TCCTGAGC-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785723"
gz1="$(_compress_if_exists 'SRR4785723_1' || true)"
gz2="$(_compress_if_exists 'SRR4785723_2' || true)"
gzs="$(_compress_if_exists 'SRR4785723' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A5_GGACTCCT-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785724"
gz1="$(_compress_if_exists 'SRR4785724_1' || true)"
gz2="$(_compress_if_exists 'SRR4785724_2' || true)"
gzs="$(_compress_if_exists 'SRR4785724' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A6_TAGGCATG-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785725"
gz1="$(_compress_if_exists 'SRR4785725_1' || true)"
gz2="$(_compress_if_exists 'SRR4785725_2' || true)"
gzs="$(_compress_if_exists 'SRR4785725' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A7_CTCTCTAC-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785726"
gz1="$(_compress_if_exists 'SRR4785726_1' || true)"
gz2="$(_compress_if_exists 'SRR4785726_2' || true)"
gzs="$(_compress_if_exists 'SRR4785726' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A8_CAGAGAGG-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785727"
gz1="$(_compress_if_exists 'SRR4785727_1' || true)"
gz2="$(_compress_if_exists 'SRR4785727_2' || true)"
gzs="$(_compress_if_exists 'SRR4785727' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3A9_GCTACGCT-GCGTAAGA_L001_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785728"
gz1="$(_compress_if_exists 'SRR4785728_1' || true)"
gz2="$(_compress_if_exists 'SRR4785728_2' || true)"
gzs="$(_compress_if_exists 'SRR4785728' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B10_CGAGGCTG-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785729"
gz1="$(_compress_if_exists 'SRR4785729_1' || true)"
gz2="$(_compress_if_exists 'SRR4785729_2' || true)"
gzs="$(_compress_if_exists 'SRR4785729' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B11_AAGAGGCA-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785730"
gz1="$(_compress_if_exists 'SRR4785730_1' || true)"
gz2="$(_compress_if_exists 'SRR4785730_2' || true)"
gzs="$(_compress_if_exists 'SRR4785730' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B12_GTAGAGGA-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785731"
gz1="$(_compress_if_exists 'SRR4785731_1' || true)"
gz2="$(_compress_if_exists 'SRR4785731_2' || true)"
gzs="$(_compress_if_exists 'SRR4785731' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B1_TAAGGCGA-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785732"
gz1="$(_compress_if_exists 'SRR4785732_1' || true)"
gz2="$(_compress_if_exists 'SRR4785732_2' || true)"
gzs="$(_compress_if_exists 'SRR4785732' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B2_CGTACTAG-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785733"
gz1="$(_compress_if_exists 'SRR4785733_1' || true)"
gz2="$(_compress_if_exists 'SRR4785733_2' || true)"
gzs="$(_compress_if_exists 'SRR4785733' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B3_AGGCAGAA-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785734"
gz1="$(_compress_if_exists 'SRR4785734_1' || true)"
gz2="$(_compress_if_exists 'SRR4785734_2' || true)"
gzs="$(_compress_if_exists 'SRR4785734' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B4_TCCTGAGC-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785735"
gz1="$(_compress_if_exists 'SRR4785735_1' || true)"
gz2="$(_compress_if_exists 'SRR4785735_2' || true)"
gzs="$(_compress_if_exists 'SRR4785735' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B5_GGACTCCT-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785736"
gz1="$(_compress_if_exists 'SRR4785736_1' || true)"
gz2="$(_compress_if_exists 'SRR4785736_2' || true)"
gzs="$(_compress_if_exists 'SRR4785736' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B6_TAGGCATG-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785737"
gz1="$(_compress_if_exists 'SRR4785737_1' || true)"
gz2="$(_compress_if_exists 'SRR4785737_2' || true)"
gzs="$(_compress_if_exists 'SRR4785737' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B7_CTCTCTAC-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785738"
gz1="$(_compress_if_exists 'SRR4785738_1' || true)"
gz2="$(_compress_if_exists 'SRR4785738_2' || true)"
gzs="$(_compress_if_exists 'SRR4785738' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B8_CAGAGAGG-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785739"
gz1="$(_compress_if_exists 'SRR4785739_1' || true)"
gz2="$(_compress_if_exists 'SRR4785739_2' || true)"
gzs="$(_compress_if_exists 'SRR4785739' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3B9_GCTACGCT-CTCTCTAT_L002_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785740"
gz1="$(_compress_if_exists 'SRR4785740_1' || true)"
gz2="$(_compress_if_exists 'SRR4785740_2' || true)"
gzs="$(_compress_if_exists 'SRR4785740' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C10_CGAGGCTG-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785741"
gz1="$(_compress_if_exists 'SRR4785741_1' || true)"
gz2="$(_compress_if_exists 'SRR4785741_2' || true)"
gzs="$(_compress_if_exists 'SRR4785741' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C11_AAGAGGCA-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785742"
gz1="$(_compress_if_exists 'SRR4785742_1' || true)"
gz2="$(_compress_if_exists 'SRR4785742_2' || true)"
gzs="$(_compress_if_exists 'SRR4785742' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C12_GTAGAGGA-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785743"
gz1="$(_compress_if_exists 'SRR4785743_1' || true)"
gz2="$(_compress_if_exists 'SRR4785743_2' || true)"
gzs="$(_compress_if_exists 'SRR4785743' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C1_TAAGGCGA-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785744"
gz1="$(_compress_if_exists 'SRR4785744_1' || true)"
gz2="$(_compress_if_exists 'SRR4785744_2' || true)"
gzs="$(_compress_if_exists 'SRR4785744' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C2_CGTACTAG-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785745"
gz1="$(_compress_if_exists 'SRR4785745_1' || true)"
gz2="$(_compress_if_exists 'SRR4785745_2' || true)"
gzs="$(_compress_if_exists 'SRR4785745' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C3_AGGCAGAA-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785746"
gz1="$(_compress_if_exists 'SRR4785746_1' || true)"
gz2="$(_compress_if_exists 'SRR4785746_2' || true)"
gzs="$(_compress_if_exists 'SRR4785746' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C4_TCCTGAGC-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785747"
gz1="$(_compress_if_exists 'SRR4785747_1' || true)"
gz2="$(_compress_if_exists 'SRR4785747_2' || true)"
gzs="$(_compress_if_exists 'SRR4785747' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C5_GGACTCCT-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785748"
gz1="$(_compress_if_exists 'SRR4785748_1' || true)"
gz2="$(_compress_if_exists 'SRR4785748_2' || true)"
gzs="$(_compress_if_exists 'SRR4785748' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C6_TAGGCATG-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785749"
gz1="$(_compress_if_exists 'SRR4785749_1' || true)"
gz2="$(_compress_if_exists 'SRR4785749_2' || true)"
gzs="$(_compress_if_exists 'SRR4785749' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C7_CTCTCTAC-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785750"
gz1="$(_compress_if_exists 'SRR4785750_1' || true)"
gz2="$(_compress_if_exists 'SRR4785750_2' || true)"
gzs="$(_compress_if_exists 'SRR4785750' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C8_CAGAGAGG-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785751"
gz1="$(_compress_if_exists 'SRR4785751_1' || true)"
gz2="$(_compress_if_exists 'SRR4785751_2' || true)"
gzs="$(_compress_if_exists 'SRR4785751' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3C9_GCTACGCT-TATCCTCT_L003_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785752"
gz1="$(_compress_if_exists 'SRR4785752_1' || true)"
gz2="$(_compress_if_exists 'SRR4785752_2' || true)"
gzs="$(_compress_if_exists 'SRR4785752' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D10_CGAGGCTG-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785753"
gz1="$(_compress_if_exists 'SRR4785753_1' || true)"
gz2="$(_compress_if_exists 'SRR4785753_2' || true)"
gzs="$(_compress_if_exists 'SRR4785753' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D11_AAGAGGCA-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785754"
gz1="$(_compress_if_exists 'SRR4785754_1' || true)"
gz2="$(_compress_if_exists 'SRR4785754_2' || true)"
gzs="$(_compress_if_exists 'SRR4785754' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D12_GTAGAGGA-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785755"
gz1="$(_compress_if_exists 'SRR4785755_1' || true)"
gz2="$(_compress_if_exists 'SRR4785755_2' || true)"
gzs="$(_compress_if_exists 'SRR4785755' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D1_TAAGGCGA-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785756"
gz1="$(_compress_if_exists 'SRR4785756_1' || true)"
gz2="$(_compress_if_exists 'SRR4785756_2' || true)"
gzs="$(_compress_if_exists 'SRR4785756' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D2_CGTACTAG-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785757"
gz1="$(_compress_if_exists 'SRR4785757_1' || true)"
gz2="$(_compress_if_exists 'SRR4785757_2' || true)"
gzs="$(_compress_if_exists 'SRR4785757' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D3_AGGCAGAA-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785758"
gz1="$(_compress_if_exists 'SRR4785758_1' || true)"
gz2="$(_compress_if_exists 'SRR4785758_2' || true)"
gzs="$(_compress_if_exists 'SRR4785758' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D4_TCCTGAGC-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785759"
gz1="$(_compress_if_exists 'SRR4785759_1' || true)"
gz2="$(_compress_if_exists 'SRR4785759_2' || true)"
gzs="$(_compress_if_exists 'SRR4785759' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D5_GGACTCCT-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785760"
gz1="$(_compress_if_exists 'SRR4785760_1' || true)"
gz2="$(_compress_if_exists 'SRR4785760_2' || true)"
gzs="$(_compress_if_exists 'SRR4785760' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D6_TAGGCATG-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785761"
gz1="$(_compress_if_exists 'SRR4785761_1' || true)"
gz2="$(_compress_if_exists 'SRR4785761_2' || true)"
gzs="$(_compress_if_exists 'SRR4785761' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D7_CTCTCTAC-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785762"
gz1="$(_compress_if_exists 'SRR4785762_1' || true)"
gz2="$(_compress_if_exists 'SRR4785762_2' || true)"
gzs="$(_compress_if_exists 'SRR4785762' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D8_CAGAGAGG-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785763"
gz1="$(_compress_if_exists 'SRR4785763_1' || true)"
gz2="$(_compress_if_exists 'SRR4785763_2' || true)"
gzs="$(_compress_if_exists 'SRR4785763' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3D9_GCTACGCT-AGAGTAGA_L004_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785764"
gz1="$(_compress_if_exists 'SRR4785764_1' || true)"
gz2="$(_compress_if_exists 'SRR4785764_2' || true)"
gzs="$(_compress_if_exists 'SRR4785764' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E10_CGAGGCTG-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785765"
gz1="$(_compress_if_exists 'SRR4785765_1' || true)"
gz2="$(_compress_if_exists 'SRR4785765_2' || true)"
gzs="$(_compress_if_exists 'SRR4785765' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E11_AAGAGGCA-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785766"
gz1="$(_compress_if_exists 'SRR4785766_1' || true)"
gz2="$(_compress_if_exists 'SRR4785766_2' || true)"
gzs="$(_compress_if_exists 'SRR4785766' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E12_GTAGAGGA-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785767"
gz1="$(_compress_if_exists 'SRR4785767_1' || true)"
gz2="$(_compress_if_exists 'SRR4785767_2' || true)"
gzs="$(_compress_if_exists 'SRR4785767' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E1_TAAGGCGA-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785768"
gz1="$(_compress_if_exists 'SRR4785768_1' || true)"
gz2="$(_compress_if_exists 'SRR4785768_2' || true)"
gzs="$(_compress_if_exists 'SRR4785768' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E2_CGTACTAG-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785769"
gz1="$(_compress_if_exists 'SRR4785769_1' || true)"
gz2="$(_compress_if_exists 'SRR4785769_2' || true)"
gzs="$(_compress_if_exists 'SRR4785769' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E3_AGGCAGAA-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785770"
gz1="$(_compress_if_exists 'SRR4785770_1' || true)"
gz2="$(_compress_if_exists 'SRR4785770_2' || true)"
gzs="$(_compress_if_exists 'SRR4785770' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E4_TCCTGAGC-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785771"
gz1="$(_compress_if_exists 'SRR4785771_1' || true)"
gz2="$(_compress_if_exists 'SRR4785771_2' || true)"
gzs="$(_compress_if_exists 'SRR4785771' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E5_GGACTCCT-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785772"
gz1="$(_compress_if_exists 'SRR4785772_1' || true)"
gz2="$(_compress_if_exists 'SRR4785772_2' || true)"
gzs="$(_compress_if_exists 'SRR4785772' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E6_TAGGCATG-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785773"
gz1="$(_compress_if_exists 'SRR4785773_1' || true)"
gz2="$(_compress_if_exists 'SRR4785773_2' || true)"
gzs="$(_compress_if_exists 'SRR4785773' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E7_CTCTCTAC-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785774"
gz1="$(_compress_if_exists 'SRR4785774_1' || true)"
gz2="$(_compress_if_exists 'SRR4785774_2' || true)"
gzs="$(_compress_if_exists 'SRR4785774' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E8_CAGAGAGG-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785775"
gz1="$(_compress_if_exists 'SRR4785775_1' || true)"
gz2="$(_compress_if_exists 'SRR4785775_2' || true)"
gzs="$(_compress_if_exists 'SRR4785775' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3E9_GCTACGCT-GTAAGGAG_L005_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785776"
gz1="$(_compress_if_exists 'SRR4785776_1' || true)"
gz2="$(_compress_if_exists 'SRR4785776_2' || true)"
gzs="$(_compress_if_exists 'SRR4785776' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F10_CGAGGCTG-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785777"
gz1="$(_compress_if_exists 'SRR4785777_1' || true)"
gz2="$(_compress_if_exists 'SRR4785777_2' || true)"
gzs="$(_compress_if_exists 'SRR4785777' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F11_AAGAGGCA-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785778"
gz1="$(_compress_if_exists 'SRR4785778_1' || true)"
gz2="$(_compress_if_exists 'SRR4785778_2' || true)"
gzs="$(_compress_if_exists 'SRR4785778' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F12_GTAGAGGA-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785779"
gz1="$(_compress_if_exists 'SRR4785779_1' || true)"
gz2="$(_compress_if_exists 'SRR4785779_2' || true)"
gzs="$(_compress_if_exists 'SRR4785779' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F1_TAAGGCGA-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785780"
gz1="$(_compress_if_exists 'SRR4785780_1' || true)"
gz2="$(_compress_if_exists 'SRR4785780_2' || true)"
gzs="$(_compress_if_exists 'SRR4785780' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F2_CGTACTAG-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785781"
gz1="$(_compress_if_exists 'SRR4785781_1' || true)"
gz2="$(_compress_if_exists 'SRR4785781_2' || true)"
gzs="$(_compress_if_exists 'SRR4785781' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F3_AGGCAGAA-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785782"
gz1="$(_compress_if_exists 'SRR4785782_1' || true)"
gz2="$(_compress_if_exists 'SRR4785782_2' || true)"
gzs="$(_compress_if_exists 'SRR4785782' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F4_TCCTGAGC-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785783"
gz1="$(_compress_if_exists 'SRR4785783_1' || true)"
gz2="$(_compress_if_exists 'SRR4785783_2' || true)"
gzs="$(_compress_if_exists 'SRR4785783' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F5_GGACTCCT-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785784"
gz1="$(_compress_if_exists 'SRR4785784_1' || true)"
gz2="$(_compress_if_exists 'SRR4785784_2' || true)"
gzs="$(_compress_if_exists 'SRR4785784' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F6_TAGGCATG-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785785"
gz1="$(_compress_if_exists 'SRR4785785_1' || true)"
gz2="$(_compress_if_exists 'SRR4785785_2' || true)"
gzs="$(_compress_if_exists 'SRR4785785' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F7_CTCTCTAC-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785786"
gz1="$(_compress_if_exists 'SRR4785786_1' || true)"
gz2="$(_compress_if_exists 'SRR4785786_2' || true)"
gzs="$(_compress_if_exists 'SRR4785786' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F8_CAGAGAGG-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785787"
gz1="$(_compress_if_exists 'SRR4785787_1' || true)"
gz2="$(_compress_if_exists 'SRR4785787_2' || true)"
gzs="$(_compress_if_exists 'SRR4785787' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3F9_GCTACGCT-ACTGCATA_L006_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785788"
gz1="$(_compress_if_exists 'SRR4785788_1' || true)"
gz2="$(_compress_if_exists 'SRR4785788_2' || true)"
gzs="$(_compress_if_exists 'SRR4785788' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G10_CGAGGCTG-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785789"
gz1="$(_compress_if_exists 'SRR4785789_1' || true)"
gz2="$(_compress_if_exists 'SRR4785789_2' || true)"
gzs="$(_compress_if_exists 'SRR4785789' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G11_AAGAGGCA-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785790"
gz1="$(_compress_if_exists 'SRR4785790_1' || true)"
gz2="$(_compress_if_exists 'SRR4785790_2' || true)"
gzs="$(_compress_if_exists 'SRR4785790' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G12_GTAGAGGA-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785791"
gz1="$(_compress_if_exists 'SRR4785791_1' || true)"
gz2="$(_compress_if_exists 'SRR4785791_2' || true)"
gzs="$(_compress_if_exists 'SRR4785791' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G1_TAAGGCGA-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785792"
gz1="$(_compress_if_exists 'SRR4785792_1' || true)"
gz2="$(_compress_if_exists 'SRR4785792_2' || true)"
gzs="$(_compress_if_exists 'SRR4785792' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G2_CGTACTAG-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785793"
gz1="$(_compress_if_exists 'SRR4785793_1' || true)"
gz2="$(_compress_if_exists 'SRR4785793_2' || true)"
gzs="$(_compress_if_exists 'SRR4785793' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G3_AGGCAGAA-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785794"
gz1="$(_compress_if_exists 'SRR4785794_1' || true)"
gz2="$(_compress_if_exists 'SRR4785794_2' || true)"
gzs="$(_compress_if_exists 'SRR4785794' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G4_TCCTGAGC-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785795"
gz1="$(_compress_if_exists 'SRR4785795_1' || true)"
gz2="$(_compress_if_exists 'SRR4785795_2' || true)"
gzs="$(_compress_if_exists 'SRR4785795' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G5_GGACTCCT-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785796"
gz1="$(_compress_if_exists 'SRR4785796_1' || true)"
gz2="$(_compress_if_exists 'SRR4785796_2' || true)"
gzs="$(_compress_if_exists 'SRR4785796' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G6_TAGGCATG-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785797"
gz1="$(_compress_if_exists 'SRR4785797_1' || true)"
gz2="$(_compress_if_exists 'SRR4785797_2' || true)"
gzs="$(_compress_if_exists 'SRR4785797' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G7_CTCTCTAC-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785798"
gz1="$(_compress_if_exists 'SRR4785798_1' || true)"
gz2="$(_compress_if_exists 'SRR4785798_2' || true)"
gzs="$(_compress_if_exists 'SRR4785798' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G8_CAGAGAGG-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785799"
gz1="$(_compress_if_exists 'SRR4785799_1' || true)"
gz2="$(_compress_if_exists 'SRR4785799_2' || true)"
gzs="$(_compress_if_exists 'SRR4785799' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3G9_GCTACGCT-AAGGAGTA_L007_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785800"
gz1="$(_compress_if_exists 'SRR4785800_1' || true)"
gz2="$(_compress_if_exists 'SRR4785800_2' || true)"
gzs="$(_compress_if_exists 'SRR4785800' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H10_CGAGGCTG-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785801"
gz1="$(_compress_if_exists 'SRR4785801_1' || true)"
gz2="$(_compress_if_exists 'SRR4785801_2' || true)"
gzs="$(_compress_if_exists 'SRR4785801' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H11_AAGAGGCA-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785802"
gz1="$(_compress_if_exists 'SRR4785802_1' || true)"
gz2="$(_compress_if_exists 'SRR4785802_2' || true)"
gzs="$(_compress_if_exists 'SRR4785802' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H12_GTAGAGGA-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785803"
gz1="$(_compress_if_exists 'SRR4785803_1' || true)"
gz2="$(_compress_if_exists 'SRR4785803_2' || true)"
gzs="$(_compress_if_exists 'SRR4785803' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H1_TAAGGCGA-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785804"
gz1="$(_compress_if_exists 'SRR4785804_1' || true)"
gz2="$(_compress_if_exists 'SRR4785804_2' || true)"
gzs="$(_compress_if_exists 'SRR4785804' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H2_CGTACTAG-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785805"
gz1="$(_compress_if_exists 'SRR4785805_1' || true)"
gz2="$(_compress_if_exists 'SRR4785805_2' || true)"
gzs="$(_compress_if_exists 'SRR4785805' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H3_AGGCAGAA-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785806"
gz1="$(_compress_if_exists 'SRR4785806_1' || true)"
gz2="$(_compress_if_exists 'SRR4785806_2' || true)"
gzs="$(_compress_if_exists 'SRR4785806' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H4_TCCTGAGC-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785807"
gz1="$(_compress_if_exists 'SRR4785807_1' || true)"
gz2="$(_compress_if_exists 'SRR4785807_2' || true)"
gzs="$(_compress_if_exists 'SRR4785807' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H5_GGACTCCT-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785808"
gz1="$(_compress_if_exists 'SRR4785808_1' || true)"
gz2="$(_compress_if_exists 'SRR4785808_2' || true)"
gzs="$(_compress_if_exists 'SRR4785808' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H6_TAGGCATG-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785809"
gz1="$(_compress_if_exists 'SRR4785809_1' || true)"
gz2="$(_compress_if_exists 'SRR4785809_2' || true)"
gzs="$(_compress_if_exists 'SRR4785809' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H7_CTCTCTAC-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785810"
gz1="$(_compress_if_exists 'SRR4785810_1' || true)"
gz2="$(_compress_if_exists 'SRR4785810_2' || true)"
gzs="$(_compress_if_exists 'SRR4785810' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H8_CAGAGAGG-CTAAGCCT_L008_R1.fastq.gz"
fi

fasterq-dump --split-files "SRR4785811"
gz1="$(_compress_if_exists 'SRR4785811_1' || true)"
gz2="$(_compress_if_exists 'SRR4785811_2' || true)"
gzs="$(_compress_if_exists 'SRR4785811' || true)"
if [ "$RENAME_SRA_TO_ORIGINAL" = "1" ] && [ -n "$gz1" ]; then
  mv -f "$gz1" "3H9_GCTACGCT-CTAAGCCT_L008_R1.fastq.gz"
fi


# Option B: Direct download (larger .sra files)
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785508/SRR4785508"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785509/SRR4785509"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785510/SRR4785510"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785511/SRR4785511"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785512/SRR4785512"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785513/SRR4785513"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785514/SRR4785514"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785515/SRR4785515"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785516/SRR4785516"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785517/SRR4785517"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785518/SRR4785518"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785519/SRR4785519"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785520/SRR4785520"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785521/SRR4785521"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785522/SRR4785522"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785523/SRR4785523"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785524/SRR4785524"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785525/SRR4785525"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785526/SRR4785526"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785527/SRR4785527"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785528/SRR4785528"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785529/SRR4785529"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785530/SRR4785530"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785531/SRR4785531"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785532/SRR4785532"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785533/SRR4785533"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785534/SRR4785534"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785535/SRR4785535"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785536/SRR4785536"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785537/SRR4785537"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785538/SRR4785538"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785539/SRR4785539"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785540/SRR4785540"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785541/SRR4785541"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785542/SRR4785542"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785543/SRR4785543"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785544/SRR4785544"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785545/SRR4785545"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785546/SRR4785546"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785547/SRR4785547"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785548/SRR4785548"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785549/SRR4785549"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785550/SRR4785550"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785551/SRR4785551"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785552/SRR4785552"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785553/SRR4785553"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785554/SRR4785554"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785555/SRR4785555"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785556/SRR4785556"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785557/SRR4785557"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785558/SRR4785558"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785559/SRR4785559"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785560/SRR4785560"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785561/SRR4785561"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785562/SRR4785562"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785563/SRR4785563"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785564/SRR4785564"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785565/SRR4785565"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785566/SRR4785566"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785567/SRR4785567"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785568/SRR4785568"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785569/SRR4785569"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785570/SRR4785570"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785571/SRR4785571"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785572/SRR4785572"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785573/SRR4785573"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785574/SRR4785574"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785575/SRR4785575"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785576/SRR4785576"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785577/SRR4785577"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785578/SRR4785578"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785579/SRR4785579"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785580/SRR4785580"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785581/SRR4785581"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785582/SRR4785582"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785583/SRR4785583"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785584/SRR4785584"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785585/SRR4785585"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785586/SRR4785586"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785587/SRR4785587"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785588/SRR4785588"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785589/SRR4785589"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785590/SRR4785590"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785591/SRR4785591"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785592/SRR4785592"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785593/SRR4785593"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785594/SRR4785594"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785595/SRR4785595"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785596/SRR4785596"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785597/SRR4785597"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785598/SRR4785598"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785599/SRR4785599"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785600/SRR4785600"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785601/SRR4785601"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785602/SRR4785602"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785603/SRR4785603"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785604/SRR4785604"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785605/SRR4785605"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785606/SRR4785606"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785607/SRR4785607"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785608/SRR4785608"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785609/SRR4785609"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785610/SRR4785610"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785611/SRR4785611"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785612/SRR4785612"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785613/SRR4785613"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785614/SRR4785614"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785615/SRR4785615"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785616/SRR4785616"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785617/SRR4785617"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785618/SRR4785618"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785619/SRR4785619"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785620/SRR4785620"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785621/SRR4785621"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785622/SRR4785622"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785623/SRR4785623"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785624/SRR4785624"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785625/SRR4785625"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785626/SRR4785626"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785627/SRR4785627"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785628/SRR4785628"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785629/SRR4785629"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785630/SRR4785630"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785631/SRR4785631"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785632/SRR4785632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785633/SRR4785633"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785634/SRR4785634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785635/SRR4785635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785636/SRR4785636"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785637/SRR4785637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785638/SRR4785638"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785639/SRR4785639"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785640/SRR4785640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785641/SRR4785641"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785642/SRR4785642"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785643/SRR4785643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785644/SRR4785644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785645/SRR4785645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785646/SRR4785646"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785647/SRR4785647"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785648/SRR4785648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785649/SRR4785649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785650/SRR4785650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785651/SRR4785651"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785652/SRR4785652"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785653/SRR4785653"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785654/SRR4785654"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785655/SRR4785655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785656/SRR4785656"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785657/SRR4785657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785658/SRR4785658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785659/SRR4785659"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785660/SRR4785660"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785661/SRR4785661"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785662/SRR4785662"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785663/SRR4785663"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785664/SRR4785664"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785665/SRR4785665"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785666/SRR4785666"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785667/SRR4785667"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785668/SRR4785668"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785669/SRR4785669"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785670/SRR4785670"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785671/SRR4785671"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785672/SRR4785672"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785673/SRR4785673"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785674/SRR4785674"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785675/SRR4785675"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785676/SRR4785676"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785677/SRR4785677"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785678/SRR4785678"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785679/SRR4785679"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785680/SRR4785680"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785681/SRR4785681"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785682/SRR4785682"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785683/SRR4785683"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785684/SRR4785684"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785685/SRR4785685"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785686/SRR4785686"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785687/SRR4785687"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785688/SRR4785688"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785689/SRR4785689"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785690/SRR4785690"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785691/SRR4785691"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785692/SRR4785692"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785693/SRR4785693"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785694/SRR4785694"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785695/SRR4785695"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785696/SRR4785696"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785697/SRR4785697"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785698/SRR4785698"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785699/SRR4785699"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785700/SRR4785700"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785701/SRR4785701"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785702/SRR4785702"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785703/SRR4785703"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785704/SRR4785704"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785705/SRR4785705"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785706/SRR4785706"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785707/SRR4785707"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785708/SRR4785708"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785709/SRR4785709"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785710/SRR4785710"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785711/SRR4785711"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785712/SRR4785712"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785713/SRR4785713"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785714/SRR4785714"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785715/SRR4785715"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785716/SRR4785716"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785717/SRR4785717"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785718/SRR4785718"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785719/SRR4785719"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785720/SRR4785720"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785721/SRR4785721"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785722/SRR4785722"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785723/SRR4785723"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785724/SRR4785724"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785725/SRR4785725"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785726/SRR4785726"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785727/SRR4785727"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785728/SRR4785728"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785729/SRR4785729"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785730/SRR4785730"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785731/SRR4785731"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785732/SRR4785732"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785733/SRR4785733"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785734/SRR4785734"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785735/SRR4785735"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785736/SRR4785736"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785737/SRR4785737"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785738/SRR4785738"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785739/SRR4785739"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785740/SRR4785740"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785741/SRR4785741"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785742/SRR4785742"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785743/SRR4785743"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785744/SRR4785744"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785745/SRR4785745"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785746/SRR4785746"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785747/SRR4785747"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785748/SRR4785748"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785749/SRR4785749"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785750/SRR4785750"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785751/SRR4785751"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785752/SRR4785752"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785753/SRR4785753"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785754/SRR4785754"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785755/SRR4785755"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785756/SRR4785756"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785757/SRR4785757"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785758/SRR4785758"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785759/SRR4785759"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785760/SRR4785760"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785761/SRR4785761"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785762/SRR4785762"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785763/SRR4785763"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785764/SRR4785764"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785765/SRR4785765"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785766/SRR4785766"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785767/SRR4785767"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785768/SRR4785768"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785769/SRR4785769"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785770/SRR4785770"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785771/SRR4785771"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785772/SRR4785772"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785773/SRR4785773"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785774/SRR4785774"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785775/SRR4785775"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785776/SRR4785776"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785777/SRR4785777"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785778/SRR4785778"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785779/SRR4785779"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785780/SRR4785780"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785781/SRR4785781"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785782/SRR4785782"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785783/SRR4785783"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785784/SRR4785784"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785785/SRR4785785"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785786/SRR4785786"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785787/SRR4785787"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785788/SRR4785788"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785789/SRR4785789"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785790/SRR4785790"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785791/SRR4785791"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785792/SRR4785792"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785793/SRR4785793"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785794/SRR4785794"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785795/SRR4785795"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785796/SRR4785796"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785797/SRR4785797"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785798/SRR4785798"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785799/SRR4785799"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785800/SRR4785800"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785801/SRR4785801"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785802/SRR4785802"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785803/SRR4785803"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785804/SRR4785804"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785805/SRR4785805"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785806/SRR4785806"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785807/SRR4785807"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785808/SRR4785808"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785809/SRR4785809"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785810/SRR4785810"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785811/SRR4785811"

# --- Additional data files ---
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785510/SRR4785510"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785511/SRR4785511"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785508/SRR4785508"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785509/SRR4785509"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785514/SRR4785514"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785515/SRR4785515"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785512/SRR4785512"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785513/SRR4785513"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785516/SRR4785516"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785517/SRR4785517"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785519/SRR4785519"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785518/SRR4785518"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785524/SRR4785524"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785525/SRR4785525"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785526/SRR4785526"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785527/SRR4785527"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785528/SRR4785528"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785529/SRR4785529"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785530/SRR4785530"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785531/SRR4785531"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785532/SRR4785532"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785533/SRR4785533"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785534/SRR4785534"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785535/SRR4785535"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785536/SRR4785536"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785537/SRR4785537"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785538/SRR4785538"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785539/SRR4785539"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785540/SRR4785540"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785541/SRR4785541"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785542/SRR4785542"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785543/SRR4785543"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785544/SRR4785544"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785545/SRR4785545"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785546/SRR4785546"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785547/SRR4785547"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785548/SRR4785548"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785549/SRR4785549"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785550/SRR4785550"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785551/SRR4785551"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785552/SRR4785552"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785553/SRR4785553"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785554/SRR4785554"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785555/SRR4785555"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785556/SRR4785556"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785557/SRR4785557"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785558/SRR4785558"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785559/SRR4785559"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785560/SRR4785560"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785561/SRR4785561"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785562/SRR4785562"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785563/SRR4785563"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785564/SRR4785564"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785565/SRR4785565"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785566/SRR4785566"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785567/SRR4785567"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785568/SRR4785568"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785569/SRR4785569"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785570/SRR4785570"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785571/SRR4785571"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785572/SRR4785572"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785573/SRR4785573"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785574/SRR4785574"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785575/SRR4785575"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785576/SRR4785576"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785577/SRR4785577"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785578/SRR4785578"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785579/SRR4785579"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785580/SRR4785580"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785581/SRR4785581"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785582/SRR4785582"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785583/SRR4785583"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785584/SRR4785584"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785585/SRR4785585"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785586/SRR4785586"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785587/SRR4785587"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785588/SRR4785588"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785589/SRR4785589"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785590/SRR4785590"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785591/SRR4785591"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785592/SRR4785592"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785593/SRR4785593"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785594/SRR4785594"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785595/SRR4785595"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785596/SRR4785596"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785597/SRR4785597"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785598/SRR4785598"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785599/SRR4785599"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785600/SRR4785600"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785601/SRR4785601"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785602/SRR4785602"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785603/SRR4785603"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785604/SRR4785604"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785605/SRR4785605"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785606/SRR4785606"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785607/SRR4785607"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785608/SRR4785608"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785609/SRR4785609"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785610/SRR4785610"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785611/SRR4785611"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785612/SRR4785612"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785613/SRR4785613"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785614/SRR4785614"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785615/SRR4785615"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785616/SRR4785616"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785617/SRR4785617"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785618/SRR4785618"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785619/SRR4785619"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785620/SRR4785620"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785621/SRR4785621"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785622/SRR4785622"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785623/SRR4785623"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785624/SRR4785624"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785625/SRR4785625"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785626/SRR4785626"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785627/SRR4785627"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785628/SRR4785628"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785629/SRR4785629"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785630/SRR4785630"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785631/SRR4785631"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785632/SRR4785632"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785633/SRR4785633"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785634/SRR4785634"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785635/SRR4785635"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785636/SRR4785636"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785637/SRR4785637"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785638/SRR4785638"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785639/SRR4785639"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785640/SRR4785640"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785641/SRR4785641"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785642/SRR4785642"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785643/SRR4785643"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785644/SRR4785644"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785645/SRR4785645"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785646/SRR4785646"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785647/SRR4785647"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785648/SRR4785648"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785649/SRR4785649"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785650/SRR4785650"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785651/SRR4785651"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785652/SRR4785652"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785653/SRR4785653"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785654/SRR4785654"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785655/SRR4785655"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785656/SRR4785656"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785657/SRR4785657"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785658/SRR4785658"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785659/SRR4785659"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785660/SRR4785660"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785661/SRR4785661"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785662/SRR4785662"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785663/SRR4785663"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785664/SRR4785664"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785665/SRR4785665"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785666/SRR4785666"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785667/SRR4785667"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785668/SRR4785668"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785669/SRR4785669"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785670/SRR4785670"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785671/SRR4785671"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785672/SRR4785672"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785673/SRR4785673"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785674/SRR4785674"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785675/SRR4785675"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785676/SRR4785676"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785677/SRR4785677"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785678/SRR4785678"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785679/SRR4785679"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785680/SRR4785680"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785681/SRR4785681"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785682/SRR4785682"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785683/SRR4785683"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785684/SRR4785684"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785685/SRR4785685"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785686/SRR4785686"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785687/SRR4785687"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785688/SRR4785688"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785689/SRR4785689"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785690/SRR4785690"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785691/SRR4785691"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785692/SRR4785692"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785693/SRR4785693"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785694/SRR4785694"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785695/SRR4785695"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785696/SRR4785696"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785697/SRR4785697"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785698/SRR4785698"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785699/SRR4785699"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785700/SRR4785700"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785701/SRR4785701"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785702/SRR4785702"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785703/SRR4785703"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785704/SRR4785704"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785705/SRR4785705"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785706/SRR4785706"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785707/SRR4785707"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785708/SRR4785708"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785709/SRR4785709"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785710/SRR4785710"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785711/SRR4785711"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785712/SRR4785712"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785713/SRR4785713"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785714/SRR4785714"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785715/SRR4785715"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785716/SRR4785716"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785717/SRR4785717"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785718/SRR4785718"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785719/SRR4785719"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785720/SRR4785720"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785721/SRR4785721"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785722/SRR4785722"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785723/SRR4785723"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785724/SRR4785724"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785725/SRR4785725"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785726/SRR4785726"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785727/SRR4785727"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785728/SRR4785728"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785729/SRR4785729"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785730/SRR4785730"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785731/SRR4785731"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785732/SRR4785732"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785733/SRR4785733"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785734/SRR4785734"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785735/SRR4785735"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785736/SRR4785736"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785737/SRR4785737"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785738/SRR4785738"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785739/SRR4785739"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785740/SRR4785740"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785741/SRR4785741"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785742/SRR4785742"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785743/SRR4785743"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785744/SRR4785744"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785745/SRR4785745"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785746/SRR4785746"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785747/SRR4785747"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785748/SRR4785748"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785749/SRR4785749"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785750/SRR4785750"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785751/SRR4785751"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785752/SRR4785752"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785753/SRR4785753"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785754/SRR4785754"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785755/SRR4785755"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785756/SRR4785756"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785757/SRR4785757"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785758/SRR4785758"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785759/SRR4785759"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785760/SRR4785760"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785761/SRR4785761"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785762/SRR4785762"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785763/SRR4785763"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785764/SRR4785764"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785765/SRR4785765"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785766/SRR4785766"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785767/SRR4785767"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785768/SRR4785768"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785769/SRR4785769"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785770/SRR4785770"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785771/SRR4785771"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785772/SRR4785772"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785773/SRR4785773"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785774/SRR4785774"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785775/SRR4785775"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785776/SRR4785776"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785777/SRR4785777"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785778/SRR4785778"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785779/SRR4785779"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785780/SRR4785780"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785781/SRR4785781"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785782/SRR4785782"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785783/SRR4785783"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785784/SRR4785784"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785785/SRR4785785"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785786/SRR4785786"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785787/SRR4785787"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785788/SRR4785788"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785789/SRR4785789"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785790/SRR4785790"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785791/SRR4785791"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785792/SRR4785792"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785793/SRR4785793"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785794/SRR4785794"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785795/SRR4785795"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785796/SRR4785796"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785797/SRR4785797"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785798/SRR4785798"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785799/SRR4785799"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785800/SRR4785800"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785801/SRR4785801"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785802/SRR4785802"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785803/SRR4785803"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785804/SRR4785804"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785805/SRR4785805"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785806/SRR4785806"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785807/SRR4785807"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785808/SRR4785808"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785809/SRR4785809"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785810/SRR4785810"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785811/SRR4785811"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785520/SRR4785520"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785521/SRR4785521"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785522/SRR4785522"
curl -L -O -C - "https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR4785523/SRR4785523"

echo "Download complete. Files saved to $OUTDIR"