FNNDSC / pl-nii2mnc

nii2mnc ChRIS ds plugin, unsigned byte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pl-nii2mnc

Version MIT License Build

pl-nii2mnc is a ChRIS ds plugin wrapper around nii2mnc. It converts NIFTI images in its input directory into MINC files in a specified output directory. For every file in its input directory N, the output of the nii2mnc command itself is saved to {N}.nii2mnc.log.

chrisstore.co

Usage

apptainer exec docker://fnndsc/pl-nii2mnc niis2mncs [--unsigned] [--byte] input/ output/

input/ should be a directory of .nii (NIFTI) or .nii.gz (compressed NIFTI) files.

Examples

mkdir input output
cp examples/incoming/* input/
apptainer exec docker://fnndsc/pl-nii2mnc niis2mncs --unsigned --byte input/ output/

About

nii2mnc ChRIS ds plugin, unsigned byte

License:MIT License


Languages

Language:Python 85.5%Language:Dockerfile 12.0%Language:Shell 2.5%