File: filter.json

package info (click to toggle)
bbmap 39.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,760 kB
  • sloc: java: 267,418; sh: 15,163; python: 5,247; ansic: 2,074; perl: 96; xml: 38; makefile: 38
file content (45 lines) | stat: -rwxr-xr-x 1,465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# metadata.json file for filtering
{
  "inputs": ["<seq_unit_name>"],
  "metadata": {
    "analysis_project_id" : [<analysis_project_id>],
    "analysis_task_id" : [<analysis_task_id>],
    "library_name": ["<library_name>"], 
    "sequencing_project_id": [<seq_project_id>], 
    "seq_unit_name" : ["<seq_unit_base_name>"],
    "filter_product_type" : "<filter_method>",
    "input_read_count": <input_read_count>,
    "input_base_count" : <input_base_count>,
    "filter_reads_count" : <filter_read_count>,
    "filter_base_count" : <filter_base_count>,
    "filter_reads_count_pct" : <filter_read_count_pct>,
    "filter_base_count_pct" : <filter_base_count_pct>,
    "bbtools_version" : "<bbtools_version>",
    "filter_pipeline_version" : "<filter_pipeline_version>",
    "rqc_filter_command" : "<rqc_filter_command>"
  }, 
  "outputs": [
    {
      "file": "<filter_fastq_file>", 
      "label": "filtered_fastq",
      "metadata" : { "illumina_sdm_seq_unit_id" : <sdm_seq_unit_id>, "fastq_type" : "filtered" }
    },
    {
      "file": "<filter_chaff_fastq_file>", 
      "label": "filtered_reads_chaff",
      "metadata" : { "illumina_sdm_seq_unit_id" : <sdm_seq_unit_id> }
    },    
    {
      "file" : "<filter_txt_report>",
      "label" : "filtered_report"
    },
    {
      "file" : "<filter_txt_method>",
      "label" : "filtered_methods_report"
    },
    {
      "file" : "<filter_commands>",
      "label" : "filter_commands"
    }    
  ]
}