comparison hubArchiveCreator.xml @ 32:6d1f2bb5c1d1 draft default tip

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 5a0c39ed61b4408ba65a759aede807df260d097d
author yating-l
date Sun, 26 Aug 2018 16:44:27 -0400
parents 9c5d82d3c87e
children
comparison
equal deleted inserted replaced
31:9c5d82d3c87e 32:6d1f2bb5c1d1
1 <tool id="hubArchiveCreator" name="Hub Archive Creator" version="2.5.2"> 1 <tool id="hubArchiveCreator" name="Hub Archive Creator" version="2.5.3">
2 <description> 2 <description>
3 This Galaxy tool permits to prepare your files to be ready for 3 This Galaxy tool permits to prepare your files to be ready for
4 Assembly Hub visualization. 4 Assembly Hub visualization.
5 </description> 5 </description>
6 <macros> 6 <macros>
32 32
33 python $__tool_directory__/hubArchiveCreator.py --data_json parameters.json -o $output; 33 python $__tool_directory__/hubArchiveCreator.py --data_json parameters.json -o $output;
34 34
35 35
36 ]]></command> 36 ]]></command>
37
38 <environment_variables>
39 <!-- Sort uppercase letters before lowercase (required by UCSC tools) -->
40 <environment_variable name="LC_COLLATE">C</environment_variable>
41 </environment_variables>
42
37 <configfiles> 43 <configfiles>
38 <configfile name="json_file"> 44 <configfile name="json_file">
39 import json 45 import json
40 import sys 46 import sys
41 47