Mercurial > repos > recetox > retip_descriptors
changeset 2:ea42900f487e draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
| author | recetox | 
|---|---|
| date | Mon, 05 Oct 2020 13:57:23 +0000 | 
| parents | 502dd601c9a2 | 
| children | 0af0728da40b | 
| files | macros.xml retip_descriptors.xml test-data/descriptors.feather test-data/descriptors.h5 test-data/model.h5 test-data/model.hdf5 test-data/output.tsv | 
| diffstat | 7 files changed, 11 insertions(+), 11 deletions(-) [+] | 
line wrap: on
 line diff
--- a/macros.xml Fri Oct 02 18:09:53 2020 +0000 +++ b/macros.xml Mon Oct 05 13:57:23 2020 +0000 @@ -2,7 +2,7 @@ <token name="@TOOL_VERSION@">0.5.4</token> <xml name="requirements"> <requirements> - <container type="docker">recetox/retip:@TOOL_VERSION@-recetox0</container> + <container type="docker">recetox/retip:@TOOL_VERSION@-recetox1</container> </requirements> </xml> <xml name="citations">
--- a/retip_descriptors.xml Fri Oct 02 18:09:53 2020 +0000 +++ b/retip_descriptors.xml Mon Oct 05 13:57:23 2020 +0000 @@ -1,24 +1,24 @@ -<tool id="retip_descriptors" name="Retip chemical descriptors" version="@TOOL_VERSION@+galaxy0"> +<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.feather' + /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.Feather Dataset" - from_work_dir="descriptors.feather"/> + <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.feather" ftype="h5" compare="sim_size" delta="1000"/> + <output name="output1" file="descriptors.h5" ftype="h5" compare="sim_size" delta="1000"/> </test> </tests> <help><