{
  "tool": "Trim Galore",
  "schema_version": 1,
  "trim_galore_version": "2.3.0",
  "input_filenames": ["SRR6995996.fastq.gz"],
  "mode": "single-end",
  "read_number": 1,
  "command_line": "trim_galore --cores 20 --quality 20 --length 20 --fastqc --fastqc_args --outdir ../output/02-qc-trim/fastqc-trimmed --output_dir ../data/trimmed-reads ../data/raw-reads/SRR6995996.fastq.gz",
  "parameters": {
    "quality_cutoff": 20,
    "adapters": [{"name": "Illumina", "sequence": "AGATCGGAAGAGC"}],
    "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": true,
    "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": 33409414,
    "reads_with_adapter": 17611436,
    "reads_written": 29629403,
    "reads_too_short": 3780011,
    "reads_too_long": 0,
    "reads_too_many_n": 0,
    "reads_discarded_untrimmed": 0
  },
  "basepair_processing": {
    "total_bp_processed": 3374350814,
    "quality_trimmed_bp": 220159975,
    "total_bp_written": 2845400263
  },
  "adapter_trimming": [
    {
      "name": "Illumina",
      "sequence": "AGATCGGAAGAGC",
      "type": "regular 3'",
      "length": 13,
      "times_trimmed": 17611436,
      "length_distribution": {
        "1": 10442109,
        "2": 858546,
        "3": 323061,
        "4": 208999,
        "5": 156468,
        "6": 150095,
        "7": 150683,
        "8": 112087,
        "9": 121113,
        "10": 120183,
        "11": 82513,
        "12": 101876,
        "13": 82802,
        "14": 79808,
        "15": 80044,
        "16": 70782,
        "17": 77593,
        "18": 76669,
        "19": 37746,
        "20": 52871,
        "21": 48510,
        "22": 50987,
        "23": 35225,
        "24": 35323,
        "25": 35800,
        "26": 29366,
        "27": 30804,
        "28": 35277,
        "29": 22003,
        "30": 27014,
        "31": 12785,
        "32": 21700,
        "33": 20186,
        "34": 19001,
        "35": 14386,
        "36": 11967,
        "37": 13575,
        "38": 13727,
        "39": 10169,
        "40": 11801,
        "41": 10037,
        "42": 10199,
        "43": 7545,
        "44": 7278,
        "45": 6505,
        "46": 5769,
        "47": 5357,
        "48": 4426,
        "49": 4041,
        "50": 5250,
        "51": 7084,
        "52": 6642,
        "53": 4818,
        "54": 5451,
        "55": 5173,
        "56": 6834,
        "57": 10395,
        "58": 11081,
        "59": 7370,
        "60": 12415,
        "61": 16006,
        "62": 40675,
        "63": 71680,
        "64": 22344,
        "65": 27767,
        "66": 60311,
        "67": 205204,
        "68": 445144,
        "69": 1354225,
        "70": 645223,
        "71": 244033,
        "72": 91071,
        "73": 26535,
        "74": 13931,
        "75": 8024,
        "76": 6493,
        "77": 8718,
        "78": 8528,
        "79": 8007,
        "80": 6845,
        "81": 6103,
        "82": 5921,
        "83": 5230,
        "84": 4955,
        "85": 4970,
        "86": 5269,
        "87": 5662,
        "88": 5293,
        "89": 5353,
        "90": 5769,
        "91": 6086,
        "92": 6382,
        "93": 6697,
        "94": 7313,
        "95": 8005,
        "96": 9214,
        "97": 10205,
        "98": 11439,
        "99": 13235,
        "100": 26743,
        "101": 111504
      }
    }
  ],
  "poly_a_trimming": {
    "reads_trimmed": 0,
    "bases_removed": 0
  },
  "poly_g_trimming": {
    "reads_trimmed": 422934,
    "bases_removed": 1729806
  },
  "rrbs": {
    "trimmed_3prime": 0,
    "trimmed_5prime": 0,
    "r2_clipped_5prime": 0
  },
  "pair_validation": null,
  "passthrough": null
}
