{
  "tool": "Trim Galore",
  "schema_version": 1,
  "trim_galore_version": "2.3.0",
  "input_filenames": ["SRR6995993.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/SRR6995993.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": 25752634,
    "reads_with_adapter": 20647416,
    "reads_written": 21578440,
    "reads_too_short": 4174194,
    "reads_too_long": 0,
    "reads_too_many_n": 0,
    "reads_discarded_untrimmed": 0
  },
  "basepair_processing": {
    "total_bp_processed": 2601016034,
    "quality_trimmed_bp": 168252428,
    "total_bp_written": 2069942836
  },
  "adapter_trimming": [
    {
      "name": "adapter_1",
      "sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 34,
      "times_trimmed": 15188714,
      "length_distribution": {
        "1": 6840739,
        "2": 530677,
        "3": 289871,
        "4": 245414,
        "5": 222181,
        "6": 220611,
        "7": 227506,
        "8": 175902,
        "9": 191513,
        "10": 196172,
        "11": 135292,
        "12": 171830,
        "13": 142247,
        "14": 139284,
        "15": 139967,
        "16": 127430,
        "17": 140656,
        "18": 145278,
        "19": 61655,
        "20": 96917,
        "21": 89989,
        "22": 85396,
        "23": 72523,
        "24": 72821,
        "25": 65365,
        "26": 57306,
        "27": 54620,
        "28": 59734,
        "29": 41312,
        "30": 49189,
        "31": 24051,
        "32": 37710,
        "33": 27254,
        "34": 30437,
        "35": 22886,
        "36": 23895,
        "37": 19167,
        "38": 16416,
        "39": 14228,
        "40": 12203,
        "41": 11025,
        "42": 11521,
        "43": 9016,
        "44": 7892,
        "45": 7317,
        "46": 6619,
        "47": 5116,
        "48": 4547,
        "49": 4816,
        "50": 5410,
        "51": 6318,
        "52": 6050,
        "53": 4495,
        "54": 4513,
        "55": 4647,
        "56": 5950,
        "57": 8704,
        "58": 9025,
        "59": 6348,
        "60": 9994,
        "61": 13741,
        "62": 33871,
        "63": 67054,
        "64": 22889,
        "65": 29156,
        "66": 63733,
        "67": 211691,
        "68": 459702,
        "69": 1464926,
        "70": 644065,
        "71": 245045,
        "72": 89873,
        "73": 27596,
        "74": 13882,
        "75": 8056,
        "76": 6363,
        "77": 8172,
        "78": 8082,
        "79": 7352,
        "80": 6814,
        "81": 6296,
        "82": 5932,
        "83": 5649,
        "84": 5509,
        "85": 5684,
        "86": 5846,
        "87": 6287,
        "88": 6080,
        "89": 5947,
        "90": 6550,
        "91": 6879,
        "92": 7339,
        "93": 7632,
        "94": 8212,
        "95": 8981,
        "96": 10318,
        "97": 11326,
        "98": 12605,
        "99": 14595,
        "100": 29743,
        "101": 122274
      }
    },
    {
      "name": "adapter_2",
      "sequence": "CGGAAGAGCACACGTCTGAACTCCAGTCAC",
      "type": "regular 3'",
      "length": 30,
      "times_trimmed": 5458702,
      "length_distribution": {
        "1": 4561156,
        "2": 505818,
        "3": 56794,
        "4": 7031,
        "5": 4090,
        "6": 571,
        "7": 268,
        "8": 107,
        "9": 80,
        "10": 67,
        "11": 85,
        "12": 49,
        "13": 90,
        "14": 65,
        "15": 40,
        "16": 40,
        "17": 21,
        "18": 40,
        "19": 65,
        "20": 101,
        "21": 129,
        "22": 202,
        "23": 445,
        "24": 443,
        "25": 591,
        "26": 398,
        "27": 104,
        "28": 124,
        "29": 164,
        "30": 181,
        "31": 159,
        "32": 97,
        "33": 198,
        "34": 130,
        "35": 108,
        "36": 89,
        "37": 123,
        "38": 145,
        "39": 200,
        "40": 191,
        "41": 325,
        "42": 334,
        "43": 177,
        "44": 221,
        "45": 285,
        "46": 241,
        "47": 397,
        "48": 702,
        "49": 877,
        "50": 524,
        "51": 485,
        "52": 447,
        "53": 1183,
        "54": 1066,
        "55": 1779,
        "56": 1275,
        "57": 2469,
        "58": 4157,
        "59": 7478,
        "60": 7241,
        "61": 2922,
        "62": 5259,
        "63": 7887,
        "64": 28601,
        "65": 36210,
        "66": 108457,
        "67": 28099,
        "68": 17959,
        "69": 8227,
        "70": 5141,
        "71": 2233,
        "72": 1393,
        "73": 1003,
        "74": 864,
        "75": 603,
        "76": 393,
        "77": 397,
        "78": 433,
        "79": 417,
        "80": 468,
        "81": 437,
        "82": 455,
        "83": 511,
        "84": 494,
        "85": 502,
        "86": 521,
        "87": 595,
        "88": 533,
        "89": 610,
        "90": 623,
        "91": 697,
        "92": 696,
        "93": 808,
        "94": 821,
        "95": 913,
        "96": 1068,
        "97": 1253,
        "98": 1778,
        "99": 1409,
        "100": 2816,
        "101": 11734
      }
    }
  ],
  "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
}
