view data_manager/data_manager_eggnog.xml @ 3:4a7444e92ad5 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper_data_manager commit 75035b2919ce95fa8d3b785d86c7c7c9da531db2
author galaxyp
date Mon, 20 Jun 2022 12:47:05 +0000
parents 55cb477ec52c
children
line wrap: on
line source

<tool id="data_manager_eggnog" name="EggNOG DB Download" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="18.09">
    <description>eggnog data</description>
    <macros>
        <import>eggnog_macros.xml</import>
    </macros>
    <expand macro="requirements"/>
    <expand macro="version_command"/>
    <command detect_errors="exit_code"><![CDATA[
#import json, os
#set params = json.loads(open(str($out_file)).read())
#set install_path = $params['output_data'][0]['extra_files_path']
@DOWNLOAD_CMD@
    ]]></command>
    <inputs>
        <expand macro="data_manager_params"/>
    </inputs>
    <expand macro="data_manager_outputs"/>
    <tests>
        <expand macro="data_manager_test"/>
    </tests>
    <help><![CDATA[
This tool downloads eggnog data using download_eggnog_data.py
and populates the data tables: eggnog_mapper_db_versioned.
The data is located at: http://eggnog5.embl.de/download/emapperdb-5.0.2/
can vary from 1G to 80G in size.

This will install data relative to the galaxy_data_manager_data_path declared in config/galaxy.yml
in directory eggnog_data/<eggnog data version>/.
The eggnog version is queried from the downloaded SQlite eggnog.db from table version.
    ]]></help>
    <expand macro="citations"/>
</tool>