comparison data_manager_conf.xml @ 0:0b64aa6d4214 draft

planemo upload for repository https://github.com/zipho/data_manager_novoalign_license_uploader commit fdbfeddc2f83df93d20ce1e75193bb5a8db2524a
author sanbi-uwc
date Sun, 28 Feb 2016 14:51:11 -0500
parents
children c2002302e045
comparison
equal deleted inserted replaced
-1:000000000000 0:0b64aa6d4214
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <tool id="novoalign_license_uploader" name="Novo-align Licence Uploader" version="1.0">
3 <description>Upload a license file to Galaxy tool-data directory </description>
4 <stdio> <exit_code range=":-1" />
5 <exit_code range="1:" />
6 </stdio>
7 <command interpreter="python">
8 upload_novoalign_lic.py $in_file $out_file
9 </command>
10 <inputs>
11 <param format="data" name="in_file" type="data" label="Licence for the Novoalign program" />
12 </inputs>
13
14 <outputs>
15 <data format="tabular" name="out_file" label="Novoalign License uploader on ${in_file.name}"/>
16 <!--<move type="file">
17 <source>${out_file}</source>
18 <target base="${GALAXY_PATH}">/tool-data/${out_file}</target>
19 </move>-->
20 </outputs>
21 <help> Loading the license file for Novo-align program to the tool-data path.
22 </help>
23 <citations>
24 <citation></citation>
25 </citations>
26 <tests></tests>
27 </tool>