# HG changeset patch # User iuc # Date 1502141269 14400 # Node ID ccfb9cbfcc72526acaaabf42349f665f6fbc61f4 # Parent d246279116a47d4b83c01535609cb57819a11b4a planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken_filter/ commit e8fc7c9dad5f583ad6763ecb9bd8c924832abacd diff -r d246279116a4 -r ccfb9cbfcc72 kraken-filter.xml --- a/kraken-filter.xml Wed Mar 23 10:59:52 2016 -0400 +++ b/kraken-filter.xml Mon Aug 07 17:27:49 2017 -0400 @@ -1,22 +1,24 @@ - - - filter classification by confidence score - + + filter classification by confidence score macros.xml - - - "$filtered_output" - ]]> - + + kraken-filter + @INPUT_DATABASE@ + --threshold $threshold + '${input}' + > '$filtered_output' + ]]> - - + + + @@ -27,7 +29,8 @@ - + + @@ -46,7 +49,7 @@ A sequence label's score is a fraction C/Q, where C is the number of k-mers mapped to LCA values in the clade rooted at the label, and Q is the number of k-mers in the sequence that lack an ambiguous nucleotide (i.e., they were queried against the database). Consider the example of the LCA mappings in Kraken's output:: - 562:13 561:4 A:31 0:1 562:3 + 562:13 561:4 A:31 0:1 562:3 would indicate that:: diff -r d246279116a4 -r ccfb9cbfcc72 macros.xml --- a/macros.xml Wed Mar 23 10:59:52 2016 -0400 +++ b/macros.xml Mon Aug 07 17:27:49 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 d246279116a4 -r ccfb9cbfcc72 tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 23 10:59:52 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -