-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameters.json
More file actions
110 lines (110 loc) · 3.07 KB
/
Copy pathparameters.json
File metadata and controls
110 lines (110 loc) · 3.07 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"bwa_docker": {
"description": "Docker image for BWA-MEM2 and SAMtools"
},
"picard_docker": {
"description": "Docker image for Picard"
},
"deepvariant_docker": {
"description": "Docker image for DeepVariant"
},
"manta_docker": {
"description": "Docker image for Manta"
},
"cnvpytor_docker": {
"description": "Docker image for CNVpytor"
},
"samtools_docker": {
"description": "Docker image for SAMtools"
},
"expansionhunter_docker": {
"description": "Docker image for ExpansionHunter"
},
"expansionhunterdenovo_docker": {
"description": "Docker image for ExpansionHunterDenovo"
},
"multiqc_docker": {
"description": "Docker image for MultiQC"
},
"automap_docker": {
"description": "Docker image for Automap"
},
"mosdepth_docker": {
"description": "Docker image for Mosdepth"
},
"bcftools_docker": {
"description": "Docker image for BCFtools"
},
"hapcut2_docker": {
"description": "Docker image for Hapcut2"
},
"strling_docker": {
"description": "Docker image for STRling"
},
"input_type": {
"description": "Type of input data: fastq, bam, or cram"
},
"input_1": {
"description": "Primary input file: FASTQ R1 (fastq), BAM file (bam), or CRAM file (cram)",
"optional": false
},
"input_2": {
"description": "Secondary input file: FASTQ R2 (fastq), BAM index .bai (bam), or CRAM index .crai (cram) - optional for bam/cram",
"optional": false
},
"sample_name": {
"description": "Sample name"
},
"fasta": {
"description": "Reference genome fasta file"
},
"fai": {
"description": "Reference genome fai file"
},
"dict": {
"description": "Reference genome dictionary file (.dict)"
},
"fasta_0123": {
"description": "Reference genome 0123 file"
},
"fasta_amb": {
"description": "Reference genome amb file"
},
"fasta_ann": {
"description": "Reference genome ann file"
},
"fasta_bwt": {
"description": "Reference genome bwt file"
},
"fasta_str": {
"description": "Reference genome STR index file for STRling analysis (.str)"
},
"variant_catalog": {
"description": "Variant catalog file"
},
"min_anchor_mapq": {
"description": "Minimum anchor mapq"
},
"max_irr_mapq": {
"description": "Maximum irr mapq"
},
"fastp_docker": {
"description": "Docker image for Fastp"
},
"qualimap_docker": {
"description": "Docker image for Qualimap"
},
"genome": {
"description": "Genome"
},
"ref_qc": {
"description": "NA12878 reference genome QC files"
},
"mt_bed": {
"description": "Mitochondrial genes BED file for mosdepth coverage analysis"
},
"run_manta": {
"description": "Run Manta structural variant calling (true/false). Set to false to skip Manta analysis.",
"optional": true
}
}