comparison xena_delete.xml @ 0:8bb037f88ed2

Uploaded
author melissacline
date Tue, 13 Jan 2015 23:37:23 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8bb037f88ed2
1 <tool id="xena_delete" description="Delete a dataset from the local Galaxy-embedded Xena" name="Delete Xena Dataset" version="0.0.1">
2 <description>
3 Given the name of a dataset, delete it from the local Xena-embedded Galaxy.
4 </description>
5 <command interpreter="python">
6 xena_delete.py $dataset $outfile
7 </command>
8 <inputs>
9 <param name="dataset" type="text" label="Dataset Name"/>
10 </inputs>
11 <outputs>
12 <data name="outfile" format="txt"/>
13 </outputs>
14 <help>
15 This tool will delete a dataset from the local Galaxy-embedded Xena database, given the name of the dataset. The names of the datasets can be seen through the Xena Data Hub tool, by selecting the local Galaxy-embedded Xena as the hub and viewing the datasets contained in that hub. This tool works only for the local Xena-embedded Galaxy.
16 </help>
17 </tool>