-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnf-core-sarek.json
267 lines (267 loc) · 7.6 KB
/
nf-core-sarek.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"name": "nf-core-sarek",
"description": "Sarek is a workflow designed to detect variants on whole genome or targeted sequencing data. Initially designed for Human, and Mouse, it can work on any species with a reference genome. Sarek can also handle tumour / normal pairs and could include additional relapses.\n\nIt's built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.",
"homepage": "https://nf-co.re/sarek",
"biotoolsID": "nf-core-sarek",
"version": [
"2.0.0",
"2.1.0",
"2.2.0",
"2.2.1",
"2.2.2",
"2.3",
"2.3.FIX1",
"2.5",
"2.5.1",
"2.5.2",
"2.6",
"2.6.1"
],
"relation": [
{
"biotoolsID": "caw",
"type": "isNewVersionOf"
},
{
"type": "isNewVersionOf",
"biotoolsID": "sarek"
}
],
"function": [
{
"operation": [
{
"uri": "http://edamontology.org/operation_3731",
"term": "Sample comparison"
},
{
"uri": "http://edamontology.org/operation_0361",
"term": "Sequence annotation"
},
{
"uri": "http://edamontology.org/operation_3227",
"term": "Variant calling"
}
],
"input": [
{
"data": {
"uri": "http://edamontology.org/data_3497",
"term": "DNA sequence (raw)"
},
"format": [
{
"uri": "http://edamontology.org/format_1930",
"term": "FASTQ"
}
]
},
{
"data": {
"uri": "http://edamontology.org/data_3494",
"term": "DNA sequence"
},
"format": [
{
"uri": "http://edamontology.org/format_2572",
"term": "BAM"
}
]
}
],
"output": [
{
"data": {
"uri": "http://edamontology.org/data_3498",
"term": "Sequence variations"
},
"format": [
{
"uri": "http://edamontology.org/format_3016",
"term": "VCF"
}
]
}
]
}
],
"toolType": [
"Command-line tool",
"Workflow"
],
"topic": [
{
"uri": "http://edamontology.org/topic_2640",
"term": "Oncology"
},
{
"uri": "http://edamontology.org/topic_0622",
"term": "Genomics"
},
{
"uri": "http://edamontology.org/topic_3673",
"term": "Whole genome sequencing"
},
{
"uri": "http://edamontology.org/topic_0769",
"term": "Workflows"
}
],
"operatingSystem": [
"Linux"
],
"language": [
"Groovy"
],
"license": "MIT",
"collectionID": [
"nf-core"
],
"maturity": "Mature",
"accessibility": "Open access",
"link": [
{
"url": "https://github.com/nf-core/sarek",
"type": [
"Repository"
],
"note": "Github Repository"
},
{
"url": "https://nfcore.slack.com/channels/sarek",
"type": [
"Social media"
],
"note": "Slack channel"
}
],
"download": [
{
"url": "https://github.com/nf-core/sarek/releases/tag/2.6.1",
"type": "Source code",
"note": "Release 2.6.1",
"version": "2.6.1"
}
],
"documentation": [
{
"url": "https://nf-co.re/sarek",
"type": [
"General"
]
},
{
"url": "https://nf-co.re/sarek/usage",
"type": [
"User manual"
]
},
{
"url": "https://nf-co.re/usage/installation",
"type": [
"Installation instructions"
]
},
{
"url": "https://github.com/nf-core/sarek/blob/master/LICENSE",
"type": [
"Terms of use"
]
}
],
"publication": [
{
"doi": "10.12688/f1000research.16665.1",
"pmid": "32269765",
"pmcid": "PMC7111497",
"type": [
"Primary"
]
},
{
"doi": "10.1101/316976",
"type": [
"Other"
],
"note": "F1000 article preprint on BioRxiv"
},
{
"doi": "10.1038/s41587-020-0439-x",
"pmid": "32055031",
"type": [
"Other"
],
"note": "This is the publication about the nf-core framework"
}
],
"credit": [
{
"name": "Maxime U. Garcia",
"email": "maxime.garcia@scilifelab.se",
"url": "https://maxulysse.github.io/",
"orcidid": "https://orcid.org/0000-0003-2827-9261",
"typeEntity": "Person",
"typeRole": [
"Primary contact",
"Developer",
"Maintainer"
]
},
{
"name": "Szilvester Juhos",
"email": "szilveszter.juhos@scilifelab.se",
"typeEntity": "Person",
"typeRole": [
"Primary contact",
"Developer",
"Maintainer"
]
},
{
"name": "Science for Life Laboratory - SciLifeLab",
"url": "https://www.scilifelab.se/",
"typeEntity": "Institute"
},
{
"name": "National Genomics Infrastructure - NGI",
"url": "https://ngisweden.scilifelab.se/",
"typeEntity": "Division"
},
{
"name": "National Bioinformatics Infrastructure Sweden - NBIS",
"url": "https://nbis.se/",
"typeEntity": "Division"
},
{
"name": "Barntumörbanken",
"url": "https://ki.se/forskning/barntumorbanken",
"typeEntity": "Institute"
},
{
"name": "Quantitative Biology Center - QBiC",
"url": "https://www.qbic.uni-tuebingen.de/",
"typeEntity": "Institute"
},
{
"name": "nf-core",
"url": "https://nf-co.re",
"typeEntity": "Consortium"
}
],
"owner": "nf-core",
"editPermission": {
"type": "group",
"authors": [
"MaxUlysse",
"malinlarsson",
"szilva",
"fhanssen",
"JoseEspinosa",
"ewels",
"nf-core"
]
},
"validated": 0,
"homepage_status": 0,
"elixir_badge": 0
}