comparison wine_quality.xml @ 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
comparison
equal deleted inserted replaced
2:c1b75945752a 3:f542f29a920c
15 <command detect_errors="aggressive"> 15 <command detect_errors="aggressive">
16 <![CDATA[ 16 <![CDATA[
17 bash -e -c "source /fidle-tp/fidle-env/bin/activate && 17 bash -e -c "source /fidle-tp/fidle-env/bin/activate &&
18 mkdir datasets-fidle && 18 mkdir datasets-fidle &&
19 export FIDLE_DATASETS_DIR=\$(realpath -s datasets-fidle) && 19 export FIDLE_DATASETS_DIR=\$(realpath -s datasets-fidle) &&
20 mkdir cache_dir &&
21 export TRANSFORMERS_CACHE=\$(realpath -s cache_dir) &&
22 mkdir mpl_dir &&
23 export MPLCONFIGDIR=\$(realpath -s mpl_dir) &&
20 python3 $__tool_directory__/wine_quality.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data '${datajson_text}' && 24 python3 $__tool_directory__/wine_quality.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data '${datajson_text}' &&
21 cp OUTPUTS/quality.txt ${quality_txt}" 25 cp OUTPUTS/quality.txt ${quality_txt}"
22 ]]> 26 ]]>
23 </command> 27 </command>
24 28