# HG changeset patch # User brinkmanlab # Date 1580838876 18000 # Node ID 69ece7949d76766a041a02a5c869397e009c5089 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/base64 commit edc3dbc000afb94a9b52ca662e6153b63638b618" diff -r 000000000000 -r 69ece7949d76 base64.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base64.xml Tue Feb 04 12:54:36 2020 -0500 @@ -0,0 +1,76 @@ + + Base64 encode/decode data + + topic_3315 + + + operation_3434 + + + coreutils + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + base64 transforms data into (or from) base64 encoded form. The base64 encoded form uses printable ASCII characters to represent binary data. + + The base64 encoding expands data to roughly 133% of the original. The format conforms to RFC 4648. + ]]> + + 10.5281/zenodo.3364789 + + diff -r 000000000000 -r 69ece7949d76 test-data/test.b64 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test.b64 Tue Feb 04 12:54:36 2020 -0500 @@ -0,0 +1,1 @@ +c29tZSB0ZXN0IGRhdGEK diff -r 000000000000 -r 69ece7949d76 test-data/test.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test.txt Tue Feb 04 12:54:36 2020 -0500 @@ -0,0 +1,1 @@ +some test data