# HG changeset patch # User jmsong # Date 1395156957 14400 # Node ID b2f1a4939872f4661cb4965a0a5d223df5d47027 # Parent fc1b758149c7c9108a3f94646a85a50c6aa05a24 Uploaded diff -r fc1b758149c7 -r b2f1a4939872 transpose.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/transpose.xml Tue Mar 18 11:35:57 2014 -0400 @@ -0,0 +1,46 @@ + + data from a file + + transpose.py + $input + $out_file + + + + + + + + + + + + + + +.. class:: infomark + +**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert* + + +----- + +**Examples** + +Transposing the following:: + + 1 14 8 A + 7 10 12 C + 16 12 80 F + 41 13.5 0 X + +Will yield the following:: + + 1 7 16 41 + 14 10 12 13.5 + 8 12 80 0 + A C F X + + + +