Mercurial > repos > greg > drmi
comparison dmri.xml @ 17:947059a3876d draft
Uploaded
author | greg |
---|---|
date | Fri, 03 Nov 2017 14:45:38 -0400 |
parents | 84c254c372af |
children | fcdb8f5e9c8f |
comparison
equal
deleted
inserted
replaced
16:84c254c372af | 17:947059a3876d |
---|---|
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
7 python '$__tool_directory__/dmri.py' | 7 python '$__tool_directory__/dmri.py' |
8 --input '$input' | 8 --input '$input' |
9 --output_png '$output_png' | 9 --output_png '$output_png' |
10 --output_gtab '$output_gtab' | 10 --output_nifti1 '$output_nifti1' |
11 ]]></command> | 11 ]]></command> |
12 <inputs> | 12 <inputs> |
13 <param name="input" type="text" value="sherbrooke_3shell" label="dRMI dataset"/> | 13 <param name="input" type="text" value="sherbrooke_3shell" label="dRMI dataset"/> |
14 </inputs> | 14 </inputs> |
15 <outputs> | 15 <outputs> |
16 <data name="output_png" format="png" label="${tool.name}: middle axial slice without (left) and with (right) diffusion weighting" /> | 16 <data name="output_png" format="png" label="${tool.name}: middle axial slice without (left) and with (right) diffusion weighting" /> |
17 <data name="output_gtab" format="txt" label="${tool.name}: gradient table info" /> | 17 <data name="output_nifti1" format="nifti1" label="${tool.name}: Nifti1 image" /> |
18 </outputs> | 18 </outputs> |
19 <tests> | 19 <tests> |
20 <test> | 20 <test> |
21 </test> | 21 </test> |
22 </tests> | 22 </tests> |