changeset 1:2e27d068d9b0 draft

Deleted selected files
author mcharles
date Mon, 16 Jun 2014 05:58:22 -0400
parents 029c7abe6ff9
children 428799b67007
files filtersamunique.xml
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/filtersamunique.xml	Mon Jun 16 05:57:43 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<tool id="filtersamunique" name="filtersamunique" version="0.01">
-<description>Filter SAM file for uniquelly match reads</description>
-<command interpreter="perl">
-    filtersamunique.pl $input_sam_file > $output_file 
-</command>
-<inputs>
-<param name="input_sam_file"  type="data" format="sam" label="Select a suitable input SAM file from your history"/>
-</inputs>
-<outputs>
- <data name="output_file" format="sam" label="${tool.name} on ${on_string}"/>
-</outputs>
-
-<help>
-
-
-
-</help>
-</tool>