changeset 10:9fa7fd4d78bb draft default tip

Uploaded
author cjav
date Mon, 14 Oct 2013 14:40:18 -0400
parents af02b22ad482
children
files ngs-tools_split_by_barcode.xml tool_dependencies.xml
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ngs-tools_split_by_barcode.xml	Tue Sep 24 10:46:12 2013 -0400
+++ b/ngs-tools_split_by_barcode.xml	Mon Oct 14 14:40:18 2013 -0400
@@ -1,7 +1,7 @@
 <tool id="ngs-tools_split_by_barcode" name="Barcode Splitter (ngs-tools)" force_history_refresh="True" version="1.0.1">
 	<description></description>
     <requirements>
-        <requirement type="package" version="0.1.6">ngs-tools</requirement>
+        <requirement type="package" version="0.1.8">ngs-tools</requirement>
     </requirements>
     <command>
         ngs-tools split-by-barcode
@@ -37,7 +37,7 @@
         <param format="tabular" name="barcode_index" type="data" label="Barcodes index" help="See below for description." />
         <param name="barcode_length" type="integer" size="3" value="11" label="Barcode length" help="Please specify the barcode length." />
         <param name="barcodes" type="text" label="Barcodes to use" help="Comma separated list of barcodes to use. By default all barcodes in the 'Barcodes index' are used." />
-        <param name="trim_barcode" type="select" label="Trim the barcode" help="By default barcodes are trimmed from the resulting splitted datasets">
+        <param name="trim_barcode" type="select" label="Trim the barcode" help="By default barcodes are trimmed from the resulting split datasets">
             <option value="" selected="true">Yes</option>
             <option value="--keep-barcode">No</option>
         </param>
@@ -45,9 +45,9 @@
 	</inputs>
 	
 	<outputs>
-		<data format="interval" name="output1" />
+		<data format="tabular" name="output1" />
 	</outputs>
-<help>
+    <help>
 
 **What it does**
 
@@ -80,5 +80,5 @@
 
  .. __: https://github.com/cjav/ngs-tools/
  
-</help>
+    </help>
 </tool>
--- a/tool_dependencies.xml	Tue Sep 24 10:46:12 2013 -0400
+++ b/tool_dependencies.xml	Mon Oct 14 14:40:18 2013 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="ngs-tools" version="0.1.6">
-        <repository changeset_revision="068b92f3898b" name="package_ngs_tools_0_1_6" owner="cjav" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+    <package name="ngs-tools" version="0.1.8">
+        <repository changeset_revision="f35faa4522d8" name="package_ngs_tools_0_1_8" owner="cjav" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>