{
  "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 --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/SRR6995996.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": 33409414,
    "reads_with_adapter": 24776890,
    "reads_written": 28523919,
    "reads_too_short": 4885495,
    "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": 2763989248
  },
  "adapter_trimming": [
    {
      "name": "adapter_1",
      "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 34,
      "times_trimmed": 17376713,
      "length_distribution": {
        "1": 9511604,
        "2": 854146,
        "3": 321485,
        "4": 208468,
        "5": 155787,
        "6": 149530,
        "7": 150206,
        "8": 111825,
        "9": 120865,
        "10": 119949,
        "11": 82378,
        "12": 101651,
        "13": 82550,
        "14": 79643,
        "15": 79716,
        "16": 70589,
        "17": 77161,
        "18": 76378,
        "19": 37656,
        "20": 52739,
        "21": 48377,
        "22": 50793,
        "23": 35072,
        "24": 35173,
        "25": 35651,
        "26": 29053,
        "27": 30615,
        "28": 35054,
        "29": 21892,
        "30": 27129,
        "31": 13006,
        "32": 22567,
        "33": 21811,
        "34": 20137,
        "35": 15103,
        "36": 12496,
        "37": 14795,
        "38": 14952,
        "39": 11073,
        "40": 12985,
        "41": 11309,
        "42": 11654,
        "43": 8555,
        "44": 8605,
        "45": 7567,
        "46": 6497,
        "47": 6195,
        "48": 5302,
        "49": 4862,
        "50": 6489,
        "51": 8922,
        "52": 8353,
        "53": 5735,
        "54": 6756,
        "55": 6426,
        "56": 8400,
        "57": 12846,
        "58": 13900,
        "59": 9494,
        "60": 15948,
        "61": 21282,
        "62": 51992,
        "63": 91354,
        "64": 29311,
        "65": 36969,
        "66": 78577,
        "67": 252354,
        "68": 532520,
        "69": 1555991,
        "70": 752046,
        "71": 297947,
        "72": 111007,
        "73": 33617,
        "74": 17420,
        "75": 9858,
        "76": 8024,
        "77": 10452,
        "78": 10122,
        "79": 9470,
        "80": 8146,
        "81": 7328,
        "82": 7039,
        "83": 6367,
        "84": 6031,
        "85": 6159,
        "86": 6514,
        "87": 6958,
        "88": 6535,
        "89": 6596,
        "90": 7087,
        "91": 7480,
        "92": 7790,
        "93": 8247,
        "94": 8897,
        "95": 9814,
        "96": 11237,
        "97": 12507,
        "98": 13970,
        "99": 16260,
        "100": 32934,
        "101": 136629
      }
    },
    {
      "name": "adapter_2",
      "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 30,
      "times_trimmed": 7400177,
      "length_distribution": {
        "1": 6131004,
        "2": 723009,
        "3": 126430,
        "4": 13151,
        "5": 6662,
        "6": 1466,
        "7": 444,
        "8": 149,
        "9": 179,
        "10": 168,
        "11": 110,
        "12": 86,
        "13": 84,
        "14": 94,
        "15": 65,
        "16": 75,
        "17": 48,
        "18": 106,
        "19": 91,
        "20": 152,
        "21": 179,
        "22": 250,
        "23": 627,
        "24": 720,
        "25": 877,
        "26": 574,
        "27": 158,
        "28": 280,
        "29": 324,
        "30": 276,
        "31": 283,
        "32": 245,
        "33": 239,
        "34": 441,
        "35": 407,
        "36": 379,
        "37": 341,
        "38": 461,
        "39": 523,
        "40": 450,
        "41": 864,
        "42": 810,
        "43": 483,
        "44": 487,
        "45": 684,
        "46": 653,
        "47": 936,
        "48": 1615,
        "49": 1574,
        "50": 662,
        "51": 899,
        "52": 709,
        "53": 2051,
        "54": 1718,
        "55": 2906,
        "56": 2116,
        "57": 4011,
        "58": 6542,
        "59": 11697,
        "60": 10604,
        "61": 3913,
        "62": 7115,
        "63": 11025,
        "64": 35388,
        "65": 42645,
        "66": 120953,
        "67": 33122,
        "68": 21011,
        "69": 10158,
        "70": 6612,
        "71": 2898,
        "72": 1769,
        "73": 1309,
        "74": 1028,
        "75": 732,
        "76": 458,
        "77": 500,
        "78": 542,
        "79": 514,
        "80": 571,
        "81": 511,
        "82": 521,
        "83": 495,
        "84": 510,
        "85": 599,
        "86": 617,
        "87": 632,
        "88": 643,
        "89": 634,
        "90": 694,
        "91": 786,
        "92": 854,
        "93": 918,
        "94": 954,
        "95": 1045,
        "96": 1239,
        "97": 1438,
        "98": 2124,
        "99": 1674,
        "100": 3341,
        "101": 14057
      }
    }
  ],
  "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
}
