diff 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
line wrap: on
line diff
--- a/tac.xml	Mon May 22 07:41:58 2017 -0400
+++ b/tac.xml	Wed Jul 12 14:07:57 2017 -0400
@@ -70,19 +70,20 @@
 
 Input file:
 
- 0 1 2 3 4 5 # 6 7 8 9
+    0 1 2 3 4 5 # 6 7 8 9
 
 
 default settings:
 
- 9 8 7 6 # 5 4 3 2 1 0
+    9 8 7 6 # 5 4 3 2 1 0
 
 with option -s 5:
- # 6 7 8 9 0 1 2 3 4 5
+
+    # 6 7 8 9 0 1 2 3 4 5
 
 with option -b and -s 5:
 
- 5 # 6 7 8 9 0 1 2 3 4
+    5 # 6 7 8 9 0 1 2 3 4
 
 @REFERENCES@
 ]]>