view data_manager/metanetx_chem_prop_fetcher.xml @ 15:44119168868c draft default tip

"planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 7db54c0555a12ecb8b3f756032228c54fe028e0a-dirty"
author ggricourt
date Wed, 09 Mar 2022 15:44:01 +0000
parents 8e8a9e51f1d7
children
line wrap: on
line source

<tool id="metanetx_chem_prop_fetcher" name="Metanetx Chem Prop data manager" tool_type="manage_data" profile="18.09" version="0.0.1">
    <description>Get InChI value of compound in chem_prop.tsv file available from Metanetx</description>
    <requirements>
        <requirement type="package" version="3.8">python</requirement>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
        python '$__tool_directory__/metanetx_chem_prop_fetcher.py'
            --version '$version_id'
            --out-file '$out_file'
    ]]></command>
    <inputs>
        <param name="version_id" type="text" label="Version ID to download" value="">
            <validator type="empty_field" message="Version ID is required"/>
        </param>
    </inputs>
    <outputs>
        <data name="out_file" format="data_manager_json" />
    </outputs>
    <tests>
    </tests>
    <help><![CDATA[
Download InChI from Metanetx
============================

Get InChI value of compound in chem_prop.tsv file available from Metanetx

Version
----------
0.0.1

License
-------

`MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_

    ]]></help>
</tool>