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'
|
20
|
8 --drmi_dataset $drmi_dataset
|
13
|
9 --output_png '$output_png'
|
17
|
10 --output_nifti1 '$output_nifti1'
|
0
|
11 ]]></command>
|
|
12 <inputs>
|
20
|
13 <param name="drmi_dataset" type="select" label="dRMI dataset">
|
|
14 <option value="sherbrooke_3shell" selected="true">sherbrooke_3shell</option>
|
|
15 <option value="stanford_hardi">stanford_hardi</option>
|
|
16 </param>
|
0
|
17 </inputs>
|
|
18 <outputs>
|
16
|
19 <data name="output_png" format="png" label="${tool.name}: middle axial slice without (left) and with (right) diffusion weighting" />
|
17
|
20 <data name="output_nifti1" format="nifti1" label="${tool.name}: Nifti1 image" />
|
0
|
21 </outputs>
|
|
22 <tests>
|
|
23 <test>
|
|
24 </test>
|
|
25 </tests>
|
|
26 <help>
|
|
27 **What it does**
|
|
28
|
|
29 -----
|
|
30
|
|
31 **Options**
|
|
32
|
|
33 </help>
|
|
34 <citations>
|
|
35 </citations>
|
|
36 </tool>
|