changeset 7:a1e1f50c6e73 draft

Uploaded
author charles-bernard
date Sat, 08 Oct 2016 16:48:38 -0400
parents 36b2931bbd38
children 14d5db8900f7
files alfa/alfa/alfa/bed_convert.xml
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/alfa/alfa/alfa/bed_convert.xml	Sat Oct 08 16:48:38 2016 -0400
@@ -0,0 +1,14 @@
+<tool id="BED File Converter1" name="BED File Converter" version="1.0.0">
+  <description>creates a bed or xbed file containing from text query</description>
+  <command>noop</command>
+  <inputs>
+    <display>creates a bed or xbed file containing user assigned input of $input</display>
+    <param format="tabular" name="input" type="data" />
+    <param name="chrom" size="4" type="text" value="all" />
+  </inputs>
+  <outputs>
+    <data format="bed" name="out_file1" />
+  </outputs>
+  <help>User specifies delimiter, header information, and column assignments and the file will be converted to BED or xBED.
+</help>
+</tool>
\ No newline at end of file