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'
|
|
10 --output_gtab '$output_gtab'
|
0
|
11 ]]></command>
|
|
12 <inputs>
|
13
|
13 <param name="input" type="text" value="sherbrooke_3shell" label="dRMI dataset"/>
|
0
|
14 </inputs>
|
|
15 <outputs>
|
13
|
16 <data name="output_png" format="png" label="${tool.name} (middle axial slice without [left] and with [right] diffusion weighting) on ${on_string}" />
|
|
17 <data name="output_gtab" format="txt" label="${tool.name} (gradient table info) on ${on_string}" />
|
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>
|