# HG changeset patch # User iuc # Date 1659704326 0 # Node ID 243c87f34f39bd402332eec73a53eb7c0908873a # Parent 6e2731b135335c7358c8e2b5d17ac6703a529778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit f09c6b7e45ccd61956942b5aab76c0c8ccc0fe03 diff -r 6e2731b13533 -r 243c87f34f39 hamronize_summarize.xml --- a/hamronize_summarize.xml Tue Jul 05 22:37:53 2022 +0000 +++ b/hamronize_summarize.xml Fri Aug 05 12:58:46 2022 +0000 @@ -1,4 +1,4 @@ - + harmorization reports macros.xml @@ -12,20 +12,19 @@ #elif $report.is_of_type('json'): #set $ext = 'json' #end if - ln -s '$report' ./report_${counter}.${ext} && + ln -s '$report' ./report_${counter}.${ext} && #end for hamronize summarize --summary_type $summary_type - #if $summary_type == "tsv" + #if $summary_type == "tsv" --output output.tsv #elif $summary_type == "json" --output output.json - #else + #else --output output.html #end if - *.tsv - *.json + ./report_* ]]> @@ -70,11 +69,12 @@ + **What it does** + This tool will take a list of report and create single sorted report in the specified format + just containing the unique entries across input reports. It can handle mixed json and tsv hamronized report formats + **Inputs** + A list of hamronize reports + + ]]> diff -r 6e2731b13533 -r 243c87f34f39 macros.xml --- a/macros.xml Tue Jul 05 22:37:53 2022 +0000 +++ b/macros.xml Fri Aug 05 12:58:46 2022 +0000 @@ -1,17 +1,17 @@ 1.0.3 20.05 - + hamronization - + - + @@ -23,8 +23,8 @@ - + hamronize --version - \ No newline at end of file +