Mercurial > repos > devteam > fastq_combiner
annotate fastq_combiner.xml @ 4:f1dc2a761c30 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
author | iuc |
---|---|
date | Wed, 19 Feb 2020 12:30:03 -0500 |
parents | b05e39b9c170 |
children | 9115b978ce10 |
rev | line source |
---|---|
4
f1dc2a761c30
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents:
3
diff
changeset
|
1 <tool id="fastq_combiner" name="Combine FASTA and QUAL" version="@TOOL_VERSION@"> |
2
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
2 <description>into FASTQ</description> |
4
f1dc2a761c30
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents:
3
diff
changeset
|
3 <macros> |
f1dc2a761c30
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents:
3
diff
changeset
|
4 <import>macros.xml</import> |
f1dc2a761c30
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents:
3
diff
changeset
|
5 </macros> |
f1dc2a761c30
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit d4ced60a941c4c4a2fe95de9c09a10086810b387"
iuc
parents:
3
diff
changeset
|
6 <expand macro="requirements"/> |
3
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
7 <edam_topics> |
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
8 <edam_topic>topic_0622</edam_topic> |
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
9 </edam_topics> |
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
10 <edam_operations> |
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
11 <edam_operation>operation_3436</edam_operation> |
b05e39b9c170
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit 31edb920789fbd080260f853bc856be72fa7cfa8"
devteam
parents:
2
diff
changeset
|
12 </edam_operations> |
2
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
13 <command><![CDATA[ |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
14 gx-fastq-combiner '$fasta_file' '${fasta_file.extension}' '$qual_file' '${qual_file.extension}' '$output_file' $force_quality_encoding |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
15 ]]></command> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
16 <inputs> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
17 <param name="fasta_file" type="data" format="fasta,csfasta" label="FASTA File" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
18 <param name="qual_file" type="data" format="qual" optional="true" label="Quality Score File" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
19 <param name="force_quality_encoding" type="select" label="Force Quality Score encoding"> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
20 <option value="None">Use Source Encoding</option> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
21 <option value="ascii" selected="true">ASCII</option> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
22 <option value="decimal">Decimal</option> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
23 </param> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
24 </inputs> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
25 <outputs> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
26 <data name="output_file" format="fastqsanger"> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
27 <change_format> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
28 <when input="fasta_file" value="csfasta" format="fastqcssanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
29 <when input="qual_file" value="qualsolid" format="fastqcssanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
30 <when input="qual_file" value="qualsolexa" format="fastqsolexa" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
31 <when input="qual_file" value="qualillumina" format="fastqillumina" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
32 </change_format> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
33 </data> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
34 </outputs> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
35 <tests> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
36 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
37 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
38 <param name="qual_file" value="s2fq_phiX.qualsolid" ftype="qualsolid" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
39 <param name="force_quality_encoding" value="None" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
40 <output name="output_file" file="combine_phiX_out_1.fastqcssanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
41 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
42 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
43 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
44 <param name="qual_file" value="s2fq_phiX.qualsolid" ftype="qualsolid" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
45 <param name="force_quality_encoding" value="ascii" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
46 <output name="output_file" file="combine_phiX_out_2.fastqcssanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
47 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
48 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
49 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
50 <param name="qual_file" value="fastq_combiner_in_1.qual454" ftype="qual454" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
51 <param name="force_quality_encoding" value="None" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
52 <output name="output_file" file="wrapping_as_sanger.fastqsanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
53 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
54 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
55 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
56 <param name="qual_file" value="fastq_combiner_in_1.qual454" ftype="qual454" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
57 <param name="force_quality_encoding" value="decimal" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
58 <output name="output_file" file="wrapping_as_sanger_decimal.fastqsanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
59 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
60 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
61 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
62 <param name="qual_file" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
63 <param name="force_quality_encoding" value="decimal" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
64 <output name="output_file" file="fastq_combiner_no_qual_decimal_out_1.fastqsanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
65 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
66 <test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
67 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
68 <param name="qual_file" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
69 <param name="force_quality_encoding" value="ascii" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
70 <output name="output_file" file="fastq_combiner_no_qual_ascii_out_1.fastqcssanger" /> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
71 </test> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
72 </tests> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
73 <help><![CDATA[ |
0 | 74 **What it does** |
75 | |
76 This tool joins a FASTA file to a Quality Score file, creating a single FASTQ block for each read. | |
77 | |
78 Specifying a set of quality scores is optional; when not provided, the output will be fastqsanger or fastqcssanger (when a csfasta is provided) with each quality score being the maximal allowed value (93). | |
79 | |
80 Use this tool, for example, to convert 454-type output to FASTQ. | |
2
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
81 ]]></help> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
82 <citations> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
83 <citation type="doi">10.1093/bioinformatics/btq281</citation> |
56389130cb63
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
devteam
parents:
1
diff
changeset
|
84 </citations> |
0 | 85 </tool> |