Previous changeset 0:b7d0fc23bfe4 (2018-08-04) Next changeset 2:c4ed38067415 (2018-08-04) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 38fa34f4b3f7298582644add88f9fe63554f32bb |
modified:
nn_classifier.xml |
b |
diff -r b7d0fc23bfe4 -r e8362e64026d nn_classifier.xml --- a/nn_classifier.xml Sat Aug 04 12:49:47 2018 -0400 +++ b/nn_classifier.xml Sat Aug 04 13:30:19 2018 -0400 |
[ |
@@ -7,7 +7,7 @@ <expand macro="macro_stdio"/> <version_command>echo "@VERSION@"</version_command> <command><![CDATA[ - python '$nnc_script' '$inputs' + python "$nnc_script" '$inputs' ]]> </command> <configfiles> |