13
|
1 <tool id="dmri" name="Download dMRI" version="0.13.0">
|
|
2 <description>dataset</description>
|
0
|
3 <requirements>
|
|
4 <requirement type="package" version="0.13.0">dipy</requirement>
|
|
5 </requirements>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
2
|
7 python '$__tool_directory__/dmri.py'
|
0
|
8 --input '$input'
|
13
|
9 --output_png '$output_png'
|
17
|
10 --output_nifti1 '$output_nifti1'
|
0
|
11 ]]></command>
|
|
12 <inputs>
|
13
|
13 <param name="input" type="text" value="sherbrooke_3shell" label="dRMI dataset"/>
|
0
|
14 </inputs>
|
|
15 <outputs>
|
16
|
16 <data name="output_png" format="png" label="${tool.name}: middle axial slice without (left) and with (right) diffusion weighting" />
|
17
|
17 <data name="output_nifti1" format="nifti1" label="${tool.name}: Nifti1 image" />
|
0
|
18 </outputs>
|
|
19 <tests>
|
|
20 <test>
|
|
21 </test>
|
|
22 </tests>
|
|
23 <help>
|
|
24 **What it does**
|
|
25
|
|
26 -----
|
|
27
|
|
28 **Options**
|
|
29
|
|
30 </help>
|
|
31 <citations>
|
|
32 </citations>
|
|
33 </tool>
|