|
a |
|
b/ro-crate-metadata.json |
|
|
1 |
{ |
|
|
2 |
"@context": [ |
|
|
3 |
"https://w3id.org/ro/crate/1.1/context", |
|
|
4 |
{ |
|
|
5 |
"GithubService": "https://w3id.org/ro/terms/test#GithubService", |
|
|
6 |
"JenkinsService": "https://w3id.org/ro/terms/test#JenkinsService", |
|
|
7 |
"PlanemoEngine": "https://w3id.org/ro/terms/test#PlanemoEngine", |
|
|
8 |
"TestDefinition": "https://w3id.org/ro/terms/test#TestDefinition", |
|
|
9 |
"TestInstance": "https://w3id.org/ro/terms/test#TestInstance", |
|
|
10 |
"TestService": "https://w3id.org/ro/terms/test#TestService", |
|
|
11 |
"TestSuite": "https://w3id.org/ro/terms/test#TestSuite", |
|
|
12 |
"TravisService": "https://w3id.org/ro/terms/test#TravisService", |
|
|
13 |
"definition": "https://w3id.org/ro/terms/test#definition", |
|
|
14 |
"engineVersion": "https://w3id.org/ro/terms/test#engineVersion", |
|
|
15 |
"instance": "https://w3id.org/ro/terms/test#instance", |
|
|
16 |
"resource": "https://w3id.org/ro/terms/test#resource", |
|
|
17 |
"runsOn": "https://w3id.org/ro/terms/test#runsOn" |
|
|
18 |
} |
|
|
19 |
], |
|
|
20 |
"@graph": [ |
|
|
21 |
{ |
|
|
22 |
"@id": "./", |
|
|
23 |
"@type": "Dataset", |
|
|
24 |
"creativeWorkStatus": "InProgress", |
|
|
25 |
"datePublished": "2025-01-27T14:45:57+00:00", |
|
|
26 |
"description": "<h1>\n <picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/images/nf-core-deepmodeloptim_logo_dark.png\">\n <img alt=\"nf-core/deepmodeloptim\" src=\"docs/images/nf-core-deepmodeloptim_logo_light.png\">\n </picture>\n</h1>\n\n[](https://github.com/nf-core/deepmodeloptim/actions/workflows/ci.yml)\n[](https://github.com/nf-core/deepmodeloptim/actions/workflows/linting.yml)[](https://nf-co.re/deepmodeloptim/results)[](https://doi.org/10.5281/zenodo.XXXXXXX)\n[](https://www.nf-test.com)\n\n[](https://www.nextflow.io/)\n[](https://docs.conda.io/en/latest/)\n[](https://www.docker.com/)\n[](https://sylabs.io/docs/)\n[](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/deepmodeloptim)\n\n[](https://nfcore.slack.com/channels/deepmodeloptim)[](https://twitter.com/nf_core)[](https://mstdn.science/@nf_core)[](https://www.youtube.com/c/nf-core)\n\n## Introduction\n\n**nf-core/deepmodeloptim** is a bioinformatics pipeline that ...\n\n<!-- TODO nf-core:\n Complete this sentence with a 2-3 sentence summary of what types of data the pipeline ingests, a brief overview of the\n major pipeline sections and the types of output it produces. You're giving an overview to someone new\n to nf-core here, in 15-20 seconds. For an example, see https://github.com/nf-core/rnaseq/blob/master/README.md#introduction\n-->\n\n<!-- TODO nf-core: Include a figure that guides the user through the major workflow steps. Many nf-core\n workflows use the \"tube map\" design for that. See https://nf-co.re/docs/contributing/design_guidelines#examples for examples. -->\n<!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->\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<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.\n Explain what rows and columns represent. For instance (please edit as appropriate):\n\nFirst, prepare a samplesheet with your input data that looks as follows:\n\n`samplesheet.csv`:\n\n```csv\nsample,fastq_1,fastq_2\nCONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz\n```\n\nEach row represents a fastq file (single-end) or a pair of fastq files (paired end).\n\n-->\n\nNow, you can run the pipeline using:\n\n<!-- TODO nf-core: update the following command to include all required parameters for a minimal example -->\n\n```bash\nnextflow run nf-core/deepmodeloptim \\\n -profile <docker/singularity/.../institute> \\\n --input samplesheet.csv \\\n --outdir <OUTDIR>\n```\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**_; see [docs](https://nf-co.re/docs/usage/getting_started/configuration#custom-configuration-files).\n\nFor more details and further functionality, please refer to the [usage documentation](https://nf-co.re/deepmodeloptim/usage) and the [parameter documentation](https://nf-co.re/deepmodeloptim/parameters).\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/deepmodeloptim/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/deepmodeloptim/output).\n\n## Credits\n\nnf-core/deepmodeloptim was originally written by Mathys Grapotte.\n\nWe thank the following people for their extensive assistance in the development of this pipeline:\n\n<!-- TODO nf-core: If applicable, make list of people who have also contributed -->\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 `#deepmodeloptim` channel](https://nfcore.slack.com/channels/deepmodeloptim) (you can join with [this invite](https://nf-co.re/join/slack)).\n\n## Citations\n\n<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->\n<!-- If you use nf-core/deepmodeloptim for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->\n\n<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->\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", |
|
|
27 |
"hasPart": [ |
|
|
28 |
{ |
|
|
29 |
"@id": "main.nf" |
|
|
30 |
}, |
|
|
31 |
{ |
|
|
32 |
"@id": "assets/" |
|
|
33 |
}, |
|
|
34 |
{ |
|
|
35 |
"@id": "conf/" |
|
|
36 |
}, |
|
|
37 |
{ |
|
|
38 |
"@id": "docs/" |
|
|
39 |
}, |
|
|
40 |
{ |
|
|
41 |
"@id": "docs/images/" |
|
|
42 |
}, |
|
|
43 |
{ |
|
|
44 |
"@id": "workflows/" |
|
|
45 |
}, |
|
|
46 |
{ |
|
|
47 |
"@id": "subworkflows/" |
|
|
48 |
}, |
|
|
49 |
{ |
|
|
50 |
"@id": "nextflow.config" |
|
|
51 |
}, |
|
|
52 |
{ |
|
|
53 |
"@id": "README.md" |
|
|
54 |
}, |
|
|
55 |
{ |
|
|
56 |
"@id": "nextflow_schema.json" |
|
|
57 |
}, |
|
|
58 |
{ |
|
|
59 |
"@id": "CHANGELOG.md" |
|
|
60 |
}, |
|
|
61 |
{ |
|
|
62 |
"@id": "LICENSE" |
|
|
63 |
}, |
|
|
64 |
{ |
|
|
65 |
"@id": "CODE_OF_CONDUCT.md" |
|
|
66 |
}, |
|
|
67 |
{ |
|
|
68 |
"@id": "CITATIONS.md" |
|
|
69 |
}, |
|
|
70 |
{ |
|
|
71 |
"@id": "modules.json" |
|
|
72 |
}, |
|
|
73 |
{ |
|
|
74 |
"@id": "docs/usage.md" |
|
|
75 |
}, |
|
|
76 |
{ |
|
|
77 |
"@id": "docs/output.md" |
|
|
78 |
}, |
|
|
79 |
{ |
|
|
80 |
"@id": ".nf-core.yml" |
|
|
81 |
}, |
|
|
82 |
{ |
|
|
83 |
"@id": ".pre-commit-config.yaml" |
|
|
84 |
}, |
|
|
85 |
{ |
|
|
86 |
"@id": ".prettierignore" |
|
|
87 |
} |
|
|
88 |
], |
|
|
89 |
"isBasedOn": "https://github.com/nf-core/deepmodeloptim", |
|
|
90 |
"license": "MIT", |
|
|
91 |
"mainEntity": { |
|
|
92 |
"@id": "main.nf" |
|
|
93 |
}, |
|
|
94 |
"mentions": [ |
|
|
95 |
{ |
|
|
96 |
"@id": "#9409a0dc-6aae-4911-8324-cd8f483edf4a" |
|
|
97 |
} |
|
|
98 |
], |
|
|
99 |
"name": "nf-core/deepmodeloptim" |
|
|
100 |
}, |
|
|
101 |
{ |
|
|
102 |
"@id": "ro-crate-metadata.json", |
|
|
103 |
"@type": "CreativeWork", |
|
|
104 |
"about": { |
|
|
105 |
"@id": "./" |
|
|
106 |
}, |
|
|
107 |
"conformsTo": [ |
|
|
108 |
{ |
|
|
109 |
"@id": "https://w3id.org/ro/crate/1.1" |
|
|
110 |
}, |
|
|
111 |
{ |
|
|
112 |
"@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0" |
|
|
113 |
} |
|
|
114 |
] |
|
|
115 |
}, |
|
|
116 |
{ |
|
|
117 |
"@id": "main.nf", |
|
|
118 |
"@type": ["File", "SoftwareSourceCode", "ComputationalWorkflow"], |
|
|
119 |
"dateCreated": "", |
|
|
120 |
"dateModified": "2025-01-27T14:45:57Z", |
|
|
121 |
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/", |
|
|
122 |
"keywords": [ |
|
|
123 |
"nf-core", |
|
|
124 |
"nextflow", |
|
|
125 |
"artificial-intelligence", |
|
|
126 |
"dataprocessing", |
|
|
127 |
"deeplearning", |
|
|
128 |
"genomics", |
|
|
129 |
"large-scale", |
|
|
130 |
"optimization", |
|
|
131 |
"prototyping-tool" |
|
|
132 |
], |
|
|
133 |
"license": ["MIT"], |
|
|
134 |
"name": ["nf-core/deepmodeloptim"], |
|
|
135 |
"programmingLanguage": { |
|
|
136 |
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow" |
|
|
137 |
}, |
|
|
138 |
"sdPublisher": { |
|
|
139 |
"@id": "https://nf-co.re/" |
|
|
140 |
}, |
|
|
141 |
"url": ["https://github.com/nf-core/deepmodeloptim", "https://nf-co.re/deepmodeloptim/dev/"], |
|
|
142 |
"version": ["1.0.0dev"] |
|
|
143 |
}, |
|
|
144 |
{ |
|
|
145 |
"@id": "https://w3id.org/workflowhub/workflow-ro-crate#nextflow", |
|
|
146 |
"@type": "ComputerLanguage", |
|
|
147 |
"identifier": { |
|
|
148 |
"@id": "https://www.nextflow.io/" |
|
|
149 |
}, |
|
|
150 |
"name": "Nextflow", |
|
|
151 |
"url": { |
|
|
152 |
"@id": "https://www.nextflow.io/" |
|
|
153 |
}, |
|
|
154 |
"version": "!>=24.04.2" |
|
|
155 |
}, |
|
|
156 |
{ |
|
|
157 |
"@id": "#9409a0dc-6aae-4911-8324-cd8f483edf4a", |
|
|
158 |
"@type": "TestSuite", |
|
|
159 |
"instance": [ |
|
|
160 |
{ |
|
|
161 |
"@id": "#1a6db2be-77de-4bd1-a2e0-b38728d1b764" |
|
|
162 |
} |
|
|
163 |
], |
|
|
164 |
"mainEntity": { |
|
|
165 |
"@id": "main.nf" |
|
|
166 |
}, |
|
|
167 |
"name": "Test suite for nf-core/deepmodeloptim" |
|
|
168 |
}, |
|
|
169 |
{ |
|
|
170 |
"@id": "#1a6db2be-77de-4bd1-a2e0-b38728d1b764", |
|
|
171 |
"@type": "TestInstance", |
|
|
172 |
"name": "GitHub Actions workflow for testing nf-core/deepmodeloptim", |
|
|
173 |
"resource": "repos/nf-core/deepmodeloptim/actions/workflows/ci.yml", |
|
|
174 |
"runsOn": { |
|
|
175 |
"@id": "https://w3id.org/ro/terms/test#GithubService" |
|
|
176 |
}, |
|
|
177 |
"url": "https://api.github.com" |
|
|
178 |
}, |
|
|
179 |
{ |
|
|
180 |
"@id": "https://w3id.org/ro/terms/test#GithubService", |
|
|
181 |
"@type": "TestService", |
|
|
182 |
"name": "Github Actions", |
|
|
183 |
"url": { |
|
|
184 |
"@id": "https://github.com" |
|
|
185 |
} |
|
|
186 |
}, |
|
|
187 |
{ |
|
|
188 |
"@id": "assets/", |
|
|
189 |
"@type": "Dataset", |
|
|
190 |
"description": "Additional files" |
|
|
191 |
}, |
|
|
192 |
{ |
|
|
193 |
"@id": "conf/", |
|
|
194 |
"@type": "Dataset", |
|
|
195 |
"description": "Configuration files" |
|
|
196 |
}, |
|
|
197 |
{ |
|
|
198 |
"@id": "docs/", |
|
|
199 |
"@type": "Dataset", |
|
|
200 |
"description": "Markdown files for documenting the pipeline" |
|
|
201 |
}, |
|
|
202 |
{ |
|
|
203 |
"@id": "docs/images/", |
|
|
204 |
"@type": "Dataset", |
|
|
205 |
"description": "Images for the documentation files" |
|
|
206 |
}, |
|
|
207 |
{ |
|
|
208 |
"@id": "workflows/", |
|
|
209 |
"@type": "Dataset", |
|
|
210 |
"description": "Main pipeline workflows to be executed in main.nf" |
|
|
211 |
}, |
|
|
212 |
{ |
|
|
213 |
"@id": "subworkflows/", |
|
|
214 |
"@type": "Dataset", |
|
|
215 |
"description": "Smaller subworkflows" |
|
|
216 |
}, |
|
|
217 |
{ |
|
|
218 |
"@id": "nextflow.config", |
|
|
219 |
"@type": "File", |
|
|
220 |
"description": "Main Nextflow configuration file" |
|
|
221 |
}, |
|
|
222 |
{ |
|
|
223 |
"@id": "README.md", |
|
|
224 |
"@type": "File", |
|
|
225 |
"description": "Basic pipeline usage information" |
|
|
226 |
}, |
|
|
227 |
{ |
|
|
228 |
"@id": "nextflow_schema.json", |
|
|
229 |
"@type": "File", |
|
|
230 |
"description": "JSON schema for pipeline parameter specification" |
|
|
231 |
}, |
|
|
232 |
{ |
|
|
233 |
"@id": "CHANGELOG.md", |
|
|
234 |
"@type": "File", |
|
|
235 |
"description": "Information on changes made to the pipeline" |
|
|
236 |
}, |
|
|
237 |
{ |
|
|
238 |
"@id": "LICENSE", |
|
|
239 |
"@type": "File", |
|
|
240 |
"description": "The license - should be MIT" |
|
|
241 |
}, |
|
|
242 |
{ |
|
|
243 |
"@id": "CODE_OF_CONDUCT.md", |
|
|
244 |
"@type": "File", |
|
|
245 |
"description": "The nf-core code of conduct" |
|
|
246 |
}, |
|
|
247 |
{ |
|
|
248 |
"@id": "CITATIONS.md", |
|
|
249 |
"@type": "File", |
|
|
250 |
"description": "Citations needed when using the pipeline" |
|
|
251 |
}, |
|
|
252 |
{ |
|
|
253 |
"@id": "modules.json", |
|
|
254 |
"@type": "File", |
|
|
255 |
"description": "Version information for modules from nf-core/modules" |
|
|
256 |
}, |
|
|
257 |
{ |
|
|
258 |
"@id": "docs/usage.md", |
|
|
259 |
"@type": "File", |
|
|
260 |
"description": "Usage documentation" |
|
|
261 |
}, |
|
|
262 |
{ |
|
|
263 |
"@id": "docs/output.md", |
|
|
264 |
"@type": "File", |
|
|
265 |
"description": "Output documentation" |
|
|
266 |
}, |
|
|
267 |
{ |
|
|
268 |
"@id": ".nf-core.yml", |
|
|
269 |
"@type": "File", |
|
|
270 |
"description": "nf-core configuration file, configuring template features and linting rules" |
|
|
271 |
}, |
|
|
272 |
{ |
|
|
273 |
"@id": ".pre-commit-config.yaml", |
|
|
274 |
"@type": "File", |
|
|
275 |
"description": "Configuration file for pre-commit hooks" |
|
|
276 |
}, |
|
|
277 |
{ |
|
|
278 |
"@id": ".prettierignore", |
|
|
279 |
"@type": "File", |
|
|
280 |
"description": "Ignore file for prettier" |
|
|
281 |
}, |
|
|
282 |
{ |
|
|
283 |
"@id": "https://nf-co.re/", |
|
|
284 |
"@type": "Organization", |
|
|
285 |
"name": "nf-core", |
|
|
286 |
"url": "https://nf-co.re/" |
|
|
287 |
} |
|
|
288 |
] |
|
|
289 |
} |