Module: mqc/gif
generates quality control (QC) screenshots between two MRI volumes or, if you give only one input, runs through all the images in a volume in 4d. It extracts the central sections (sagittal, coronal and axial) of the volumes, creates annotated mosaics and combines them into an animated GIF for rapid visual comparison.
| Type | Description | Mandatory | Pattern |
---|
meta | map | Groovy Map containing sample information e.g. [ id:'test', single_end:false ] | true | |
image1 | file | first image to be analysed, either to be compared with the second, or to be analysed across the whole set of images, in which case you need to be in 4d. | | *.{nii,nii.gz} |
image2 | file | seconde image to be analysed. | | *.{nii,nii.gz} |
Outputs
| Type | Description | Pattern |
---|
meta | map | Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ] | |
mqc_screenshots | file | .gif file containing quality control image for visually compares MRI volumes using middle-slice mosaics. | *_screenshots_merged_mqc.gif |
versions | file | File containing software versions | versions.yml |
Authors
@ThoumyreStanislas