changeset 0:da107929c240 draft

Uploaded
author kaymccoy
date Sun, 07 Aug 2016 10:33:41 -0400
parents
children 6f69d63d8943
files collapser 1.0.0.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/collapser 1.0.0.xml	Sun Aug 07 10:33:41 2016 -0400
@@ -0,0 +1,16 @@
+<tool id="fastq collapser" name="FASTQ Collapser">
+  <requirements>
+    <requirement type="package" version="0.0.13">fastx_toolkit</requirement>
+  </requirements>
+  <command>
+    fastx_collapser -Q 33 -i $input -o $output
+  </command>
+  <inputs>
+    <param name="input" type="data" label="Reads to collapse" />
+   </inputs>
+  <outputs>
+    <data format="fasta" name="output" />
+  </outputs>
+  <help>  
+</help>
+</tool>
\ No newline at end of file