forked from nf-core/lsmquant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yml
More file actions
49 lines (49 loc) · 1.42 KB
/
Copy pathmeta.yml
File metadata and controls
49 lines (49 loc) · 1.42 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json
name: "numorph_preprocessing"
description: preprocessing (intensity adjustment, alignment, stitching) of 2D single channel single tile TIFF images.
keywords:
- intensity
- alignment
- stitching
- tiff
components:
- numorphintensity
- numorphalign
- numorphstitch
- mat2json
input:
- samplesheet:
type: tuple
description: |
The input channel containing the metadata, image directory and parameter file.
Structure: [ val(meta), path(img_directory), path(parameter_file)]
pattern: "*.{tif/tiff/csv}"
output:
- stitched:
type: path
description: |
Channel containing path to stitched Tiff files
Structure: [ val(meta), path(stitched) ]
pattern: "*.tif/tiff"
- intensity_thresholds:
type: file
description: |
Channel containing intensity threshold (MAT) file
Structure: path(thresholds_mat)
pattern: "*.mat"
- NM_variables:
type: file
description: |
Channel containing numorph processing parameter file (MAT)
Structure: path(NM_variables.mat)
pattern: "*.mat"
- versions:
type: file
description: |
File containing software versions
Structure: [ path(versions.yml) ]
pattern: "versions.yml"
authors:
- "@CaroAMN"
maintainers:
- "@CaroAMN"