Mercurial > repos > jowong > data_path
changeset 1:341538cb873b draft default tip
planemo upload
author | jowong |
---|---|
date | Fri, 26 Oct 2018 10:31:01 -0400 |
parents | 3afbada8e45a |
children | |
files | data_path.xml |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data_path.xml Fri Oct 26 10:31:01 2018 -0400 @@ -0,0 +1,17 @@ +<tool id="data_path" name="Data Path" version="1.0.0"> + <description>creates a txt file of the paths of items in a data collection</description> + <command interpreter="python"><![CDATA[ + data_path.py -i #for $path in $paths# $path.forward #end for# -j #for $path in $paths# $path.reverse #end for# + ]]></command> + <inputs> + <param name="paths" type="data_collection" format="data" label="Collection of files" help="" optional="False" multiple="True"/> + </inputs> + <outputs> + <data name="output" label="Paths of ${on_string}" format="txt" from_work_dir="paths.txt"/> + </outputs> + <help> +This tool outputs the paths of the files in a data collection + </help> + <citations> + </citations> +</tool>