|
6
|
1 <tool id="convert_bc_to_binary_RY.py" name="Create binary barcodes" version="0.1.0">
|
|
|
2 <description>from regular barcodes.</description>
|
|
55
|
3 <xml name="requirements">
|
|
|
4 <requirements>
|
|
|
5 <requirement type="package" version="1.66">biopython</requirement>
|
|
|
6 </requirements>
|
|
|
7 </xml>
|
|
0
|
8 <macros>
|
|
|
9 <import>macros.xml</import>
|
|
|
10 </macros>
|
|
|
11 <expand macro="stdio" />
|
|
50
|
12 <version_command>python $__tool_directory__/convert_bc_to_binary_RY.py --version</version_command>
|
|
0
|
13 <command interpreter="python"><![CDATA[
|
|
|
14 convert_bc_to_binary_RY.py
|
|
|
15 #if $positional_1 and $positional_1 is not None:
|
|
|
16 $positional_1
|
|
|
17 #end if
|
|
|
18 > $default]]></command>
|
|
|
19 <inputs>
|
|
9
|
20 <param label="Fastq file to convert." name="positional_1" type="data" format="fastq"/>
|
|
0
|
21 </inputs>
|
|
|
22 <outputs>
|
|
9
|
23 <data hidden="false" name="default" format="fastq"/>
|
|
0
|
24 </outputs>
|
|
|
25 <tests>
|
|
|
26 <test>
|
|
9
|
27 <param name="positional_1" value="extracted_bcs.fastq"/>
|
|
|
28 <output name="default" file="converted_bcs.fastq"/>
|
|
0
|
29 </test>
|
|
|
30 </tests>
|
|
|
31 <help><![CDATA[
|
|
|
32
|
|
6
|
33 **What it does**
|
|
|
34
|
|
|
35 This tool converts standard nucleotides to IUPAC nucleotide codes used for binary barcodes.
|
|
0
|
36 A and G are converted to nucleotide code R. T, U and C are converted to Y.
|
|
|
37
|
|
6
|
38 **Input**
|
|
|
39
|
|
8
|
40 The input for this tool is a fastq file.
|
|
6
|
41
|
|
|
42 **Output**
|
|
|
43
|
|
8
|
44 This tool produces a single fastq file containing the converted barcodes.
|
|
6
|
45
|
|
|
46 ** References **
|
|
0
|
47 ]]></help>
|
|
|
48 <expand macro="citations" />
|
|
|
49 </tool>
|