arnaudbore / registration_flow

Nextflow pipeline to register Nifti and Trk in a common space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration-flow pipeline

============================

Requirements

If you also want to transform tractograms (.trk):

Singularity

If you are on Linux, we recommend using the Singularity container to run registration-flow.

Download the available singularity image here: scilus-1.1.0_registrationflow-1.0.0.img

Then add the following to your nextflow run command:

-with-singularity /pathto/scilus-1.1.0_registrationflow-1.0.0.img

FOR DEVELOPERS: The containers repository is available here: Containers-Scilus

Docker

If you are on MacOS or Windows, we recommend using the Docker container to run registration-flow

Simply add the following to your nextflow run command: -with-docker scilus/scilus:1.1.0_registrationflow-1.0.0

FOR DEVELOPERS: The containers repository is available here: Containers-Scilus

Usage

See USAGE or run nextflow run main.nf --help

About

Nextflow pipeline to register Nifti and Trk in a common space


Languages

Language:Nextflow 100.0%