diff convert_bc_to_binary_RY.xml @ 6:1bfc5a5de843 draft

Uploaded
author rnateam
date Wed, 04 Nov 2015 07:18:06 -0500
parents 119fccb59597
children 17ef0e0dae68
line wrap: on
line diff
--- a/convert_bc_to_binary_RY.xml	Fri Oct 23 07:28:06 2015 -0400
+++ b/convert_bc_to_binary_RY.xml	Wed Nov 04 07:18:06 2015 -0500
@@ -1,5 +1,5 @@
-<tool id="convert_bc_to_binary_RY.py" name="convert_bc_to_binary_RY.py" version="0.1.0">
-  <description>Convert to binary barcodes.</description>
+<tool id="convert_bc_to_binary_RY.py" name="Create binary barcodes" version="0.1.0">
+  <description>from regular barcodes.</description>
   <macros>
     <import>macros.xml</import>
   </macros>
@@ -25,15 +25,21 @@
     </test>
   </tests>
   <help><![CDATA[
-Convert standard nucleotides to IUPAC nucleotide codes used for binary barcodes.
 
+**What it does**
+
+This tool converts standard nucleotides to IUPAC nucleotide codes used for binary barcodes.
 A and G are converted to nucleotide code R. T, U and C are converted to Y.
 
-Author: Daniel Maticzka
-Copyright: 2015
-License: Apache
-Email: maticzkd@informatik.uni-freiburg.de
-Status: Testing
+**Input**
+
+The input for this tool is a fasta file.
+
+**Output**
+
+This tool produces a single fasta file containing the converted barcodes.
+
+** References **
 ]]></help>
   <expand macro="citations" />
 </tool>