view convert_bc_to_binary_RY.xml @ 7:bb59215dfd8f draft

Uploaded
author rnateam
date Tue, 10 Nov 2015 08:12:25 -0500
parents 1bfc5a5de843
children 17ef0e0dae68
line wrap: on
line source

<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>
  <expand macro="requirements" />
  <expand macro="stdio" />
  <version_command>python convert_bc_to_binary_RY.py --version</version_command>
  <command interpreter="python"><![CDATA[
convert_bc_to_binary_RY.py
#if $positional_1 and $positional_1 is not None:
$positional_1
#end if
> $default]]></command>
  <inputs>
    <param label="Fasta file to convert." name="positional_1" type="data" format="fasta"/>
  </inputs>
  <outputs>
    <data hidden="false" name="default" format="fasta"/>
  </outputs>
  <tests>
    <test>
      <param name="positional_1" value="result.fa"/>
      <output name="default" file="converted_bcs.fa"/>
    </test>
  </tests>
  <help><![CDATA[

**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.

**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>