-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
343 lines (343 loc) · 23.2 KB
/
ro-crate-metadata.json
File metadata and controls
343 lines (343 loc) · 23.2 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
342
343
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"creativeWorkStatus": "Stable",
"datePublished": "2025-08-13T13:06:56+00:00",
"description": "#  \n\n[](https://github.com/bigbio/quantms/actions/workflows/ci.yml)\n[](https://github.com/bigbio/quantms/actions/workflows/linting.yml)\n[](https://nf-co.re/quantms/results)\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.4.1)\n[](https://www.docker.com/)\n[](https://sylabs.io/docs/)\n[](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/quantms)\n\n[](https://nfcore.slack.com/channels/quantms)[](https://twitter.com/nf_core)[](https://mstdn.science/@nf_core)[](https://www.youtube.com/c/nf-core)\n\n## Introduction\n\n**bigbio/quantms** is a bioinformatics best-practice analysis pipeline for Quantitative Mass Spectrometry (MS). Currently, the workflow supports three major MS-based analytical methods: (i) Data dependant acquisition (DDA) label-free and Isobaric quantitation (e.g. TMT, iTRAQ); (ii) Data independent acquisition (DIA) label-free quantification (for details see our in-depth documentation on [quantms](https://quantms.readthedocs.io/en/latest/)).\n\n<p align=\"center\">\n <img src=\"docs/images/quantms.png\" alt=\"bigbio/quantms workflow overview\" width=\"60%\">\n</p>\n\nThe pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!\n\nOn release, automated continuous integration tests run the pipeline on a full-sized dataset on the AWS cloud infrastructure. This ensures that the pipeline runs on AWS, has sensible resource allocation defaults set to run on real-world datasets, and permits the persistent storage of results to benchmark between pipeline releases and other analysis sources. The results obtained from the full-sized test can be viewed on the [nf-core website](https://nf-co.re/quantms/results). This gives you a hint on which reports and file types are produced by the pipeline in a standard run. The automatic continuous integration tests on every pull request evaluate different workflows, including peptide identification, quantification for LFQ, LFQ-DIA, and TMT test datasets.\n\n## Pipeline summary\n\n**bigbio/quantms** allows uses to perform analyses of three main types of analytical mass spectrometry-based quantitative methods: DDA-LFQ, DDA-ISO, DIA-LFQ. Each of these workflows share some processes but also includes their own steps. In summary:\n\n### DDA-LFQ (data-dependent label-free quantification)\n\n1. RAW file conversion to mzML ([`thermorawfileparser`](https://github.com/compomics/ThermoRawFileParser))\n2. Peptide identification using [`comet`](https://uwpr.github.io/Comet/) and/or [`msgf+`](https://github.com/MSGFPlus/msgfplus)\n3. (Optional) Add extra PSM features using [`quantms-rescoring`](https://github.com/bigbio/quantms-rescoring)\n4. Re-scoring peptide identifications [`percolator`](https://github.com/percolator/percolator)\n5. Peptide identification FDR [`openms fdr tool`](https://github.com/bigbio/quantms/blob/HEAD/modules/local/openms/false_discovery_rate/main.nf)\n6. Modification localization [`onsite`](https://github.com/bigbio/onsite)\n7. Quantification: Feature detection [`proteomicsLFQ`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_ProteomicsLFQ.html)\n8. Protein inference and quantification [`proteomicsLFQ`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_ProteomicsLFQ.html)\n9. QC report generation [`pmultiqc`](https://github.com/bigbio/pmultiqc)\n10. Normalization, imputation, significance testing with [`MSstats`](https://github.com/VitekLab/MSstats)\n\n### DDA-ISO (data-dependent quantification via isobaric labelling)\n\n1. RAW file conversion to mzML ([`thermorawfileparser`](https://github.com/compomics/ThermoRawFileParser))\n2. Peptide identification using [`comet`](https://uwpr.github.io/Comet/) and/or [`msgf+`](https://github.com/MSGFPlus/msgfplus)\n3. (Optional) Add extra PSM features using [`quantms-rescoring`](https://github.com/bigbio/quantms-rescoring)\n4. Re-scoring peptide identifications [`percolator`](https://github.com/percolator/percolator)\n5. Peptide identification FDR [`openms fdr tool`](https://github.com/bigbio/quantms/blob/HEAD/modules/local/openms/false_discovery_rate/main.nf)\n6. Modification localization [`onsite`](https://github.com/bigbio/onsite)\n7. Extracts and normalizes isobaric labeling [`IsobaricAnalyzer`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_IsobaricAnalyzer.html)\n8. Protein inference [`ProteinInference`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_ProteinInference.html) or [`Epifany`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_Epifany.html) for bayesian inference.\n9. Protein Quantification [`ProteinQuantifier`](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/nightly/html/TOPP_ProteinQuantifier.html)\n10. QC report generation [`pmultiqc`](https://github.com/bigbio/pmultiqc)\n11. Normalization, imputation, significance testing with [`MSstats`](https://github.com/VitekLab/MSstats)\n\n### DIA-LFQ (data-independent label-free quantification)\n\n1. RAW file conversion to mzML when RAW as input([`thermorawfileparser`](https://github.com/compomics/ThermoRawFileParser))\n2. Performing an [optional step](https://github.com/bigbio/quantms/blob/HEAD/modules/local/utils/tdf2mzml/main.nf): Converting .d to mzML when bruker data as input and set `convert_dotd` to true\n3. DIA-NN analysis [`dia-nn`](https://github.com/vdemichev/DiaNN/)\n4. Generation of output files (msstats)\n5. QC reports generation [`pmultiqc`](https://github.com/bigbio/pmultiqc)\n\n### Functionality overview\n\nA graphical overview of suggested routes through the pipeline depending on context can be seen below.\n\n<p align=\"center\">\n <img src=\"docs/images/quantms_metro.png\" alt=\"bigbio/quantms metro map\" width=\"70%\">\n</p>\n\n## Usage\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. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.\n\n### Supported file formats\n\nThe pipeline supports the following mass spectrometry data file formats:\n\n- **`.raw`** - Thermo RAW files (automatically converted to mzML)\n- **`.mzML`** - Open standard mzML files\n- **`.d`** - Bruker timsTOF files (optionally converted to mzML when `--convert_dotd` is set)\n- **`.dia`** - DIA-NN native binary format (passed through without conversion)\n\nCompressed variants are supported for `.raw`, `.mzML`, and `.d` formats:\n\n- `.gz` (gzip compressed)\n- `.tar` (tar archive)\n- `.tar.gz` or `.tgz` (tar gzip compressed)\n- `.zip` (zip compressed)\n\nFirst, find or create a sample-to-data relationship file ([SDRF](https://github.com/bigbio/proteomics-sample-metadata)).\nHave a look at public datasets that were already annotated [here](https://github.com/bigbio/proteomics-sample-metadata/tree/master/annotated-projects).\nThose SDRFs should be ready for one-command re-analysis and you can just use the URL to the file on GitHub,\ne.g., `https://raw.githubusercontent.com/bigbio/proteomics-sample-metadata/master/annotated-projects/PXD000396/PXD000396.sdrf.tsv`.\nIf you create your own, please adhere to the specifications and point the pipeline to your local folder or a remote location where you uploaded it to.\n\nThe second requirement is a protein sequence database. We suggest downloading a database for the organism(s)/proteins of interest from [Uniprot](https://www.uniprot.org/proteomes?query=*).\n\nNow, you can run the pipeline using:\n\n```bash\nnextflow run bigbio/quantms \\\n -profile <docker/singularity/.../institute> \\\n --input project.sdrf.tsv \\\n --database database.fasta \\\n --outdir <OUTDIR>\n```\n\n> [!NOTE]\n> Conda is no longer supported in this pipeline. Please use Docker, Singularity, or other container-based profiles.\n\n> [!WARNING]\n> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;\n> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).\n\nFor more details and further functionality, please refer to the [usage documentation](https://nf-co.re/quantms/usage) and the [parameter documentation](https://nf-co.re/quantms/parameters).\n\n## Additional documentation and tutorial\n\nThe **bigbio/quantms** pipeline comes with a stand-alone [full documentation](https://quantms.readthedocs.io/en/latest/) including examples, benchmarks, and detailed explanation about the data analysis of proteomics data using quantms.\n\n## Pipeline output\n\nTo see the results of an example test run with a full size dataset refer to the [results](https://nf-co.re/quantms/results) tab on the nf-core website pipeline page.\nFor more details about the output files and reports, please refer to the\n[output documentation](https://nf-co.re/quantms/output).\n\n## Credits\n\nbigbio/quantms was originally written by: Chengxin Dai ([@daichengxin](https://github.com/daichengxin)), Julianus Pfeuffer ([@jpfeuffer](https://github.com/jpfeuffer)) and Yasset Perez-Riverol ([@ypriverol](https://github.com/ypriverol)).\n\nWe thank the following people for their extensive assistance in the development of this pipeline:\n\n- Timo Sachsenberg ([@timosachsenberg](https://github.com/timosachsenberg))\n- Wang Hong ([@WangHong007](https://github.com/WangHong007))\n- Henry Webel ([@enryH](https://github.com/enryH))\n- Fabian Egli ([@fabianegli](https://github.com/fabianegli))\n\n## Contributions and Support\n\nIf you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).\n\nFor further information or help, don't hesitate to get in touch on the [Slack `#quantms` channel](https://nfcore.slack.com/channels/quantms) (you can join with [this invite](https://nf-co.re/join/slack)).\n\n## How to cite\n\nIf you use **bigbio/quantms** for your analysis, please cite it using the following citation:\n\n> **quantms: a cloud-based pipeline for quantitative proteomics enables the reanalysis of public proteomics data**\n>\n> Chengxin Dai, Julianus Pfeuffer, Hong Wang, Ping Zheng, Lukas K\u00e4ll, Timo Sachsenberg, Vadim Demichev, Mingze Bai, Oliver Kohlbacher & Yasset Perez-Riverol\n>\n> _Nat Methods._ 2024 July 4. doi: [10.1038/s41592-024-02343-1](https://doi.org/10.1038/s41592-024-02343-1).\n\n## How to cite nf-core\n\nAn extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.\n\nYou can cite the `nf-core` publication as follows:\n\n> **The nf-core framework for community-curated bioinformatics pipelines.**\n>\n> Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.\n>\n> _Nat Biotechnol._ 2020 Feb 13. doi: [10.1038/s41587-020-0439-x](https://dx.doi.org/10.1038/s41587-020-0439-x).\n",
"hasPart": [
{
"@id": "main.nf"
},
{
"@id": "assets/"
},
{
"@id": "bin/"
},
{
"@id": "conf/"
},
{
"@id": "docs/"
},
{
"@id": "docs/images/"
},
{
"@id": "modules/"
},
{
"@id": "modules/local/"
},
{
"@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/quantms",
"license": "MIT",
"mainEntity": {
"@id": "main.nf"
},
"name": "bigbio/quantms"
},
{
"@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-8948-9209"
},
{
"@id": "https://orcid.org/0000-0001-6579-6941"
},
{
"@id": "https://orcid.org/0000-0001-8833-7617"
},
{
"@id": "#jspaezp@users.noreply.github.com"
},
{
"@id": "https://orcid.org/0000-0001-6943-5211"
},
{
"@id": "https://orcid.org/0000-0001-6943-5211"
}
],
"dateCreated": "",
"dateModified": "2025-08-13T14:06:56Z",
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
"keywords": [
"nf-core",
"nextflow",
"dia",
"lfq",
"mass-spec",
"mass-spectrometry",
"openms",
"proteogenomics",
"proteomics",
"tmt"
],
"license": [
"MIT"
],
"maintainer": [
{
"@id": "https://orcid.org/0000-0001-8948-9209"
},
{
"@id": "https://orcid.org/0000-0001-6579-6941"
},
{
"@id": "https://orcid.org/0000-0001-8833-7617"
}
],
"name": [
"bigbio/quantms"
],
"programmingLanguage": {
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow"
},
"sdPublisher": {
"@id": "https://nf-co.re/"
},
"url": [
"https://github.com/bigbio/quantms",
"https://nf-co.re/bigbio/quantms/1.6.0/"
],
"version": [
"1.6.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": "assets/",
"@type": "Dataset",
"description": "Additional files"
},
{
"@id": "bin/",
"@type": "Dataset",
"description": "Scripts that must be callable from a pipeline process"
},
{
"@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/local/",
"@type": "Dataset",
"description": "Pipeline-specific modules"
},
{
"@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-8948-9209",
"@type": "Person",
"email": "j.pfeuffer@fu-berlin.de",
"name": "Julianus Pfeuffer"
},
{
"@id": "https://orcid.org/0000-0001-6579-6941",
"@type": "Person",
"email": "ypriverol@gmail.com",
"name": "Yasset Perez-Riverol"
},
{
"@id": "https://orcid.org/0000-0001-8833-7617",
"@type": "Person",
"email": "heweb@dtu.dk",
"name": "Henry Webel"
},
{
"@id": "#jspaezp@users.noreply.github.com",
"@type": "Person",
"email": "jspaezp@users.noreply.github.com",
"name": "J. Sebastian Paez"
},
{
"@id": "https://orcid.org/0000-0001-6943-5211",
"@type": "Person",
"email": "37200167+daichengxin@users.noreply.github.com",
"name": "chengxin Dai"
}
]
}