-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
341 lines (341 loc) · 16 KB
/
ro-crate-metadata.json
File metadata and controls
341 lines (341 loc) · 16 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
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
{
"@context": [
"https://w3id.org/ro/crate/1.1/context",
{
"GithubService": "https://w3id.org/ro/terms/test#GithubService",
"JenkinsService": "https://w3id.org/ro/terms/test#JenkinsService",
"PlanemoEngine": "https://w3id.org/ro/terms/test#PlanemoEngine",
"TestDefinition": "https://w3id.org/ro/terms/test#TestDefinition",
"TestInstance": "https://w3id.org/ro/terms/test#TestInstance",
"TestService": "https://w3id.org/ro/terms/test#TestService",
"TestSuite": "https://w3id.org/ro/terms/test#TestSuite",
"TravisService": "https://w3id.org/ro/terms/test#TravisService",
"definition": "https://w3id.org/ro/terms/test#definition",
"engineVersion": "https://w3id.org/ro/terms/test#engineVersion",
"instance": "https://w3id.org/ro/terms/test#instance",
"resource": "https://w3id.org/ro/terms/test#resource",
"runsOn": "https://w3id.org/ro/terms/test#runsOn"
}
],
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"creativeWorkStatus": "InProgress",
"datePublished": "2026-02-20T15:36:51+00:00",
"description": "# quantmsdiann\n\n[](https://github.com/bigbio/quantmsdiann/actions/workflows/ci.yml)\n[](https://github.com/bigbio/quantmsdiann/actions/workflows/linting.yml)\n[](https://doi.org/10.5281/zenodo.15573386)\n[](https://www.nf-test.com)\n\n[](https://www.nextflow.io/)\n[](https://github.com/nf-core/tools/releases/tag/3.5.2)\n[](https://www.docker.com/)\n[](https://sylabs.io/docs/)\n\n## Introduction\n\n**quantmsdiann** is a [bigbio](https://github.com/bigbio) bioinformatics pipeline, built following [nf-core](https://nf-co.re/) guidelines, for **Data-Independent Acquisition (DIA)** quantitative mass spectrometry analysis using [DIA-NN](https://github.com/vdemichev/DiaNN).\n\nThe pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a portable manner. It uses Docker/Singularity containers making results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process, making it easy to maintain and update software dependencies.\n\n## Pipeline summary\n\n<p align=\"center\">\n <img src=\"docs/images/quantmsdiann_workflow.svg\" alt=\"quantmsdiann workflow\" width=\"800\">\n</p>\n\nThe pipeline takes [SDRF](https://github.com/bigbio/proteomics-metadata-standard) metadata and mass spectrometry data files (`.raw`, `.mzML`, `.d`, `.dia`) as input and performs:\n\n1. **Input validation** \u2014 SDRF parsing and validation\n2. **File preparation** \u2014 RAW to mzML conversion (ThermoRawFileParser), indexing, Bruker `.d` handling\n3. **In-silico spectral library generation** \u2014 or use a user-provided library (`--diann_speclib`)\n4. **Preliminary analysis** \u2014 per-file calibration and mass accuracy estimation\n5. **Empirical library assembly** \u2014 consensus library from preliminary results\n6. **Individual analysis** \u2014 per-file search with the empirical library\n7. **Final quantification** \u2014 protein/peptide/gene group matrices\n8. **MSstats conversion** \u2014 DIA-NN report to MSstats-compatible format\n9. **Quality control** \u2014 interactive QC report via [pmultiqc](https://github.com/bigbio/pmultiqc)\n\n## Supported DIA-NN Versions\n\n| Version | Profile | Container | Output format |\n| --------------- | -------------- | ------------------------------------------ | ------------- |\n| 1.8.1 (default) | `diann_v1_8_1` | `docker.io/biocontainers/diann:v1.8.1_cv1` | TSV |\n| 2.1.0 | `diann_v2_1_0` | `ghcr.io/bigbio/diann:2.1.0` | Parquet |\n| 2.2.0 | `diann_v2_2_0` | `ghcr.io/bigbio/diann:2.2.0` | Parquet |\n\nSwitch versions with `-profile diann_v2_1_0,docker`. See the [DIA-NN Version Selection](docs/usage.md#dia-nn-version-selection) section for details.\n\n## Quick start\n\n> [!NOTE]\n> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set up Nextflow.\n\n```bash\nnextflow run bigbio/quantmsdiann \\\n --input 'experiment.sdrf.tsv' \\\n --database 'proteins.fasta' \\\n --outdir './results' \\\n -profile docker\n```\n\n> [!WARNING]\n> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files specified with `-c` must only be used for [tuning process resource specifications](https://nf-co.re/docs/usage/configuration#tuning-workflow-resources), not for defining parameters.\n\n## Documentation\n\n- [Usage](docs/usage.md) \u2014 How to run the pipeline, input formats, optional outputs, and custom configuration\n- [Parameters](docs/parameters.md) \u2014 Complete reference of all pipeline parameters organised by category\n- [Output](docs/output.md) \u2014 Description of all output files produced by the pipeline\n\n## Credits\n\nquantmsdiann is developed and maintained by:\n\n- [Yasset Perez-Riverol](https://github.com/ypriverol) (EMBL-EBI)\n- [Dai Chengxin](https://github.com/daichengxin) (Beijing Proteome Research Center)\n- [Julianus Pfeuffer](https://github.com/jpfeuffer) (Freie Universitat Berlin)\n- [Vadim Demichev](https://github.com/vdemichev) (Charite Universitaetsmedizin Berlin)\n- [Qi-Xuan Yue](https://github.com/yueqixuan) (Chongqing University of Posts and Telecommunications)\n\n## Contributions and Support\n\nIf you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).\n\n## Citation\n\nIf you use quantmsdiann in your research, please cite:\n\n> Dai et al. \"quantms: a cloud-based pipeline for quantitative proteomics\" (2024). DOI: [10.5281/zenodo.15573386](https://doi.org/10.5281/zenodo.15573386)\n\nAn extensive list of references for the tools used by the pipeline can be found in the [CITATIONS.md](CITATIONS.md) file.\n\n## License\n\n[MIT](LICENSE)\n",
"hasPart": [
{
"@id": "main.nf"
},
{
"@id": "assets/"
},
{
"@id": "bin/"
},
{
"@id": "conf/"
},
{
"@id": "docs/"
},
{
"@id": "docs/images/"
},
{
"@id": "modules/"
},
{
"@id": "modules/nf-core/"
},
{
"@id": "workflows/"
},
{
"@id": "subworkflows/"
},
{
"@id": "nextflow.config"
},
{
"@id": "README.md"
},
{
"@id": "nextflow_schema.json"
},
{
"@id": "CHANGELOG.md"
},
{
"@id": "LICENSE"
},
{
"@id": "CODE_OF_CONDUCT.md"
},
{
"@id": "CITATIONS.md"
},
{
"@id": "modules.json"
},
{
"@id": "docs/usage.md"
},
{
"@id": "docs/output.md"
},
{
"@id": ".nf-core.yml"
},
{
"@id": ".pre-commit-config.yaml"
},
{
"@id": ".prettierignore"
}
],
"isBasedOn": "https://github.com/bigbio/quantmsdiann",
"license": "MIT",
"mainEntity": {
"@id": "main.nf"
},
"mentions": [
{
"@id": "#e08e8618-13c7-4107-9b03-f44529aa5fad"
}
],
"name": "bigbio/quantmsdiann"
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": [
{
"@id": "https://w3id.org/ro/crate/1.1"
},
{
"@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0"
}
]
},
{
"@id": "main.nf",
"@type": [
"File",
"SoftwareSourceCode",
"ComputationalWorkflow"
],
"creator": [
{
"@id": "https://orcid.org/0000-0001-6579-6941"
}
],
"dateCreated": "",
"dateModified": "2026-02-20T15:36:51Z",
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
"keywords": [
"nf-core",
"nextflow",
"dia",
"dia-nn",
"mass-spec",
"mass-spectrometry",
"proteomics",
"quantitative-proteomics"
],
"license": [
"MIT"
],
"maintainer": [
{
"@id": "https://orcid.org/0000-0001-6579-6941"
}
],
"name": [
"bigbio/quantmsdiann"
],
"programmingLanguage": {
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow"
},
"sdPublisher": {
"@id": "https://nf-co.re/"
},
"url": [
"https://github.com/bigbio/quantmsdiann",
"https://nf-co.re/bigbio/quantmsdiann/dev/"
],
"version": [
"1.0.0"
]
},
{
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow",
"@type": "ComputerLanguage",
"identifier": {
"@id": "https://www.nextflow.io/"
},
"name": "Nextflow",
"url": {
"@id": "https://www.nextflow.io/"
},
"version": "!>=25.04.0"
},
{
"@id": "#e08e8618-13c7-4107-9b03-f44529aa5fad",
"@type": "TestSuite",
"instance": [
{
"@id": "#3117cd02-e7cf-46fa-b9ff-69f935d897c9"
}
],
"mainEntity": {
"@id": "main.nf"
},
"name": "Test suite for bigbio/quantmsdiann"
},
{
"@id": "#3117cd02-e7cf-46fa-b9ff-69f935d897c9",
"@type": "TestInstance",
"name": "GitHub Actions workflow for testing bigbio/quantmsdiann",
"resource": "repos/bigbio/quantmsdiann/actions/workflows/nf-test.yml",
"runsOn": {
"@id": "https://w3id.org/ro/terms/test#GithubService"
},
"url": "https://api.github.com"
},
{
"@id": "https://w3id.org/ro/terms/test#GithubService",
"@type": "TestService",
"name": "Github Actions",
"url": {
"@id": "https://github.com"
}
},
{
"@id": "assets/",
"@type": "Dataset",
"description": "Additional files"
},
{
"@id": "bin/",
"@type": "Dataset",
"description": "Pipeline utility scripts"
},
{
"@id": "conf/",
"@type": "Dataset",
"description": "Configuration files"
},
{
"@id": "docs/",
"@type": "Dataset",
"description": "Markdown files for documenting the pipeline"
},
{
"@id": "docs/images/",
"@type": "Dataset",
"description": "Images for the documentation files"
},
{
"@id": "modules/",
"@type": "Dataset",
"description": "Modules used by the pipeline"
},
{
"@id": "modules/nf-core/",
"@type": "Dataset",
"description": "nf-core modules"
},
{
"@id": "workflows/",
"@type": "Dataset",
"description": "Main pipeline workflows to be executed in main.nf"
},
{
"@id": "subworkflows/",
"@type": "Dataset",
"description": "Smaller subworkflows"
},
{
"@id": "nextflow.config",
"@type": "File",
"description": "Main Nextflow configuration file"
},
{
"@id": "README.md",
"@type": "File",
"description": "Basic pipeline usage information"
},
{
"@id": "nextflow_schema.json",
"@type": "File",
"description": "JSON schema for pipeline parameter specification"
},
{
"@id": "CHANGELOG.md",
"@type": "File",
"description": "Information on changes made to the pipeline"
},
{
"@id": "LICENSE",
"@type": "File",
"description": "The license - should be MIT"
},
{
"@id": "CODE_OF_CONDUCT.md",
"@type": "File",
"description": "The nf-core code of conduct"
},
{
"@id": "CITATIONS.md",
"@type": "File",
"description": "Citations needed when using the pipeline"
},
{
"@id": "modules.json",
"@type": "File",
"description": "Version information for modules from nf-core/modules"
},
{
"@id": "docs/usage.md",
"@type": "File",
"description": "Usage documentation"
},
{
"@id": "docs/output.md",
"@type": "File",
"description": "Output documentation"
},
{
"@id": ".nf-core.yml",
"@type": "File",
"description": "nf-core configuration file, configuring template features and linting rules"
},
{
"@id": ".pre-commit-config.yaml",
"@type": "File",
"description": "Configuration file for pre-commit hooks"
},
{
"@id": ".prettierignore",
"@type": "File",
"description": "Ignore file for prettier"
},
{
"@id": "https://nf-co.re/",
"@type": "Organization",
"name": "nf-core",
"url": "https://nf-co.re/"
},
{
"@id": "https://orcid.org/0000-0001-6579-6941",
"@type": "Person",
"email": "ypriverol@gmail.com",
"name": "Yasset Perez-Riverol"
}
]
}