Mercurial > repos > siwaa > wine_quality
changeset 3:f542f29a920c draft default tip
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/dnn/DNN/galaxy-tools/wine_quality commit 293e7a2e4cc40479ce83dca0168d17b314f9b607
author | siwaa |
---|---|
date | Mon, 09 Dec 2024 11:26:35 +0000 |
parents | c1b75945752a |
children | |
files | wine_quality.xml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wine_quality.xml Mon Dec 09 10:31:09 2024 +0000 +++ b/wine_quality.xml Mon Dec 09 11:26:35 2024 +0000 @@ -17,6 +17,10 @@ bash -e -c "source /fidle-tp/fidle-env/bin/activate && mkdir datasets-fidle && export FIDLE_DATASETS_DIR=\$(realpath -s datasets-fidle) && + mkdir cache_dir && + export TRANSFORMERS_CACHE=\$(realpath -s cache_dir) && + mkdir mpl_dir && + export MPLCONFIGDIR=\$(realpath -s mpl_dir) && python3 $__tool_directory__/wine_quality.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data '${datajson_text}' && cp OUTPUTS/quality.txt ${quality_txt}" ]]>