4
|
1 <tool id="data_path" name="Data Path" version="1.0.0">
|
|
2 <description>creates a txt file of the paths of items in a data collection</description>
|
|
3 <command interpreter="python"><![CDATA[
|
|
4 data_path.py -i #for $path in $paths# $path.forward #end for# -j #for $path in $paths# $path.reverse #end for#
|
|
5 ]]></command>
|
|
6 <inputs>
|
|
7 <param name="paths" type="data_collection" format="data" label="Collection of files" help="" optional="False" multiple="True"/>
|
|
8 </inputs>
|
|
9 <outputs>
|
|
10 <data name="output" label="Paths of ${on_string}" format="txt" from_work_dir="paths.txt"/>
|
|
11 </outputs>
|
|
12 <help>
|
|
13 This tool outputs the paths of the files in a data collection
|
|
14 </help>
|
|
15 <citations>
|
|
16 </citations>
|
|
17 </tool>
|