{
  "tool": "Trim Galore",
  "schema_version": 1,
  "trim_galore_version": "2.3.0",
  "input_filenames": ["SRR6995995.fastq.gz"],
  "mode": "single-end",
  "read_number": 1,
  "command_line": "trim_galore --cores 20 --quality 20 --length 20 --no_poly_g --adapter AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC --adapter CGGAAGAGCACACGTCTGAACTCCAGTCAC --fastqc --fastqc_args --outdir ../output/02-qc-trim/fastqc-trimmed --output_dir ../data/trimmed-reads ../data/raw-reads/SRR6995995.fastq.gz",
  "parameters": {
    "quality_cutoff": 20,
    "adapters": [{"name": "adapter_1", "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC"}, {"name": "adapter_2", "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC"}],
    "adapters_r2": [],
    "times": 1,
    "error_rate": 0.1,
    "stringency": 1,
    "length_cutoff": 20,
    "max_length": null,
    "phred_encoding": 33,
    "trim_n": false,
    "nextseq": false,
    "rrbs": false,
    "non_directional": false,
    "poly_a": false,
    "poly_g": false,
    "clip_r1": null,
    "clip_r2": null,
    "three_prime_clip_r1": null,
    "three_prime_clip_r2": null,
    "max_n": null,
    "discard_untrimmed": false,
    "consider_already_trimmed": null
  },
  "read_processing": {
    "total_reads": 39780221,
    "reads_with_adapter": 31777024,
    "reads_written": 31440951,
    "reads_too_short": 8339270,
    "reads_too_long": 0,
    "reads_too_many_n": 0,
    "reads_discarded_untrimmed": 0
  },
  "basepair_processing": {
    "total_bp_processed": 4017802321,
    "quality_trimmed_bp": 316184920,
    "total_bp_written": 3030979890
  },
  "adapter_trimming": [
    {
      "name": "adapter_1",
      "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 34,
      "times_trimmed": 23284278,
      "length_distribution": {
        "1": 9885198,
        "2": 906583,
        "3": 448730,
        "4": 348682,
        "5": 305027,
        "6": 286626,
        "7": 280758,
        "8": 223039,
        "9": 239670,
        "10": 226886,
        "11": 163610,
        "12": 191510,
        "13": 161605,
        "14": 154050,
        "15": 154568,
        "16": 135096,
        "17": 148185,
        "18": 139549,
        "19": 77067,
        "20": 100514,
        "21": 92509,
        "22": 92047,
        "23": 71725,
        "24": 71623,
        "25": 69812,
        "26": 58527,
        "27": 59794,
        "28": 68784,
        "29": 44332,
        "30": 56176,
        "31": 27036,
        "32": 45492,
        "33": 40641,
        "34": 34679,
        "35": 33062,
        "36": 30596,
        "37": 25725,
        "38": 23106,
        "39": 19625,
        "40": 19912,
        "41": 18890,
        "42": 19791,
        "43": 16285,
        "44": 17782,
        "45": 15921,
        "46": 13140,
        "47": 11820,
        "48": 11217,
        "49": 10766,
        "50": 11395,
        "51": 17262,
        "52": 15757,
        "53": 10375,
        "54": 11992,
        "55": 11030,
        "56": 15734,
        "57": 23107,
        "58": 25324,
        "59": 14950,
        "60": 24193,
        "61": 30818,
        "62": 92690,
        "63": 131772,
        "64": 37716,
        "65": 48790,
        "66": 108300,
        "67": 362882,
        "68": 825193,
        "69": 2679481,
        "70": 1537802,
        "71": 573697,
        "72": 205701,
        "73": 60416,
        "74": 29971,
        "75": 17108,
        "76": 13669,
        "77": 18026,
        "78": 17496,
        "79": 16248,
        "80": 14376,
        "81": 12409,
        "82": 11967,
        "83": 11048,
        "84": 10729,
        "85": 10992,
        "86": 11379,
        "87": 12130,
        "88": 11558,
        "89": 11831,
        "90": 12583,
        "91": 13227,
        "92": 13983,
        "93": 14638,
        "94": 16073,
        "95": 17365,
        "96": 20085,
        "97": 22148,
        "98": 24750,
        "99": 28465,
        "100": 57898,
        "101": 237981
      }
    },
    {
      "name": "adapter_2",
      "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 30,
      "times_trimmed": 8492746,
      "length_distribution": {
        "1": 6930389,
        "2": 797808,
        "3": 100905,
        "4": 12257,
        "5": 7094,
        "6": 1237,
        "7": 435,
        "8": 137,
        "9": 140,
        "10": 142,
        "11": 100,
        "12": 88,
        "13": 118,
        "14": 87,
        "15": 67,
        "16": 82,
        "17": 45,
        "18": 54,
        "19": 83,
        "20": 136,
        "21": 210,
        "22": 298,
        "23": 822,
        "24": 932,
        "25": 1057,
        "26": 755,
        "27": 182,
        "28": 263,
        "29": 345,
        "30": 408,
        "31": 245,
        "32": 351,
        "33": 316,
        "34": 281,
        "35": 315,
        "36": 275,
        "37": 312,
        "38": 453,
        "39": 755,
        "40": 660,
        "41": 1422,
        "42": 1081,
        "43": 646,
        "44": 795,
        "45": 1081,
        "46": 895,
        "47": 1132,
        "48": 2398,
        "49": 2888,
        "50": 1138,
        "51": 1475,
        "52": 1193,
        "53": 3500,
        "54": 2798,
        "55": 4722,
        "56": 3137,
        "57": 6053,
        "58": 9204,
        "59": 17166,
        "60": 12923,
        "61": 4589,
        "62": 9290,
        "63": 14976,
        "64": 54543,
        "65": 68466,
        "66": 199741,
        "67": 62312,
        "68": 40320,
        "69": 18475,
        "70": 11165,
        "71": 4885,
        "72": 2938,
        "73": 2086,
        "74": 1603,
        "75": 1248,
        "76": 739,
        "77": 841,
        "78": 920,
        "79": 865,
        "80": 910,
        "81": 829,
        "82": 849,
        "83": 815,
        "84": 897,
        "85": 863,
        "86": 1022,
        "87": 1108,
        "88": 1120,
        "89": 1153,
        "90": 1225,
        "91": 1263,
        "92": 1374,
        "93": 1425,
        "94": 1673,
        "95": 1756,
        "96": 1901,
        "97": 2324,
        "98": 3336,
        "99": 2690,
        "100": 5262,
        "101": 22663
      }
    }
  ],
  "poly_a_trimming": {
    "reads_trimmed": 0,
    "bases_removed": 0
  },
  "poly_g_trimming": {
    "reads_trimmed": 0,
    "bases_removed": 0
  },
  "rrbs": {
    "trimmed_3prime": 0,
    "trimmed_5prime": 0,
    "r2_clipped_5prime": 0
  },
  "pair_validation": null,
  "passthrough": null
}
