# HG changeset patch # User iuc # Date 1502141359 14400 # Node ID 5bee9adae474f3da96d252f5784291c0ad5678cc # Parent fe94f318048cbd4e1b0b981950513680b67ec417 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken_filter/ commit e8fc7c9dad5f583ad6763ecb9bd8c924832abacd diff -r fe94f318048c -r 5bee9adae474 kraken-filter.xml --- a/kraken-filter.xml Wed Mar 23 11:00:18 2016 -0400 +++ b/kraken-filter.xml Mon Aug 07 17:29:19 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 fe94f318048c -r 5bee9adae474 macros.xml --- a/macros.xml Wed Mar 23 11:00:18 2016 -0400 +++ b/macros.xml Mon Aug 07 17:29:19 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 fe94f318048c -r 5bee9adae474 tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 23 11:00:18 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -