view create_streamlines.xml @ 15:010f61a2276d draft default tip

Uploaded
author greg
date Thu, 30 Nov 2017 10:22:42 -0500
parents 7b98048e1904
children
line wrap: on
line source

<tool id="create_streamlines" name="Create streamlines" version="0.13.0">
    <description>within brain images</description>
    <requirements>
        <requirement type="package" version="0.13.0">dipy</requirement>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/create_streamlines.py'
--input $input
--input_extra_files_path '$input.extra_files_path'
--output_trackvis_header '$output_trackvis_header'
--output_superiorfrontal_nifti '$output_superiorfrontal_nifti'
--output_superiorfrontal_nifti_files_path '$output_superiorfrontal_nifti.files_path'
&>/dev/null
    ]]></command>
    <inputs>
        <param name="input" type="data" format="nifti1" label="dRMI dataset and label map"/>
    </inputs>
    <outputs>
        <data name="output_superiorfrontal_nifti" format="nifti1" label="${tool.name}: Superiorfrontal" />
        <data name="output_trackvis_header" format="trackvis" label="${tool.name}: Superiorfrontal Track Visualization Header" />
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help>
**What it does**

Uses the target function to target streamlines that either pass through or do
not pass through some region of the brain, the connectivity_matrix groups function
to count streamlines based on where in the brain they begin and end and the density
map function to count the number of streamlines that pass though every voxel of some image.

-----

**Options**

    </help>
    <citations>
    </citations>
</tool>