Mercurial > repos > devteam > fastx_collapser
annotate fastx_collapser.xml @ 5:9564985456c8 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_collapser commit 17bcf78f445b2e515122330caccb591d8de2a5b4
| author | iuc |
|---|---|
| date | Wed, 23 Apr 2025 05:18:34 +0000 |
| parents | 1e76bd67fb73 |
| children |
| rev | line source |
|---|---|
|
4
1e76bd67fb73
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
2 <description>sequences</description> |
|
3
7bda0f25191f
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> |
|
7bda0f25191f
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> |
|
7bda0f25191f
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> |
|
7bda0f25191f
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" /> |
|
7bda0f25191f
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[ |
|
7bda0f25191f
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 |
|
7bda0f25191f
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' |
|
7bda0f25191f
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@ |
|
7bda0f25191f
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
13 <inputs> |
|
3
7bda0f25191f
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
15 </inputs> |
|
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
16 <outputs> |
|
3
7bda0f25191f
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
18 </outputs> |
|
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
19 <tests> |
|
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
20 <test> |
|
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
21 <param name="input" value="fasta_collapser1.fasta" /> |
|
3
7bda0f25191f
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, |
|
7bda0f25191f
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 --> |
|
7bda0f25191f
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
25 </test> |
|
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
26 </tests> |
|
3
7bda0f25191f
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
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
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
67 |
| 0 | 68 .. class:: infomark |
| 69 | |
|
2
17bfc147c9ea
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
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. | |
|
3
7bda0f25191f
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
|
80 ]]></help> |
|
7bda0f25191f
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
|
81 <expand macro="citations" /> |
| 0 | 82 </tool> |
