-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow_schema.json
210 lines (210 loc) · 5.28 KB
/
nextflow_schema.json
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/bostongene/pyigmap/main/nextflow_schema.json",
"title": "bostongene/pyigmap pipeline parameters",
"description": "A pipeline for extracting and summarizing TCR and BCR gene rearrangements from sequencing data",
"type": "object",
"definitions": {
"input_output_options": {
"title": "Input/output options",
"type": "object",
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": ["outdir"],
"properties": {
"outdir": {
"type": "string",
"format": "directory-path",
"description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.",
"fa_icon": "fas fa-folder-open",
"default": "./results"
}
}
},
"generic_options": {
"title": "Generic options",
"type": "object",
"fa_icon": "fas fa-file-import",
"description": "Less common options for the pipeline, typically set in a config file.",
"help_text": "These options are common to all nf-core pipelines and allow you to customise some of the core preferences for how the pipeline runs.\n\nTypically these options would be set in a Nextflow config file loaded for all pipeline runs, such as `~/.nextflow/config`.",
"properties": {
"help": {
"type": "boolean",
"description": "Display help text.",
"fa_icon": "fas fa-question-circle",
"hidden": true
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/input_output_options"
},
{
"$ref": "#/definitions/generic_options"
}
],
"properties": {
"fq1": {
"type": "string"
},
"fq2": {
"type": "string"
},
"sample_id": {
"type": "string",
"default": "sample"
},
"library": {
"type": "string"
},
"mock_merge_amplicon": {
"type": "boolean"
},
"fq1_pattern": {
"type": "string"
},
"fq2_pattern": {
"type": "string"
},
"out_pyumi_fq1": {
"type": "string",
"default": "pR1.fastq.gz"
},
"out_pyumi_fq2": {
"type": "string",
"default": "pR2.fastq.gz"
},
"out_pyumi_json": {
"type": "string",
"default": "pyumi.json"
},
"out_calib_dedup_fq1": {
"type": "string",
"default": "cR1.fastq.gz"
},
"out_calib_dedup_fq2": {
"type": "string",
"default": "cR2.fastq.gz"
},
"kmer_size": {
"type": "integer",
"default": 4
},
"minimizer_count": {
"type": "integer",
"default": 7
},
"minimizer_threshold": {
"type": "integer",
"default": 3
},
"error_tolerance": {
"type": "integer",
"default": 2
},
"out_fastp_fq1": {
"type": "string",
"default": "mR1.fastq.gz"
},
"out_fastp_fq2": {
"type": "string",
"default": "mR2.fastq.gz"
},
"out_fastp_fq12": {
"type": "string",
"default": "mR12.fastq.gz"
},
"out_fastp_json": {
"type": "string",
"default": "fastp.json"
},
"out_fastp_html": {
"type": "string",
"default": "fastp.html"
},
"insert_size": {
"type": "integer",
"default": 1
},
"disable": {
"type": "string",
"default": "length_filtering quality_filtering"
},
"vidjil_ref": {
"type": "string",
"default": "./bin/vidjil/vidjil.germline.tar.gz"
},
"out_vidjil_fasta": {
"type": "string",
"default": "vidjil.fasta.gz"
},
"out_vidjil_logs": {
"type": "string",
"default": "vidjil.log"
},
"igblast_receptor": {
"type": "string",
"default": "all"
},
"igblast_organism": {
"type": "string",
"default": "human"
},
"all_alleles": {
"type": "boolean"
},
"out_igblast_annotation": {
"type": "string",
"default": "raw_annotation.tsv.gz"
},
"igblast_ref": {
"type": "string",
"default": "./bin/igblast/igblast.reference.major_allele.tar.gz"
},
"olga_models": {
"type": "string",
"default": "./bin/cdr3nt_error_corrector/olga-models.tar.gz"
},
"out_corrected_annotation": {
"type": "string",
"default": "corrected_annotation.tsv"
},
"out_stat_json": {
"type": "string",
"default": "stat.json"
},
"out_archive": {
"type": "string",
"default": "pyigmap.tar.gz"
},
"default_corrector_options": {
"type": "string",
"default": "--error-rate 0.001 --discard-junctions-with-n --only-best-alignment --remove-chimeras"
},
"rnaseq_corrector_options": {
"type": "string",
"default": "--filter-pgen-singletons 0 --top-c-call --top-v-alignment-call"
},
"amplicon_corrector_options": {
"type": "string",
"default": "--skip-pgen-calculation"
},
"save_all": {
"type": "boolean"
},
"min_reads_per_cluster": {
"type": "integer",
"default": 1
},
"max_reads_per_cluster": {
"type": "integer",
"default": 50000
},
"first_reads": {
"type": "string",
"default": "all"
}
}
}