diff tools/clc_assembly_cell/clc_assembler.xml @ 1:5ae1c0312aaa draft

v0.0.3 citation information and internal changes
author peterjc
date Wed, 05 Aug 2015 10:57:39 -0400
parents 0996169ac2e8
children 139b6f0a0bb5
line wrap: on
line diff
--- a/tools/clc_assembly_cell/clc_assembler.xml	Fri Nov 21 06:41:12 2014 -0500
+++ b/tools/clc_assembly_cell/clc_assembler.xml	Wed Aug 05 10:57:39 2015 -0400
@@ -1,8 +1,13 @@
-<tool id="clc_assembler" name="CLC assembler" version="0.0.2">
+<tool id="clc_assembler" name="CLC assembler" version="0.0.3">
     <description>Assembles reads giving a FASTA file</description>
     <requirements>
         <requirement type="binary">clc_assembler</requirement>
     </requirements>
+    <stdio>
+        <!-- Assume anything other than zero is an error -->
+        <exit_code range="1:" />
+        <exit_code range=":-1" />
+    </stdio>
     <version_command>\${CLC_ASSEMBLY_CELL:-/mnt/apps/clcBio/clc-assembly-cell-4.1.0-linux_64/}clc_assembler | grep -i version</version_command>
     <command>\${CLC_ASSEMBLY_CELL:-/mnt/apps/clcBio/clc-assembly-cell-4.1.0-linux_64/}clc_assembler
 #for $rg in $read_group
@@ -27,11 +32,6 @@
 -o "$out_fasta"
 --cpus \${GALAXY_SLOTS:-4}
 -v | grep -v "^Progress: "</command>
-    <stdio>
-        <!-- Assume anything other than zero is an error -->
-        <exit_code range="1:" />
-        <exit_code range=":-1" />
-    </stdio>
     <inputs>
         <repeat name="read_group" title="Read Group" min="1">
             <conditional name="segments">
@@ -127,7 +127,20 @@
 Peter J.A. Cock (2013), Galaxy wrapper for the CLC Assembly Cell suite from CLCbio
 http://toolshed.g2.bx.psu.edu/view/peterjc/clc_assembly_cell
 
+CLC Assembly Cell, CLC bio (2008--2015)
+http://www.clcbio.com/products/clc-assembly-cell/
+
 This wrapper is available to install into other Galaxy Instances via the Galaxy
 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/clc_assembly_cell
     </help>
+    <citations>
+        <citation type="bibtex">
+@MISC{clcbio,
+AUTHOR = {CLC Bio}
+title ={{CLC Assembly Cell}},
+url = {http://www.clcbio.com/products/clc-assembly-cell/},
+year = {2008--2015}
+}
+        </citation>
+    </citations>
 </tool>