{
  "tool": "Trim Galore",
  "schema_version": 1,
  "trim_galore_version": "2.3.0",
  "input_filenames": ["SRR6995994.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/SRR6995994.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": 9188940,
    "reads_with_adapter": 8607160,
    "reads_written": 2835345,
    "reads_too_short": 6353595,
    "reads_too_long": 0,
    "reads_too_many_n": 0,
    "reads_discarded_untrimmed": 0
  },
  "basepair_processing": {
    "total_bp_processed": 928082940,
    "quality_trimmed_bp": 208253890,
    "total_bp_written": 251483409
  },
  "adapter_trimming": [
    {
      "name": "adapter_1",
      "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 34,
      "times_trimmed": 7439952,
      "length_distribution": {
        "1": 347934,
        "2": 125307,
        "3": 45297,
        "4": 40566,
        "5": 36746,
        "6": 40795,
        "7": 47574,
        "8": 28252,
        "9": 33695,
        "10": 40547,
        "11": 20912,
        "12": 38464,
        "13": 27295,
        "14": 29768,
        "15": 30445,
        "16": 33557,
        "17": 31075,
        "18": 36248,
        "19": 16267,
        "20": 27107,
        "21": 26911,
        "22": 29189,
        "23": 19910,
        "24": 23461,
        "25": 26693,
        "26": 20628,
        "27": 24206,
        "28": 29395,
        "29": 20660,
        "30": 26282,
        "31": 11838,
        "32": 25359,
        "33": 21055,
        "34": 22811,
        "35": 17850,
        "36": 20524,
        "37": 17720,
        "38": 14725,
        "39": 28328,
        "40": 20944,
        "41": 22551,
        "42": 19911,
        "43": 16323,
        "44": 19157,
        "45": 17065,
        "46": 13603,
        "47": 11823,
        "48": 10787,
        "49": 10449,
        "50": 10791,
        "51": 16404,
        "52": 15229,
        "53": 10085,
        "54": 10747,
        "55": 9561,
        "56": 14401,
        "57": 19383,
        "58": 20471,
        "59": 11855,
        "60": 18716,
        "61": 24039,
        "62": 72662,
        "63": 99768,
        "64": 27713,
        "65": 35364,
        "66": 79764,
        "67": 263320,
        "68": 615433,
        "69": 2019856,
        "70": 1183447,
        "71": 460639,
        "72": 165385,
        "73": 47645,
        "74": 23096,
        "75": 12982,
        "76": 10596,
        "77": 14072,
        "78": 13616,
        "79": 12458,
        "80": 10898,
        "81": 9525,
        "82": 9000,
        "83": 8158,
        "84": 7965,
        "85": 8036,
        "86": 8417,
        "87": 8856,
        "88": 8481,
        "89": 8698,
        "90": 9063,
        "91": 9542,
        "92": 10159,
        "93": 10725,
        "94": 11784,
        "95": 12510,
        "96": 14251,
        "97": 16124,
        "98": 17814,
        "99": 20616,
        "100": 41429,
        "101": 170394
      }
    },
    {
      "name": "adapter_2",
      "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 30,
      "times_trimmed": 1167208,
      "length_distribution": {
        "1": 504853,
        "2": 140389,
        "3": 36452,
        "4": 2216,
        "5": 1247,
        "6": 218,
        "7": 62,
        "8": 30,
        "9": 35,
        "10": 33,
        "11": 41,
        "12": 32,
        "13": 46,
        "14": 35,
        "15": 59,
        "16": 57,
        "17": 30,
        "18": 36,
        "19": 62,
        "20": 99,
        "21": 130,
        "22": 188,
        "23": 549,
        "24": 517,
        "25": 651,
        "26": 447,
        "27": 122,
        "28": 128,
        "29": 185,
        "30": 213,
        "31": 208,
        "32": 140,
        "33": 206,
        "34": 228,
        "35": 211,
        "36": 542,
        "37": 468,
        "38": 712,
        "39": 782,
        "40": 688,
        "41": 1722,
        "42": 1097,
        "43": 626,
        "44": 727,
        "45": 900,
        "46": 760,
        "47": 970,
        "48": 2299,
        "49": 2522,
        "50": 878,
        "51": 1170,
        "52": 934,
        "53": 2865,
        "54": 2145,
        "55": 3781,
        "56": 2216,
        "57": 4339,
        "58": 6984,
        "59": 13439,
        "60": 9614,
        "61": 3274,
        "62": 6316,
        "63": 10139,
        "64": 36345,
        "65": 49514,
        "66": 150199,
        "67": 47741,
        "68": 32474,
        "69": 14839,
        "70": 9148,
        "71": 3903,
        "72": 2306,
        "73": 1639,
        "74": 1296,
        "75": 990,
        "76": 558,
        "77": 643,
        "78": 686,
        "79": 622,
        "80": 601,
        "81": 679,
        "82": 651,
        "83": 628,
        "84": 681,
        "85": 666,
        "86": 722,
        "87": 774,
        "88": 858,
        "89": 809,
        "90": 872,
        "91": 918,
        "92": 1040,
        "93": 1079,
        "94": 1195,
        "95": 1278,
        "96": 1399,
        "97": 1705,
        "98": 2418,
        "99": 1936,
        "100": 3929,
        "101": 16403
      }
    }
  ],
  "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
}
