{
  "tool": "Trim Galore",
  "schema_version": 1,
  "trim_galore_version": "2.3.0",
  "input_filenames": ["SRR6995997.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/SRR6995997.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": 17327210,
    "reads_with_adapter": 14067454,
    "reads_written": 12321632,
    "reads_too_short": 5005578,
    "reads_too_long": 0,
    "reads_too_many_n": 0,
    "reads_discarded_untrimmed": 0
  },
  "basepair_processing": {
    "total_bp_processed": 1750048210,
    "quality_trimmed_bp": 185921084,
    "total_bp_written": 1182657794
  },
  "adapter_trimming": [
    {
      "name": "adapter_1",
      "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 34,
      "times_trimmed": 9977651,
      "length_distribution": {
        "1": 3252026,
        "2": 449655,
        "3": 172568,
        "4": 132079,
        "5": 111305,
        "6": 111456,
        "7": 118453,
        "8": 75329,
        "9": 81858,
        "10": 91307,
        "11": 49323,
        "12": 73628,
        "13": 53609,
        "14": 53562,
        "15": 50759,
        "16": 45152,
        "17": 49020,
        "18": 48805,
        "19": 20362,
        "20": 32875,
        "21": 29023,
        "22": 32581,
        "23": 18936,
        "24": 20836,
        "25": 21577,
        "26": 17855,
        "27": 18897,
        "28": 22186,
        "29": 13481,
        "30": 17066,
        "31": 8888,
        "32": 16088,
        "33": 12222,
        "34": 12439,
        "35": 9040,
        "36": 15582,
        "37": 11827,
        "38": 10325,
        "39": 4430,
        "40": 9519,
        "41": 8180,
        "42": 9447,
        "43": 6580,
        "44": 5530,
        "45": 4661,
        "46": 4700,
        "47": 3956,
        "48": 3840,
        "49": 4285,
        "50": 5322,
        "51": 6241,
        "52": 6212,
        "53": 4584,
        "54": 5092,
        "55": 5077,
        "56": 6469,
        "57": 10072,
        "58": 10268,
        "59": 7094,
        "60": 11779,
        "61": 16382,
        "62": 41551,
        "63": 73734,
        "64": 25625,
        "65": 32587,
        "66": 72657,
        "67": 244688,
        "68": 538898,
        "69": 1756160,
        "70": 802236,
        "71": 301482,
        "72": 109475,
        "73": 32612,
        "74": 16673,
        "75": 9564,
        "76": 7558,
        "77": 9633,
        "78": 9647,
        "79": 8936,
        "80": 7841,
        "81": 7131,
        "82": 6969,
        "83": 6711,
        "84": 6367,
        "85": 6459,
        "86": 6596,
        "87": 7189,
        "88": 6928,
        "89": 6865,
        "90": 7448,
        "91": 7508,
        "92": 8086,
        "93": 8513,
        "94": 9509,
        "95": 9793,
        "96": 11536,
        "97": 12688,
        "98": 14017,
        "99": 16416,
        "100": 32960,
        "101": 134705
      }
    },
    {
      "name": "adapter_2",
      "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 30,
      "times_trimmed": 4089803,
      "length_distribution": {
        "1": 3126854,
        "2": 459270,
        "3": 74011,
        "4": 6487,
        "5": 3457,
        "6": 785,
        "7": 260,
        "8": 95,
        "9": 87,
        "10": 94,
        "11": 58,
        "12": 40,
        "13": 59,
        "14": 47,
        "15": 31,
        "16": 35,
        "17": 14,
        "18": 38,
        "19": 46,
        "20": 64,
        "21": 86,
        "22": 150,
        "23": 474,
        "24": 471,
        "25": 570,
        "26": 334,
        "27": 99,
        "28": 118,
        "29": 148,
        "30": 145,
        "31": 143,
        "32": 175,
        "33": 344,
        "34": 215,
        "35": 103,
        "36": 177,
        "37": 166,
        "38": 296,
        "39": 297,
        "40": 254,
        "41": 381,
        "42": 349,
        "43": 227,
        "44": 300,
        "45": 362,
        "46": 320,
        "47": 560,
        "48": 931,
        "49": 1194,
        "50": 514,
        "51": 662,
        "52": 581,
        "53": 1576,
        "54": 1302,
        "55": 2240,
        "56": 1683,
        "57": 3279,
        "58": 5477,
        "59": 9576,
        "60": 8856,
        "61": 3587,
        "62": 6965,
        "63": 10354,
        "64": 38377,
        "65": 47284,
        "66": 141388,
        "67": 36210,
        "68": 23528,
        "69": 10753,
        "70": 6885,
        "71": 3048,
        "72": 1850,
        "73": 1372,
        "74": 1027,
        "75": 825,
        "76": 492,
        "77": 502,
        "78": 517,
        "79": 565,
        "80": 590,
        "81": 573,
        "82": 553,
        "83": 649,
        "84": 589,
        "85": 648,
        "86": 683,
        "87": 745,
        "88": 731,
        "89": 702,
        "90": 797,
        "91": 834,
        "92": 912,
        "93": 962,
        "94": 1085,
        "95": 1155,
        "96": 1331,
        "97": 1554,
        "98": 2187,
        "99": 1707,
        "100": 3516,
        "101": 14804
      }
    }
  ],
  "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
}
