# HG changeset patch # User iuc # Date 1567783328 14400 # Node ID 896a72e79738799e2e7ee4ccf9cfc4d94bd6d011 # Parent e37d8a076d916da673113f2695f876fd750c7814 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_stats commit 558d30ff047fe2f62658e8b57e27ebe8db77ede1" diff -r e37d8a076d91 -r 896a72e79738 samtools_stats.xml --- a/samtools_stats.xml Sun Jul 28 14:50:47 2019 -0400 +++ b/samtools_stats.xml Fri Sep 06 11:22:08 2019 -0400 @@ -1,12 +1,9 @@ - + generate statistics for BAM dataset macros.xml - - gnuplot - perl - + '$output' - #if $cond_plot.select_plot=='yes': - && plot-bamstats '$output' $cond_plot.log -p '${html_file.files_path}'/ - && mv '${html_file.files_path}'/index.html '${html_file}' - #end if - #if $split_output_cond.split_output_selector == "yes": #set outputs_to_split = str($split_output_cond.generate_tables).split(',') && mkdir split @@ -186,16 +178,6 @@ - - - - - - - - - - @@ -207,9 +189,6 @@ split_output_cond['split_output_selector'] == 'yes' - - cond_plot['select_plot']=='yes' - @@ -360,9 +339,6 @@ - - - @@ -386,6 +362,8 @@ **What it does** This tool runs the ``samtools stats`` command. + +The results of samtools stats can be visualized with MultiQC (for this the default of a single output file needs to be selected). ]]>