# HG changeset patch # User yhoogstrate # Date 1444987532 14400 # Node ID 22e1aa3810e5edbe446244cb51d047b722e16247 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/show_metadata_galaxy_wrapper commit fcf4e484bf0863eed93831fc582c1c424a4fbc7b-dirty diff -r 000000000000 -r 22e1aa3810e5 show_metadata.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show_metadata.xml Fri Oct 16 05:25:32 2015 -0400 @@ -0,0 +1,26 @@ + + Debugging utility: show all metadata of a history item + > $output ; + #end for + ]]> + + + + + + + + + + + + + + + diff -r 000000000000 -r 22e1aa3810e5 test-data/test1.metadata_report --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test1.metadata_report Fri Oct 16 05:25:32 2015 -0400 @@ -0,0 +1,7 @@ +dbkey: hg19 +data_lines: 4 +comment_lines: 3 +columns: 3 +column_types: str,str,str +column_names: __ob____cb__ +delimiter: __tc__ diff -r 000000000000 -r 22e1aa3810e5 test-data/test1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test1.tabular Fri Oct 16 05:25:32 2015 -0400 @@ -0,0 +1,7 @@ +#header1 +#header2 +#header3 +c1 c2 c3 +a 2 4 +b 1 4 +c 4 3