Mercurial > repos > devteam > fastx_collapser
annotate fastx_collapser.xml @ 4:07497255281e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit fd099d17eceaa319fbfe429f4725328d88b18c9f
author | iuc |
---|---|
date | Thu, 10 Aug 2023 06:53:56 +0000 |
parents | 7ce1891db6f5 |
children |
rev | line source |
---|---|
4
07497255281e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit fd099d17eceaa319fbfe429f4725328d88b18c9f
iuc
parents:
3
diff
changeset
|
1 <tool id="cshl_fastx_collapser" version="1.0.1+galaxy@VERSION_SUFFIX@" profile="22.05" name="Collapse"> |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
2 <description>sequences</description> |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
3 <macros> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
4 <import>macros.xml</import> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
5 </macros> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
6 <expand macro="requirements" /> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
8 @CATS@ fastx_collapser -v |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
9 -o '$output' |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
10 @FQQUAL@ |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
11 ]]></command> |
0 | 12 |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
13 <inputs> |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
14 <expand macro="fastx_input" /> |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
15 </inputs> |
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
16 <outputs> |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
17 <data name="output" format="fasta" metadata_source="input" /> |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
18 </outputs> |
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
19 <tests> |
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
20 <test> |
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
21 <param name="input" value="fasta_collapser1.fasta" /> |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
22 <!-- The output is sorted differently depending on architecture, |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
23 so the sort attribute is needed here --> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
24 <output name="output" file="fasta_collapser1.out" sort="true" /> |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
25 </test> |
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
26 </tests> |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
27 <help><![CDATA[ |
0 | 28 **What it does** |
29 | |
30 This tool collapses identical sequences in a FASTA file into a single sequence. | |
31 | |
32 -------- | |
33 | |
34 **Example** | |
35 | |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
36 Example Input File (Sequence "ATAT" appears multiple times):: |
0 | 37 |
38 >CSHL_2_FC0042AGLLOO_1_1_605_414 | |
39 TGCG | |
40 >CSHL_2_FC0042AGLLOO_1_1_537_759 | |
41 ATAT | |
42 >CSHL_2_FC0042AGLLOO_1_1_774_520 | |
43 TGGC | |
44 >CSHL_2_FC0042AGLLOO_1_1_742_502 | |
45 ATAT | |
46 >CSHL_2_FC0042AGLLOO_1_1_781_514 | |
47 TGAG | |
48 >CSHL_2_FC0042AGLLOO_1_1_757_487 | |
49 TTCA | |
50 >CSHL_2_FC0042AGLLOO_1_1_903_769 | |
51 ATAT | |
52 >CSHL_2_FC0042AGLLOO_1_1_724_499 | |
53 ATAT | |
54 | |
55 Example Output file:: | |
56 | |
57 >1-1 | |
58 TGCG | |
59 >2-4 | |
60 ATAT | |
61 >3-1 | |
62 TGGC | |
63 >4-1 | |
64 TGAG | |
65 >5-1 | |
66 TTCA | |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
67 |
0 | 68 .. class:: infomark |
69 | |
2
421f0af4ee95
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
1
diff
changeset
|
70 Original Sequence Names / Lane descriptions (e.g. "CSHL_2_FC0042AGLLOO_1_1_742_502") are discarded. |
0 | 71 |
72 The output sequence name is composed of two numbers: the first is the sequence's number, the second is the multiplicity value. | |
73 | |
74 The following output:: | |
75 | |
76 >2-4 | |
77 ATAT | |
78 | |
79 means that the sequence "ATAT" is the second sequence in the file, and it appeared 4 times in the input FASTA file. | |
80 | |
81 ------ | |
82 | |
83 This tool is based on `FASTX-toolkit`__ by Assaf Gordon. | |
84 | |
85 .. __: http://hannonlab.cshl.edu/fastx_toolkit/ | |
3
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
86 ]]></help> |
7ce1891db6f5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
87 <expand macro="citations" /> |
0 | 88 </tool> |