view 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
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" ?> 
<tool id="novoalign_license_uploader" name="Novo-align Licence Uploader" version="1.0">
    <description>Upload a license file to Galaxy tool-data directory </description>
    <stdio>                                                                                                      <exit_code range=":-1" />
        <exit_code range="1:" />
    </stdio>
    <command interpreter="python">
        upload_novoalign_lic.py $in_file $out_file
    </command>
    <inputs>
        <param  format="data" name="in_file" type="data" label="Licence for the Novoalign program" />
    </inputs>

    <outputs>
        <data format="tabular" name="out_file" label="Novoalign License uploader on ${in_file.name}"/>
        <!--<move type="file">
            <source>${out_file}</source>
            <target base="${GALAXY_PATH}">/tool-data/${out_file}</target>
        </move>-->
    </outputs>
    <help>                                                                                                       Loading the license file for Novo-align program to the tool-data path.  
    </help>
    <citations>
        <citation></citation>
    </citations>
    <tests></tests>
</tool>