# HG changeset patch # User iuc # Date 1502141372 14400 # Node ID a3a7440fc618f007bc44b718f8ea5086e3fb3ee9 # Parent 9ae975c30dde516e049cd20475c6b0a892a0c533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken_report/ commit e8fc7c9dad5f583ad6763ecb9bd8c924832abacd diff -r 9ae975c30dde -r a3a7440fc618 kraken-mpa-report.xml --- a/kraken-mpa-report.xml Wed Mar 23 11:01:19 2016 -0400 +++ b/kraken-mpa-report.xml Mon Aug 07 17:29:32 2017 -0400 @@ -1,35 +1,46 @@ - + view report of classification for multiple samples macros.xml - - - "$output_report" -]]> - + > '$output_report' + ]]> - - - + + + + @@ -41,7 +52,8 @@ - + + @@ -55,17 +67,13 @@ **What is Does** -Kraken-mpa-report summarizes read counts across taxonomic ranks for multiple samples. This is convenient for comparing results across multiple expreriments, conditions, locations, etc. It support sthe following parameters:: - ---show-zeros Display taxa even if they lack a read in any sample ---header-line Display a header line indicating sample IDs - (sample IDs are the filenames) +Kraken-mpa-report summarizes read counts across taxonomic ranks for multiple samples. This is convenient for comparing results across multiple experiments, conditions, locations, etc. ----- **Output** -The output of kraken-mpa-report is tab-delimited, with one line per taxon. +The output of kraken-mpa-report is a tab-delimited table, with one line per taxon. ]]> diff -r 9ae975c30dde -r a3a7440fc618 kraken-report.xml --- a/kraken-report.xml Wed Mar 23 11:01:19 2016 -0400 +++ b/kraken-report.xml Mon Aug 07 17:29:32 2017 -0400 @@ -1,22 +1,22 @@ - - - view a sample report of your classification - - + + view sample report of a classification + macros.xml - - - "$output_report" - ]]> - + + kraken-report + @INPUT_DATABASE@ + '${kraken_output}' + > '$output_report' + ]]> - + + @@ -26,12 +26,11 @@ - + - - - + ]]> diff -r 9ae975c30dde -r a3a7440fc618 macros.xml --- a/macros.xml Wed Mar 23 11:01:19 2016 -0400 +++ b/macros.xml Mon Aug 07 17:29:32 2017 -0400 @@ -1,23 +1,20 @@ + 1.2.3 kraken - kraken - - - - - - export LC_ALL=C && kraken --version + - + @@ -28,4 +25,4 @@ --db ${kraken_database.fields.name} export KRAKEN_DB_PATH="${kraken_database.fields.path}" - \ No newline at end of file + diff -r 9ae975c30dde -r a3a7440fc618 test-data/kraken_mpa_report_test1_output.tab --- a/test-data/kraken_mpa_report_test1_output.tab Wed Mar 23 11:01:19 2016 -0400 +++ b/test-data/kraken_mpa_report_test1_output.tab Mon Aug 07 17:29:32 2017 -0400 @@ -1,4 +1,4 @@ -#Sample ID sample_0 sample_1 +#Sample ID kraken_mpa_report_input1.tab kraken_mpa_report_input2.tab d__Bacteria 4 4 d__Bacteria|p__Proteobacteria 4 4 d__Bacteria|p__Proteobacteria|c__Gammaproteobacteria 4 4 diff -r 9ae975c30dde -r a3a7440fc618 tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 23 11:01:19 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -