Mercurial > repos > recetox > matchms_formatter
view matchms_formatter.xml @ 23:34439ffa6a60 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit da193865f41a3a840ecc4ba0afab1d358554998a
author | recetox |
---|---|
date | Mon, 05 Feb 2024 10:39:25 +0000 |
parents | f7718efde4d5 |
children | 402620029a7a |
line wrap: on
line source
<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy3" profile="21.09"> <description>reformat scores object of matchms to long format table</description> <macros> <import>macros.xml</import> <import>help.xml</import> </macros> <expand macro="creator"/> <edam_operations> <edam_operation>operation_0335</edam_operation> </edam_operations> <expand macro="bio.tools"/> <requirements> <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> <requirement type="package" version="8.0.1">click</requirement> <requirement type="package" version="1.1.4">pandas</requirement> </requirements> <command detect_errors="aggressive"><![CDATA[ sh ${matchms_formatter_cli} ]]></command> <environment_variables> <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable> <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable> <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> <environment_variable name="RLIMIT_NPROC">4</environment_variable> </environment_variables> <configfiles> <configfile name="matchms_formatter_cli"> python3 ${__tool_directory__}/formatter.py \ --sf '$scores' \ --o '$output' </configfile> </configfiles> <inputs> <param label="Scores object" name="scores" type="data" format="json" help="matchms Scores json file." /> </inputs> <outputs> <data label="${tool.name} on ${on_string}" name="output" format="tsv"/> </outputs> <tests> <test> <param name="scores" value="formatter/fill2_trunc_scores_with_metadata_match.json" ftype="json"/> <output name="output" value="formatter/fill2_formatted.tsv" ftype="tsv" checksum="md5$4f0d83da381b8a403d807d26a9dd0f34"/> </test> <test> <param name="scores" value="similarity/scores_test4_out.json" ftype="json"/> <output name="output" file="formatter/test4_formatted.tsv" ftype="tsv"/> </test> </tests> <help> @HELP_formatter@ @HELP_matchms@ </help> <citations> <citation type="doi">https://doi.org/10.5281/zenodo.6035335</citation> </citations> </tool>