0
|
1 <tool id="remove_null_samples" name="Remove Null Samples" force_history_refresh="True">
|
|
2 <command interpreter="python">remove.nulls.py
|
|
3 -d $dataset
|
|
4 -o ${output}
|
|
5
|
|
6 </command>
|
|
7 <inputs>
|
|
8 <param name="dataset" type="data" format='tabular' label="IPL Matrix from Paradigm containing Null and Real Samples"/>
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data format="tabular" name="output" label="Real Sample-only IPL Matrix"/>
|
|
12 </outputs>
|
|
13 <help>
|
|
14 .. class:: infomark
|
|
15
|
|
16 **Remove Null Samples** - Tool to remove the 'null' samples from an IPL matrix result from Paradigm
|
|
17
|
|
18 **OUTPUT:** A new matrix without null samples
|
|
19
|
|
20 ----
|
|
21
|
|
22 **Parameters**
|
|
23
|
|
24 - **IPL Matrix from Paradigm that contains null samples** Input matrix that potentially contains null samples
|
|
25
|
|
26 </help>
|
|
27 </tool>
|