# HG changeset patch # User iuc # Date 1764778003 0 # Node ID 8ea7960ef43cd4d87f62ce8e462ecb3bb4abf925 # Parent ebf7acf243023c98b6868acd473ff543e2519663 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cramino commit dc58f578ee856d4656a1f580cc2cf144f940797d diff -r ebf7acf24302 -r 8ea7960ef43c cramino.xml --- a/cramino.xml Tue Oct 21 11:45:59 2025 +0000 +++ b/cramino.xml Wed Dec 03 16:06:43 2025 +0000 @@ -1,8 +1,8 @@ Extract QC metrics from CRAM or BAM files - 1.1.0 - 2 + 1.2.0 + 0 cramino @@ -35,13 +35,17 @@ --arrow $arrow_output #end if - #if $output_params.hist_out.hist.value == 'yes' - --hist $hist_output + #if $output_params.hist_out.histtype.value == 'hist' + --hist=$hist_output + $output_params.hist_out.scaled + #elif $output_params.hist_out.histtype.value == 'hist_count' + --hist-count=$hist_count_output $output_params.hist_out.scaled #end if - ##output capture - > $metrics + ## stdout output capture + > $metrics + ]]> @@ -64,11 +68,15 @@ - - + + + - + + + + @@ -81,7 +89,10 @@ output_params['arrow'] is True - output_params['hist_out']['hist'] == "yes" + output_params['hist_out']['histtype'] == "hist" + + + output_params['hist_out']['histtype'] == "hist_count" @@ -102,7 +113,7 @@
- +
@@ -119,7 +130,7 @@
- +
@@ -150,14 +161,32 @@ - + + +
+ +
+
+ + + +
+ + + + + + +