# HG changeset patch # User devteam # Date 1444322057 14400 # Node ID d844fdcce44e1ed4f2aaa6e82d7731c95525331f # Parent 065938419efe09bac5c0936025ec82441af6f5f6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/taxonomy/kraken2tax/ commit 6ae04a550dca76f641cb8ea82408fe3b068df960-dirty diff -r 065938419efe -r d844fdcce44e kraken2tax.xml --- a/kraken2tax.xml Mon Aug 17 11:03:38 2015 -0400 +++ b/kraken2tax.xml Thu Oct 08 12:34:17 2015 -0400 @@ -1,4 +1,4 @@ - + data to Galaxy taxonomy representation gnu_awk @@ -6,7 +6,7 @@ "${out_file}" + awk '{ print \$${read_name}, \$${tax_id} }' OFS="\t" "${input}" | taxonomy-reader "${ncbi_taxonomy.fields.path}/names.dmp" "${ncbi_taxonomy.fields.path}/nodes.dmp" 1 > "${out_file}" ]]>