# HG changeset patch # User iuc # Date 1567783385 14400 # Node ID 47035d167365554018fb5086e1c2960e9e94db1d # Parent 5a08c09b9311b436c5ff951eaf2782aa7cbfa38b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_stats commit 558d30ff047fe2f62658e8b57e27ebe8db77ede1" diff -r 5a08c09b9311 -r 47035d167365 samtools_stats.xml --- a/samtools_stats.xml Mon Jul 29 08:49:54 2019 -0400 +++ b/samtools_stats.xml Fri Sep 06 11:23:05 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). ]]>