Mercurial > repos > recetox > retip_descriptors
view retip_descriptors.xml @ 3:0af0728da40b draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
author | recetox |
---|---|
date | Fri, 09 Oct 2020 08:56:04 +0000 |
parents | ea42900f487e |
children | 63b2c4cfaa48 |
line wrap: on
line source
<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy1"> <description>for retention time prediction</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ /run.sh chemdesc.R '$compounds' 'descriptors.h5' ]]> </command> <inputs> <param name="compounds" label="Select Compounds Dataset" type="data" format="tabular" optional="false"/> </inputs> <outputs> <data format="h5" name="output1" label="Descriptors.h5 Dataset" from_work_dir="descriptors.h5"/> </outputs> <tests> <test expect_num_outputs="1"> <param name="compounds" value="compounds-small.tsv"/> <output name="output1" file="descriptors.h5" ftype="h5" compare="sim_size" delta="1000"/> </test> </tests> <help><![CDATA[ .. class:: infomark This tool **computes chemical descriptors** with CDK a JAVA based open source project aimed at cheminformatics. @HELP@ ]]> </help> <expand macro="citations"/> </tool>