comparison model_prediction.xml @ 1:af7ed4d45619 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit ba6a47bdf76bbf4cb276206ac1a8cbf61332fd16"
author bgruening
date Fri, 13 Sep 2019 12:07:48 -0400
parents db511406350a
children 6efb9bc6bf32
comparison
equal deleted inserted replaced
0:db511406350a 1:af7ed4d45619
7 <expand macro="python_requirements"/> 7 <expand macro="python_requirements"/>
8 <expand macro="macro_stdio"/> 8 <expand macro="macro_stdio"/>
9 <version_command>echo "@VERSION@"</version_command> 9 <version_command>echo "@VERSION@"</version_command>
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 export HDF5_USE_FILE_LOCKING='FALSE';
12 python '$__tool_directory__/model_prediction.py' 13 python '$__tool_directory__/model_prediction.py'
13 --inputs '$inputs' 14 --inputs '$inputs'
14 --infile_estimator '$infile_estimator' 15 --infile_estimator '$infile_estimator'
15 --outfile_predict '$outfile_predict' 16 --outfile_predict '$outfile_predict'
16 --infile_weights '$infile_weights' 17 --infile_weights '$infile_weights'