|
| 1 | +name: "numorph_3dunet" |
| 2 | +description: "3DUnet for cell nuclei quantification on 3D microscopy images of the |
| 3 | + numorph toolkit." |
| 4 | +keywords: |
| 5 | + - segmentation |
| 6 | + - cell nuclei |
| 7 | + - light-sheet microscopy |
| 8 | + - numorph |
| 9 | +tools: |
| 10 | + - "numorph_3dunet": |
| 11 | + description: "This package contains the original 3DUnet for cell nuclei quantification |
| 12 | + on 3D microscopy images of the numorph toolkit." |
| 13 | + homepage: "https://github.com/qbic-pipelines/numorph_3dunet" |
| 14 | + documentation: "https://github.com/qbic-pipelines/numorph_3dunet" |
| 15 | + tool_dev_url: "https://github.com/qbic-pipelines/numorph_3dunet" |
| 16 | + licence: |
| 17 | + - "MIT" |
| 18 | + identifier: "" |
| 19 | +input: |
| 20 | + - - meta: |
| 21 | + type: map |
| 22 | + description: | |
| 23 | + Groovy Map containing sample information |
| 24 | + e.g. `[ id:'sample1' ]` |
| 25 | + - img_directory: |
| 26 | + type: directory |
| 27 | + description: Directory containing stitched image files |
| 28 | + pattern: "*.{tif,tiff}" |
| 29 | + ontologies: |
| 30 | + - edam: "http://edamontology.org/format_3591" |
| 31 | + - edam: "http://edamontology.org/format_3727" |
| 32 | + - parameter_file: |
| 33 | + type: file |
| 34 | + description: File containing parameters for numorph tools |
| 35 | + pattern: "*.{csv}" |
| 36 | + ontologies: |
| 37 | + - edam: "http://edamontology.org/format_3752" |
| 38 | + - model_file: |
| 39 | + type: file |
| 40 | + description: File containing the trained model |
| 41 | + pattern: "*.{h5}" |
| 42 | + ontologies: |
| 43 | + - edam: "http://edamontology.org/format_3590" |
| 44 | +output: |
| 45 | + cellcounts: |
| 46 | + - - meta: |
| 47 | + type: map |
| 48 | + description: | |
| 49 | + Groovy Map containing sample information |
| 50 | + e.g. `[ id:'sample1' ]` |
| 51 | + - ${prefix}/: |
| 52 | + type: directory |
| 53 | + description: Directory containing cell count results |
| 54 | + pattern: "${meta.id}/" |
| 55 | + |
| 56 | + versions_numorph_3dunet: |
| 57 | + - - ${task.process}: |
| 58 | + type: string |
| 59 | + description: The name of the process |
| 60 | + - numorph_3dunet: |
| 61 | + type: string |
| 62 | + description: The name of the tool |
| 63 | + - "numorph_3dunet --version": |
| 64 | + type: eval |
| 65 | + description: The expression to obtain the version of the tool |
| 66 | +topics: |
| 67 | + versions: |
| 68 | + - - "${task.process}": |
| 69 | + type: string |
| 70 | + description: The name of the process |
| 71 | + - "numorph_3dunet": |
| 72 | + type: string |
| 73 | + description: The name of the tool |
| 74 | + - "numorph_3dunet --version": |
| 75 | + type: eval |
| 76 | + description: The expression to obtain the version of the tool |
| 77 | +authors: |
| 78 | + - "@CaroAMN" |
| 79 | +maintainers: |
| 80 | + - "@CaroAMN" |
0 commit comments