# HG changeset patch # User iuc # Date 1502141346 14400 # Node ID 2fdac3e78553152c5b121faa9af25265d465e76f # Parent b2392a9dfb012470bfd2537af4ad03704df2bb99 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken/ commit e8fc7c9dad5f583ad6763ecb9bd8c924832abacd diff -r b2392a9dfb01 -r 2fdac3e78553 kraken.xml --- a/kraken.xml Wed Mar 23 10:55:18 2016 -0400 +++ b/kraken.xml Mon Aug 07 17:29:06 2017 -0400 @@ -1,5 +1,5 @@ - + assign taxonomic labels to sequencing reads @@ -7,56 +7,56 @@ macros.xml - - + "${output}" - ##kraken-translate --db ${kraken_database.fields.name} "${output}" > "${translated}" - ]]> - + > "${output}" + ##kraken-translate --db ${kraken_database.fields.name} "${output}" > "${translated}" + ]]> @@ -65,12 +65,12 @@ - - + + - - + + @@ -78,33 +78,34 @@ - - + + - + - + - - - + - + - + (split_reads) - + (split_reads) - + @@ -116,6 +117,7 @@ + @@ -127,23 +129,6 @@ ----- -**Kraken options** - -The Galaxy version of Kraken implements the following options:: - - - --fasta-input Input is FASTA format - --fastq-input Input is FASTQ format - --quick Quick operation (use first hit or hits) - --min-hits NUM In quick op., number of hits req'd for classification - NOTE: this is ignored if --quick is not specified - --unclassified-out Print unclassified sequences to filename - --classified-out Print classified sequences to filename - - --only-classified-output Print no Kraken output for unclassified sequences - ------- - **Output Format** Each sequence classified by Kraken results in a single line of output. Output lines contain five tab-delimited fields; from left to right, they are:: diff -r b2392a9dfb01 -r 2fdac3e78553 macros.xml --- a/macros.xml Wed Mar 23 10:55:18 2016 -0400 +++ b/macros.xml Mon Aug 07 17:29:06 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 b2392a9dfb01 -r 2fdac3e78553 tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 23 10:55:18 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -