annotate fasta_to_tabular.xml @ 3:e7ed3c310b74 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
author devteam
date Mon, 02 Mar 2020 06:47:26 -0500
parents 091edad7622f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
1 <tool id="fasta2tab" name="FASTA-to-Tabular" version="1.1.1" profile="16.04">
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
2 <description>converter</description>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
3 <requirements>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
4 <requirement type="package" version="3.7">python</requirement>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
5 </requirements>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
6 <command>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
7 python '$__tool_directory__/fasta_to_tabular.py' '$input' '$output' $keep_first $descr_columns
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
8 </command>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
9 <inputs>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
10 <param name="input" type="data" format="fasta" label="Convert these sequences"/>
3
e7ed3c310b74 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
devteam
parents: 2
diff changeset
11 <param name="descr_columns" type="integer" value="1" min="1" label="How many columns to divide title string into?" help="Typically 2 to take the ID (first word) and decription (rest) as two columns, or 1 to give a single column"/>
e7ed3c310b74 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
devteam
parents: 2
diff changeset
12 <param name="keep_first" type="integer" value="0" min="0" label="How many title characters to keep?" help="Applies only to the first column taken from the title string ('0' = keep the whole thing), useful when your sequence identifiers are all the same length."/>
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
13 </inputs>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
14 <outputs>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
15 <data name="output" format="tabular"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
16 </outputs>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
17 <tests>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
18 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
19 <param name="input" value="454.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
20 <param name="descr_columns" value="1"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
21 <param name="keep_first" value="0"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
22 <output name="output" file="fasta_to_tabular_out1.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
23 </test>
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
24
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
25 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
26 <param name="input" value="4.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
27 <param name="descr_columns" value="1"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
28 <param name="keep_first" value="0"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
29 <output name="output" file="fasta_to_tabular_out2.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
30 </test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
31
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
32 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
33 <param name="input" value="454.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
34 <param name="descr_columns" value="1"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
35 <param name="keep_first" value="14"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
36 <output name="output" file="fasta_to_tabular_out3.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
37 </test>
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
38
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
39 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
40 <param name="input" value="454.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
41 <param name="descr_columns" value="2"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
42 <param name="keep_first" value="0"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
43 <output name="output" file="fasta_to_tabular_out4.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
44 </test>
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
45
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
46 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
47 <param name="input" value="454.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
48 <param name="descr_columns" value="5"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
49 <param name="keep_first" value="0"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
50 <output name="output" file="fasta_to_tabular_out5.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
51 </test>
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
52
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
53 <test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
54 <param name="input" value="454.fasta" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
55 <param name="descr_columns" value="5"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
56 <param name="keep_first" value="10"/>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
57 <output name="output" file="fasta_to_tabular_out6.tabular" />
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
58 </test>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
59
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
60 </tests>
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
61 <help><![CDATA[
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
62
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
63 **What it does**
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
64
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
65 This tool converts FASTA formatted sequences to TAB-delimited format.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
66
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
67 Many tools consider the first word of the FASTA "&gt;" title line to be an identifier, and any remaining text to be a free form description.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
68 It is therefore useful to split this text into two columns in Galaxy (identifier and any description) by setting **How many columns to divide title string into?** to **2**.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
69 In some cases the description can be usefully broken up into more columns -- see the examples .
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
70
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
71 The option *How many characters to keep?* allows to select a specified number of letters from the beginning of each FASTA entry.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
72 With the introduction of the **How many columns to divide title string into?** option this setting is of limited use, but does still allow you to truncate the identifier.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
73
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
74 -----
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
75
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
76 **Example**
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
77
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
78 Suppose you have the following FASTA formatted sequences from a Roche (454) FLX sequencing run::
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
79
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
80 >EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
81 TCCGCGCCGAGCATGCCCATCTTGGATTCCGGCGCGATGACCATCGCCCGCTCCACCACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
82 TTCGGCCGGCCCTTCTCGTCGAGGAATGACACCAGCGCTTCGCCCACG
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
83 >EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
84 AATAAAACTAAATCAGCAAAGACTGGCAAATACTCACAGGCTTATACAATACAAATGTAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
85
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
86 Running this tool with the default settings will produce this (2 column output):
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
87
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
88 ========================================================================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
89 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
90 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
91 ========================================================================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
92
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
93 Having the full title line (the FASTA "&gt;" line text) as a column is not always ideal.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
94
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
95 The **How many characters to keep?** option is useful if your identifiers are all the same length.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
96 In this example the identifier is 14 characters, so setting **How many characters to keep?** to **14** (and leaving **How many columns to divide title string into?** as the default, **1**) will produce this (2 column output):
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
97
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
98 ============== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
99 EYKX4VC02EQLO5 TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
100 EYKX4VC02D4GS2 AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
101 ============== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
102
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
103 If however your FASTA file has identifiers of variable length, it is better to split the text into at least two columns.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
104 Running this tool with **How many columns to divide title string into?** to **2** will produce this (3 column output):
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
105
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
106 ============== =========================================================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
107 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
108 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
109 ============== =========================================================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
110
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
111 Running this tool with **How many columns to divide title string into?** to **5** will produce this (5 column output):
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
112
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
113 ============== ========== ============ ======== ========================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
114 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
115 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
116 ============== ========== ============ ======== ========================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
117
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
118 Running this tool with **How many columns to divide title string into?** to **5** and **How many characters to keep?** to **10** will produce this (5 column output).
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
119 Notice that only the first column is truncated to 10 characters -- and be careful not to trim your sequence names too much (generally they should be unique):
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
120
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
121 ========== ========== ============ ======== ========================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
122 EYKX4VC02E length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
123 EYKX4VC02D length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
124 ========== ========== ============ ======== ========================== =======================================
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
125
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
126 Note the sequences have been truncated for display purposes in the above tables.
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
127
2
091edad7622f "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents: 1
diff changeset
128 ]]></help>
0
9d189d08f2ad Imported from capsule None
devteam
parents:
diff changeset
129 </tool>