comparison kraken.xml @ 1:656215d2a793 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken/ commit cb1743eafd4ca98be0148d557770ef8635cc8d4c-dirty
author devteam
date Tue, 19 May 2015 16:41:06 -0400
parents 7d6b55e6417e
children 898ded2d4fff
comparison
equal deleted inserted replaced
0:7d6b55e6417e 1:656215d2a793
6 <macros> 6 <macros>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
8 </macros> 8 </macros>
9 <command> 9 <command>
10 <![CDATA[ 10 <![CDATA[
11 @SET_DATABASE_PATH@ &&
11 kraken --threads \${GALAXY_SLOTS:-1} @INPUT_DATABASE@ 12 kraken --threads \${GALAXY_SLOTS:-1} @INPUT_DATABASE@
12 "$input_sequences" 13 "$input_sequences"
13 #if $split_reads: 14 #if $split_reads:
14 --classified-out "${classified_out}" --unclassified-out "${unclassified_out}" 15 --classified-out "${classified_out}" --unclassified-out "${unclassified_out}"
15 #end if 16 #end if