comparison wine_quality.xml @ 1:c3841488b88d draft

planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/dnn/DNN/galaxy-tools/wine_quality commit e7c4e447552083db7eaecbdf139a7c359fe9becc
author siwaa
date Wed, 04 Dec 2024 18:35:18 +0000
parents 143b15001522
children c1b75945752a
comparison
equal deleted inserted replaced
0:143b15001522 1:c3841488b88d
16 <environment_variable name="FIDLE_DATASETS_DIR">/fidle-tp/datasets-fidle</environment_variable> 16 <environment_variable name="FIDLE_DATASETS_DIR">/fidle-tp/datasets-fidle</environment_variable>
17 </environment_variables> 17 </environment_variables>
18 <command detect_errors="aggressive"> 18 <command detect_errors="aggressive">
19 <![CDATA[ 19 <![CDATA[
20 . /fidle-tp/fidle-env/bin/activate; 20 . /fidle-tp/fidle-env/bin/activate;
21 mkdir /fidle-tp/fidle-env/cache_dir; export TRANSFORMERS_CACHE=/fidle-tp/fidle-env/cache_dir;
22 mkdir /fidle-tp/fidle-env/mpl_dir; export MPLCONFIGDIR=/fidle-tp/fidle-env/mpl_dir;
21 /bin/bash -c "python3 $__tool_directory__/wine_quality.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data '${datajson_text}'"; 23 /bin/bash -c "python3 $__tool_directory__/wine_quality.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data '${datajson_text}'";
22 cp OUTPUTS/quality.txt ${quality_txt}; 24 cp OUTPUTS/quality.txt ${quality_txt};
23 ]]> 25 ]]>
24 </command> 26 </command>
25 27