Mercurial > repos > siwaa > wine_quality_train_eval
comparison wine_quality_train_eval.xml @ 9:31d737992c63 draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/dnn/DNN/galaxy-tools/wine_quality_train_eval commit e7fd13c34ec074a7ebc246301b5a80069dcbcc3a-dirty
author | siwaa |
---|---|
date | Thu, 05 Dec 2024 15:40:01 +0000 |
parents | 7ee93e4cf2da |
children | 2f6c77865180 |
comparison
equal
deleted
inserted
replaced
8:7ee93e4cf2da | 9:31d737992c63 |
---|---|
22 export FIDLE_DATASETS_DIR=/fidle-tp/datasets-fidle && | 22 export FIDLE_DATASETS_DIR=/fidle-tp/datasets-fidle && |
23 mkdir cache_dir && | 23 mkdir cache_dir && |
24 mkdir mpl_dir && | 24 mkdir mpl_dir && |
25 export TRANSFORMERS_CACHE=\$(realpath -s cache_dir) && | 25 export TRANSFORMERS_CACHE=\$(realpath -s cache_dir) && |
26 export MPLCONFIGDIR=\$(realpath -s mpl_dir) && | 26 export MPLCONFIGDIR=\$(realpath -s mpl_dir) && |
27 python3 /fidlemore/model_wine_lightning/wine_quality_train_eval.py -dataset_filepath ${dataset_csv} && | 27 python3 $__tool_directory__/toto_wine_quality_train_eval.py -dataset_filepath ${dataset_csv} && |
28 cp OUTPUTS/model.ckpt ${model_ckpt} && | 28 cp OUTPUTS/model.ckpt ${model_ckpt} && |
29 cp OUTPUTS/norm_config.json ${norm_config_json} && | 29 cp OUTPUTS/norm_config.json ${norm_config_json} && |
30 cp OUTPUTS/report.json ${report_json}" | 30 cp OUTPUTS/report.json ${report_json}" |
31 ]]> | 31 ]]> |
32 </command> | 32 </command> |