Mercurial > repos > devteam > fastq_combiner
annotate fastq_combiner.xml @ 3:5b1f1064c5df draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_combiner commit f2582539542b33240234e8ea6093e25d0aee9b6a
| author | devteam |
|---|---|
| date | Sat, 30 Sep 2017 14:55:16 -0400 |
| parents | 02c665f7ac2b |
| children | d0e9cb9ab094 |
| rev | line source |
|---|---|
|
3
5b1f1064c5df
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
|
1 <tool id="fastq_combiner" name="Combine FASTA and QUAL" version="1.1.1"> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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
|
3 <requirements> |
|
5b1f1064c5df
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
|
4 <requirement type="package" version="1.1.1">galaxy_sequence_utils</requirement> |
|
5b1f1064c5df
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
|
5 </requirements> |
|
5b1f1064c5df
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
|
6 <command><![CDATA[ |
|
5b1f1064c5df
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
|
7 gx-fastq-combiner '$fasta_file' '${fasta_file.extension}' '$qual_file' '${qual_file.extension}' '$output_file' $force_quality_encoding |
|
5b1f1064c5df
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
|
8 ]]></command> |
|
5b1f1064c5df
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
|
9 <inputs> |
|
5b1f1064c5df
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
|
10 <param name="fasta_file" type="data" format="fasta,csfasta" label="FASTA File" /> |
|
5b1f1064c5df
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
|
11 <param name="qual_file" type="data" format="qual" optional="true" label="Quality Score File" /> |
|
5b1f1064c5df
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
|
12 <param name="force_quality_encoding" type="select" label="Force Quality Score encoding"> |
|
5b1f1064c5df
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 <option value="None">Use Source Encoding</option> |
|
5b1f1064c5df
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 <option value="ascii" selected="true">ASCII</option> |
|
5b1f1064c5df
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 <option value="decimal">Decimal</option> |
|
5b1f1064c5df
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 </param> |
|
5b1f1064c5df
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 </inputs> |
|
5b1f1064c5df
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 <outputs> |
|
5b1f1064c5df
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 <data name="output_file" format="fastqsanger"> |
|
5b1f1064c5df
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 <change_format> |
|
5b1f1064c5df
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 <when input="fasta_file" value="csfasta" format="fastqcssanger" /> |
|
5b1f1064c5df
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 <when input="qual_file" value="qualsolid" format="fastqcssanger" /> |
|
5b1f1064c5df
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 <when input="qual_file" value="qualsolexa" format="fastqsolexa" /> |
|
5b1f1064c5df
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 <when input="qual_file" value="qualillumina" format="fastqillumina" /> |
|
5b1f1064c5df
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 </change_format> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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 </outputs> |
|
5b1f1064c5df
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 <tests> |
|
5b1f1064c5df
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 <test> |
|
5b1f1064c5df
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 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
|
5b1f1064c5df
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 <param name="qual_file" value="s2fq_phiX.qualsolid" ftype="qualsolid" /> |
|
5b1f1064c5df
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 <param name="force_quality_encoding" value="None" /> |
|
5b1f1064c5df
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 <output name="output_file" file="combine_phiX_out_1.fastqcssanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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 <test> |
|
5b1f1064c5df
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 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
|
5b1f1064c5df
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="qual_file" value="s2fq_phiX.qualsolid" ftype="qualsolid" /> |
|
5b1f1064c5df
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="force_quality_encoding" value="ascii" /> |
|
5b1f1064c5df
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 <output name="output_file" file="combine_phiX_out_2.fastqcssanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
|
5b1f1064c5df
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="qual_file" value="fastq_combiner_in_1.qual454" ftype="qual454" /> |
|
5b1f1064c5df
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="force_quality_encoding" value="None" /> |
|
5b1f1064c5df
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 <output name="output_file" file="wrapping_as_sanger.fastqsanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
|
5b1f1064c5df
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="qual_file" value="fastq_combiner_in_1.qual454" ftype="qual454" /> |
|
5b1f1064c5df
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="force_quality_encoding" value="decimal" /> |
|
5b1f1064c5df
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 <output name="output_file" file="wrapping_as_sanger_decimal.fastqsanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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 <param name="fasta_file" value="fastq_combiner_in_1.fasta" ftype="fasta" /> |
|
5b1f1064c5df
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="qual_file" /> |
|
5b1f1064c5df
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="force_quality_encoding" value="decimal" /> |
|
5b1f1064c5df
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 <output name="output_file" file="fastq_combiner_no_qual_decimal_out_1.fastqsanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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> |
|
5b1f1064c5df
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 <param name="fasta_file" value="s2fq_phiX.csfasta" ftype="csfasta" /> |
|
5b1f1064c5df
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="qual_file" /> |
|
5b1f1064c5df
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="force_quality_encoding" value="ascii" /> |
|
5b1f1064c5df
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 <output name="output_file" file="fastq_combiner_no_qual_ascii_out_1.fastqcssanger" /> |
|
5b1f1064c5df
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 </test> |
|
5b1f1064c5df
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 </tests> |
|
5b1f1064c5df
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 <help><![CDATA[ |
| 0 | 67 **What it does** |
| 68 | |
| 69 This tool joins a FASTA file to a Quality Score file, creating a single FASTQ block for each read. | |
| 70 | |
| 71 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). | |
| 72 | |
| 73 Use this tool, for example, to convert 454-type output to FASTQ. | |
|
3
5b1f1064c5df
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
|
74 ]]></help> |
|
5b1f1064c5df
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
|
75 <citations> |
|
5b1f1064c5df
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
|
76 <citation type="doi">10.1093/bioinformatics/btq281</citation> |
|
5b1f1064c5df
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
|
77 </citations> |
| 0 | 78 </tool> |
