|
21 | 21 | { |
22 | 22 | "@id": "./", |
23 | 23 | "@type": "Dataset", |
24 | | - "creativeWorkStatus": "InProgress", |
25 | | - "datePublished": "2025-10-16T13:38:38+00:00", |
| 24 | + "creativeWorkStatus": "Stable", |
| 25 | + "datePublished": "2025-10-26T18:00:32+00:00", |
26 | 26 | "description": "<h1>\n <picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/images/nf-core-molkart_logo_dark.png\">\n <img alt=\"nf-core/molkart\" src=\"docs/images/nf-core-molkart_logo_light.png\">\n </picture>\n</h1>\n\n[](https://github.com/codespaces/new/nf-core/molkart)\n[](https://github.com/nf-core/molkart/actions/workflows/nf-test.yml)\n[](https://github.com/nf-core/molkart/actions/workflows/linting.yml)[](https://nf-co.re/molkart/results)[](https://doi.org/10.5281/zenodo.10650748)\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\n[](https://www.docker.com/)\n[](https://sylabs.io/docs/)\n[](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/molkart)\n\n[](https://nfcore.slack.com/channels/molkart)[](https://bsky.app/profile/nf-co.re)[](https://mstdn.science/@nf_core)[](https://www.youtube.com/c/nf-core)\n\n## Introduction\n\n**nf-core/molkart** is a pipeline for processing Molecular Cartography data from Resolve Bioscience (combinatorial FISH). It takes as input a table of FISH spot positions (x,y,z,gene), a corresponding DAPI image (`TIFF` format) and optionally an additional staining image in the `TIFF` format. nf-core/molkart performs end-to-end processing of the data including image processing, QC filtering of spots, cell segmentation, spot-to-cell assignment and reports quality metrics such as the spot assignment rate, average spots per cell and segmentation mask size ranges.\n\n<p align=\"center\">\n <img title=\"Molkart Workflow\" src=\"docs/images/molkart_workflow.png\" width=100%>\n</p>\n\nImage preprocessing\n\n- Fill the grid pattern in provided images ([`Mindagap`](https://github.com/ViriatoII/MindaGap))\n- Optionally apply contrast-limited adaptive histogram equalization\n- If a second (membrane) image is present, combine images into a multichannel stack (if required for segmentation)\n\nCell segmentation\n\n- Apply cell segmentation based on provided images, available options are: - [`Cellpose`](https://www.cellpose.org/) - [`Mesmer`](https://deepcell.readthedocs.io/en/master/API/deepcell.applications.html#mesmer) - [`ilastik`](https://www.ilastik.org/) - [`Stardist`](https://github.com/stardist/stardist)\n- Filter cells based on cell size to remove artifacts\n\nSpot processing\n\n- Find duplicated spots near grid lines ([`Mindagap`](https://github.com/ViriatoII/MindaGap))\n- Assign spots to segmented cells\n\nQuality control\n\n- Create quality-control metrics specific to this pipeline\n- provide them to ([`MultiQC`](http://multiqc.info/)) to create a report\n\n## Usage\n\n:::note\nIf you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how\nto set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline)\nwith `-profile test` before running the workflow on actual data.\n:::\n\nFirst, prepare a samplesheet with your input data that looks as follows:\n\n`samplesheet.csv`:\n\n```csv\nsample,nuclear_image,spot_locations,membrane_image\nsample0,sample0_DAPI.tiff,sample0_spots.txt,sample0_WGA.tiff\n```\n\nEach row represents an FOV (field-of-view). Columns represent the sample ID (all must be unique), the path to the respective nuclear image, the spot table, and optionally the path to the respective membrane image (or any additional image to improve segmentation).\n\nNow, you can run the pipeline using all default values with:\n\n```bash\nnextflow run nf-core/molkart \\\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/molkart/usage) and the [parameter documentation](https://nf-co.re/molkart/parameters).\n\n## Pipeline output\n\nThe pipeline outputs a matched cell-by-transcript table based on deduplicated spots and segmented cells, as well as preprocessing and segmentation intermediaries.\nTo see the results of an example test run with a full size dataset refer to the [results](https://nf-co.re/molkart/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/molkart/output).\n\n## Credits\n\nnf-core/molkart was originally written by Kresimir Bestak, Florian Wuennemann.\n\nWe thank [Maxime U Garcia](https://github.com/maxulysse) for his assistance and support in the development of this pipeline.\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 `#molkart` channel](https://nfcore.slack.com/channels/molkart) (you can join with [this invite](https://nf-co.re/join/slack)).\n\n## Citations\n\nIf you use nf-core/molkart for your analysis, please cite it using the following doi: [10.5281/zenodo.10650749](https://doi.org/10.5281/zenodo.10650749)\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 | 27 | "hasPart": [ |
28 | 28 | { |
|
105 | 105 | }, |
106 | 106 | "mentions": [ |
107 | 107 | { |
108 | | - "@id": "#5df3b29a-dab4-42f7-8eaf-08d6503be7ad" |
| 108 | + "@id": "#42e6be1b-cc76-4b5b-a080-b187b3d8f677" |
109 | 109 | } |
110 | 110 | ], |
111 | 111 | "name": "nf-core/molkart" |
|
137 | 137 | "@id": "#flowuenne@gmail.com" |
138 | 138 | }, |
139 | 139 | { |
140 | | - "@id": "#kbestak@gmail.com" |
| 140 | + "@id": "#86408271+kbestak@users.noreply.github.com" |
141 | 141 | } |
142 | 142 | ], |
143 | 143 | "dateCreated": "", |
144 | | - "dateModified": "2025-10-16T13:38:38Z", |
| 144 | + "dateModified": "2025-10-26T18:00:32Z", |
145 | 145 | "dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/", |
146 | 146 | "keywords": [ |
147 | 147 | "nf-core", |
|
169 | 169 | }, |
170 | 170 | "url": [ |
171 | 171 | "https://github.com/nf-core/molkart", |
172 | | - "https://nf-co.re/molkart/dev/" |
| 172 | + "https://nf-co.re/molkart/1.2.0/" |
173 | 173 | ], |
174 | 174 | "version": [ |
175 | | - "1.2.0dev" |
| 175 | + "1.2.0" |
176 | 176 | ] |
177 | 177 | }, |
178 | 178 | { |
|
188 | 188 | "version": "!>=25.04.0" |
189 | 189 | }, |
190 | 190 | { |
191 | | - "@id": "#5df3b29a-dab4-42f7-8eaf-08d6503be7ad", |
| 191 | + "@id": "#42e6be1b-cc76-4b5b-a080-b187b3d8f677", |
192 | 192 | "@type": "TestSuite", |
193 | 193 | "instance": [ |
194 | 194 | { |
195 | | - "@id": "#87079020-d198-48cf-bbbe-6f523267e2e9" |
| 195 | + "@id": "#d4089106-d164-4be7-9821-0046ded862a6" |
196 | 196 | } |
197 | 197 | ], |
198 | 198 | "mainEntity": { |
|
201 | 201 | "name": "Test suite for nf-core/molkart" |
202 | 202 | }, |
203 | 203 | { |
204 | | - "@id": "#87079020-d198-48cf-bbbe-6f523267e2e9", |
| 204 | + "@id": "#d4089106-d164-4be7-9821-0046ded862a6", |
205 | 205 | "@type": "TestInstance", |
206 | 206 | "name": "GitHub Actions workflow for testing nf-core/molkart", |
207 | 207 | "resource": "repos/nf-core/molkart/actions/workflows/nf-test.yml", |
|
346 | 346 | "name": "Florian Wuennemann" |
347 | 347 | }, |
348 | 348 | { |
349 | | - "@id": "#kbestak@gmail.com", |
| 349 | + "@id": "#86408271+kbestak@users.noreply.github.com", |
350 | 350 | "@type": "Person", |
351 | | - "email": "kbestak@gmail.com", |
| 351 | + "email": "86408271+kbestak@users.noreply.github.com", |
352 | 352 | "name": "Kre\u0161imir Be\u0161tak" |
353 | 353 | } |
354 | 354 | ] |
|
0 commit comments