Mercurial > repos > melissacline > ucsc_xena_platform
diff xena_delete.xml @ 0:8bb037f88ed2
Uploaded
author | melissacline |
---|---|
date | Tue, 13 Jan 2015 23:37:23 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xena_delete.xml Tue Jan 13 23:37:23 2015 -0500 @@ -0,0 +1,17 @@ +<tool id="xena_delete" description="Delete a dataset from the local Galaxy-embedded Xena" name="Delete Xena Dataset" version="0.0.1"> + <description> + Given the name of a dataset, delete it from the local Xena-embedded Galaxy. + </description> + <command interpreter="python"> + xena_delete.py $dataset $outfile + </command> + <inputs> + <param name="dataset" type="text" label="Dataset Name"/> + </inputs> + <outputs> + <data name="outfile" format="txt"/> + </outputs> + <help> + 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. + </help> +</tool>