diff tac.xml @ 15:74aae7d6cb09 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:06:47 -0400
parents 7725ab6dab67
children f22a309187a3
line wrap: on
line diff
--- a/tac.xml	Sat May 06 13:09:30 2017 -0400
+++ b/tac.xml	Wed Jul 12 14:06:47 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@
 ]]>