Mercurial > repos > bgruening > text_processing
comparison tac.xml @ 8:4c752559b236 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
author | bgruening |
---|---|
date | Wed, 12 Jul 2017 14:07:57 -0400 |
parents | 60edf2f8c28f |
children | 12615d397df7 |
comparison
equal
deleted
inserted
replaced
7:01ca80da2266 | 8:4c752559b236 |
---|---|
68 | 68 |
69 **Example** | 69 **Example** |
70 | 70 |
71 Input file: | 71 Input file: |
72 | 72 |
73 0 1 2 3 4 5 # 6 7 8 9 | 73 0 1 2 3 4 5 # 6 7 8 9 |
74 | 74 |
75 | 75 |
76 default settings: | 76 default settings: |
77 | 77 |
78 9 8 7 6 # 5 4 3 2 1 0 | 78 9 8 7 6 # 5 4 3 2 1 0 |
79 | 79 |
80 with option -s 5: | 80 with option -s 5: |
81 # 6 7 8 9 0 1 2 3 4 5 | 81 |
82 # 6 7 8 9 0 1 2 3 4 5 | |
82 | 83 |
83 with option -b and -s 5: | 84 with option -b and -s 5: |
84 | 85 |
85 5 # 6 7 8 9 0 1 2 3 4 | 86 5 # 6 7 8 9 0 1 2 3 4 |
86 | 87 |
87 @REFERENCES@ | 88 @REFERENCES@ |
88 ]]> | 89 ]]> |
89 </help> | 90 </help> |
90 <expand macro="citations" /> | 91 <expand macro="citations" /> |