comparison wine_quality_predict.xml @ 1:f9637dc4e18a draft

planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/dnn/DNN/galaxy-tools/wine_quality_predict commit e7c4e447552083db7eaecbdf139a7c359fe9becc
author siwaa
date Wed, 04 Dec 2024 18:35:11 +0000
parents 605f9329d94e
children 4d31508e95c6
comparison
equal deleted inserted replaced
0:605f9329d94e 1:f9637dc4e18a
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 /fidlemore/model_wine_lightning/wine_quality_predict.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data_json_filepath ${data_json}"; 23 /bin/bash -c "python3 /fidlemore/model_wine_lightning/wine_quality_predict.py -model_ckpt_filepath ${model_ckpt} -norm_config_json_filepath ${norm_config_json} -data_json_filepath ${data_json}";
22 cp OUTPUTS/report.json ${report_json}; 24 cp OUTPUTS/report.json ${report_json};
23 ]]> 25 ]]>
24 </command> 26 </command>
25 27