Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

params.json 3.2 KB

You have to be logged in to leave a comment. Sign In
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
  1. {
  2. "sv": true,
  3. "mod": false,
  4. "snv": true,
  5. "bam_normal": "/media/groups/custflow/active/datasets/colo829_2024.03/basecalls/colo829bl/sup/PAU59807.d052sup4305mCG_5hmCGvHg38.bam",
  6. "bam_tumor": "/media/groups/custflow/active/datasets/colo829_2024.03/basecalls/colo829/sup/PAU61426.d052sup4305mCG_5hmCGvHg38.bam",
  7. "sample_name": "COLO829",
  8. "ref": "/media/groups/custflow/active/datasets/ref/GCA_000001405.15_GRCh38_no_alt_analysis_set.fasta",
  9. "bed": null,
  10. "tr_bed": null,
  11. "annotation": true,
  12. "out_dir": "/media/groups/custflow/active/sgriffiths/somvar-colo829/out",
  13. "ubam_map_threads": 8,
  14. "ubam_sort_threads": 3,
  15. "ubam_bam2fq_threads": 1,
  16. "tumor_min_coverage": 10,
  17. "normal_min_coverage": 10,
  18. "depth_window_size": 50000,
  19. "depth_intervals": false,
  20. "basecaller_cfg": "dna_r10.4.1_e8.2_400bps_sup@v4.2.0",
  21. "normal_vcf": null,
  22. "hybrid_mode_vcf": null,
  23. "genotyping_mode_vcf": null,
  24. "skip_haplotype_filter": false,
  25. "haplotype_filter_threads": 16,
  26. "ctg_name": "EMPTY",
  27. "include_all_ctgs": false,
  28. "snv_min_af": 0.05,
  29. "indel_min_af": 0.05,
  30. "min_contig_size": 0,
  31. "min_qual": 8,
  32. "min_cov": 4,
  33. "use_longphase": true,
  34. "use_longphase_intermediate": true,
  35. "print_ref_calls": false,
  36. "print_germline_calls": false,
  37. "germline": true,
  38. "phase_normal": false,
  39. "clairs_debug": false,
  40. "fast_mode": false,
  41. "clair3_phase_vcf": false,
  42. "clair3_ref_pct_full": 0.1,
  43. "clair3_var_pct_full": 0.7,
  44. "clair3_min_mq": 5,
  45. "GVCF": false,
  46. "vcf_fn": "EMPTY",
  47. "min_sv_length": 50,
  48. "nanomonsv_get_threads": 4,
  49. "classify_insert": false,
  50. "control_panel": null,
  51. "qv": null,
  52. "min_ref_support": 3,
  53. "genotype_sv": false,
  54. "force_strand": false,
  55. "modkit_args": null,
  56. "dss_threads": 1,
  57. "modkit_threads": 4,
  58. "help": false,
  59. "version": false,
  60. "aws_image_prefix": null,
  61. "aws_queue": null,
  62. "disable_ping": false,
  63. "monochrome_logs": false,
  64. "validate_params": true,
  65. "show_hidden_params": false,
  66. "schema_ignore_params": "show_hidden_params,validate_params,monochrome_logs,aws_queue,aws_image_prefix,wf",
  67. "wf": {
  68. "example_cmd": [
  69. "--snv",
  70. "--sv",
  71. "--mod",
  72. "--sample_name MYSAMPLE",
  73. "--ref wf-somatic-variation-demo/GCA_000001405.15_GRCh38_no_alt_analysis_set_chr20.fna",
  74. "--bed wf-somatic-variation-demo/demo.bed",
  75. "--bam_normal wf-somatic-variation-demo/demo_normal.bam",
  76. "--bam_tumor wf-somatic-variation-demo/demo_tumor.bam",
  77. "--basecaller_cfg dna_r10.4.1_e8.2_400bps_sup@v3.5.2",
  78. "--normal_min_coverage 0",
  79. "--tumor_min_coverage 0"
  80. ],
  81. "container_sha": "sha18cc2ea1fae27fc772e7b728957996119c1ec81a",
  82. "container_snp_sha": "sha92828097d0647c44c8db3958fd5985b14af9ec3a",
  83. "container_sv_sha": "shaa94980c361625f0d50dcaf5bcf2abd005d57ec2c",
  84. "container_mod_sha": "shaeedb131a939d3eea2f9bd4dbecec805c0fa20bdb",
  85. "common_sha": "sha1c5febff9f75143710826498b093d9769a5edbb9",
  86. "snpeff_tag": "sha1acac7c26e15955ec29021b28e6ee5a5140c245e",
  87. "dss_sha": "sha28cc44cacad092f1b074aca3548ff8ba9b483fc0",
  88. "agent": null
  89. }
  90. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...