comparison kraken-report.xml @ 1:bb3d55e8ef3d draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken_report/ commit cb1743eafd4ca98be0148d557770ef8635cc8d4c-dirty
author devteam
date Tue, 19 May 2015 16:42:26 -0400
parents 8bbf903bf0cb
children 45ced9c12e18
comparison
equal deleted inserted replaced
0:8bbf903bf0cb 1:bb3d55e8ef3d
5 <macros> 5 <macros>
6 <import>macros.xml</import> 6 <import>macros.xml</import>
7 </macros> 7 </macros>
8 <command> 8 <command>
9 <![CDATA[ 9 <![CDATA[
10 @SET_DATABASE_PATH@ &&
10 kraken-report @INPUT_DATABASE@ "${kraken_output}" > "$output_report" 11 kraken-report @INPUT_DATABASE@ "${kraken_output}" > "$output_report"
11 ]]> 12 ]]>
12 </command> 13 </command>
13 <inputs> 14 <inputs>
14 <param format="tabular" label="Input the Sequenced Kraken Output from your Current History" name="kraken_output" type="data" /> 15 <param format="tabular" label="Input the Sequenced Kraken Output from your Current History" name="kraken_output" type="data" />