Mercurial > repos > devteam > fasta_to_tabular
annotate fasta_to_tabular.xml @ 2:ff4751ce764d draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
| author | devteam |
|---|---|
| date | Sun, 01 Mar 2020 12:23:22 +0000 |
| parents | 5cabbe4cfaf4 |
| children | 5b998d13de71 |
| rev | line source |
|---|---|
|
2
ff4751ce764d
"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"> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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 |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"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"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
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"> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
12 </param> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
13 <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."> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
14 </param> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
15 </inputs> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
17 <data name="output" format="tabular"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
18 </outputs> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
19 <tests> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
20 <test> |
|
ff4751ce764d
"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="input" value="454.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
22 <param name="descr_columns" value="1"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
23 <param name="keep_first" value="0"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
24 <output name="output" file="fasta_to_tabular_out1.tabular" /> |
|
ff4751ce764d
"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> |
| 0 | 26 |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
27 <test> |
|
ff4751ce764d
"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="input" value="4.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
29 <param name="descr_columns" value="1"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
30 <param name="keep_first" value="0"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
31 <output name="output" file="fasta_to_tabular_out2.tabular" /> |
|
ff4751ce764d
"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> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
33 |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
34 <test> |
|
ff4751ce764d
"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="input" value="454.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
36 <param name="descr_columns" value="1"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
37 <param name="keep_first" value="14"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
38 <output name="output" file="fasta_to_tabular_out3.tabular" /> |
|
ff4751ce764d
"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> |
| 0 | 40 |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
41 <test> |
|
ff4751ce764d
"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="input" value="454.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
43 <param name="descr_columns" value="2"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
44 <param name="keep_first" value="0"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
45 <output name="output" file="fasta_to_tabular_out4.tabular" /> |
|
ff4751ce764d
"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> |
| 0 | 47 |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
48 <test> |
|
ff4751ce764d
"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="input" value="454.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
50 <param name="descr_columns" value="5"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
51 <param name="keep_first" value="0"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
52 <output name="output" file="fasta_to_tabular_out5.tabular" /> |
|
ff4751ce764d
"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> |
| 0 | 54 |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
55 <test> |
|
ff4751ce764d
"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="input" value="454.fasta" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
57 <param name="descr_columns" value="5"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
58 <param name="keep_first" value="10"/> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
59 <output name="output" file="fasta_to_tabular_out6.tabular" /> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
60 </test> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
61 |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
62 </tests> |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
63 <help><![CDATA[ |
|
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
64 |
| 0 | 65 **What it does** |
| 66 | |
| 67 This tool converts FASTA formatted sequences to TAB-delimited format. | |
| 68 | |
| 69 Many tools consider the first word of the FASTA ">" title line to be an identifier, and any remaining text to be a free form description. | |
| 70 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**. | |
| 71 In some cases the description can be usefully broken up into more columns -- see the examples . | |
| 72 | |
| 73 The option *How many characters to keep?* allows to select a specified number of letters from the beginning of each FASTA entry. | |
| 74 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. | |
| 75 | |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
76 ----- |
| 0 | 77 |
| 78 **Example** | |
| 79 | |
| 80 Suppose you have the following FASTA formatted sequences from a Roche (454) FLX sequencing run:: | |
| 81 | |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
82 >EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ |
| 0 | 83 TCCGCGCCGAGCATGCCCATCTTGGATTCCGGCGCGATGACCATCGCCCGCTCCACCACG |
| 84 TTCGGCCGGCCCTTCTCGTCGAGGAATGACACCAGCGCTTCGCCCACG | |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
85 >EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ |
| 0 | 86 AATAAAACTAAATCAGCAAAGACTGGCAAATACTCACAGGCTTATACAATACAAATGTAA |
| 87 | |
| 88 Running this tool with the default settings will produce this (2 column output): | |
| 89 | |
| 90 ========================================================================== ======================================= | |
| 91 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG | |
| 92 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA | |
| 93 ========================================================================== ======================================= | |
| 94 | |
| 95 Having the full title line (the FASTA ">" line text) as a column is not always ideal. | |
| 96 | |
| 97 The **How many characters to keep?** option is useful if your identifiers are all the same length. | |
| 98 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): | |
| 99 | |
| 100 ============== ======================================= | |
| 101 EYKX4VC02EQLO5 TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG | |
| 102 EYKX4VC02D4GS2 AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA | |
| 103 ============== ======================================= | |
| 104 | |
| 105 If however your FASTA file has identifiers of variable length, it is better to split the text into at least two columns. | |
| 106 Running this tool with **How many columns to divide title string into?** to **2** will produce this (3 column output): | |
| 107 | |
| 108 ============== =========================================================== ======================================= | |
| 109 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG | |
| 110 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA | |
| 111 ============== =========================================================== ======================================= | |
| 112 | |
| 113 Running this tool with **How many columns to divide title string into?** to **5** will produce this (5 column output): | |
| 114 | |
| 115 ============== ========== ============ ======== ========================== ======================================= | |
| 116 EYKX4VC02EQLO5 length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG | |
| 117 EYKX4VC02D4GS2 length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA | |
| 118 ============== ========== ============ ======== ========================== ======================================= | |
| 119 | |
| 120 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). | |
| 121 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): | |
| 122 | |
| 123 ========== ========== ============ ======== ========================== ======================================= | |
| 124 EYKX4VC02E length=108 xy=1826_0455 region=2 run=R_2007_11_07_16_15_57_ TCCGCGCCGAGCATGCCCATCTTGGATTCCGGC...ACG | |
| 125 EYKX4VC02D length=60 xy=1573_3972 region=2 run=R_2007_11_07_16_15_57_ AATAAAACTAAATCAGCAAAGACTGGCAAATAC...TAA | |
| 126 ========== ========== ============ ======== ========================== ======================================= | |
| 127 | |
| 128 Note the sequences have been truncated for display purposes in the above tables. | |
| 129 | |
|
2
ff4751ce764d
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit cd1ed08574b749eee2a3f6e6151dbb0c8ca15bbf"
devteam
parents:
1
diff
changeset
|
130 ]]></help> |
| 0 | 131 </tool> |
