Mercurial > repos > goeckslab > ludwig_predict
comparison ludwig_predict.xml @ 3:11b1f328f312 draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit ac3a43f323353716470ccafaadf79d9c38314cff
author | goeckslab |
---|---|
date | Tue, 18 Mar 2025 22:10:22 +0000 |
parents | afc8ed4a1838 |
children |
comparison
equal
deleted
inserted
replaced
2:afc8ed4a1838 | 3:11b1f328f312 |
---|---|
2 <description>loads a pretrained model to do prediction</description> | 2 <description>loads a pretrained model to do prediction</description> |
3 <macros> | 3 <macros> |
4 <import>ludwig_macros.xml</import> | 4 <import>ludwig_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="python_requirements_gpu" /> | 6 <expand macro="python_requirements_gpu" /> |
7 <expand macro="required_files" /> | 7 <required_files> |
8 <include path="utils.py" /> | |
9 <include path="ludwig_experiment.py" /> | |
10 <include path="ludwig_predict.py" /> | |
11 </required_files> | |
8 <expand macro="macro_stdio" /> | 12 <expand macro="macro_stdio" /> |
9 <version_command>echo "@VERSION@"</version_command> | 13 <version_command>echo "@VERSION@"</version_command> |
10 <command> | 14 <command> |
11 <![CDATA[ | 15 <![CDATA[ |
12 #import re | 16 #import re |