Mercurial > repos > bgruening > sklearn_build_pipeline
diff pipeline.xml @ 6:c2bd4fdba005 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit c64ccc5850c8e061a95fb64e07ed388384e82393
author | bgruening |
---|---|
date | Thu, 11 Oct 2018 03:19:13 -0400 |
parents | 092b42170dd1 |
children | 1187a20b7e2d |
line wrap: on
line diff
--- a/pipeline.xml Sat Sep 29 07:16:09 2018 -0400 +++ b/pipeline.xml Thu Oct 11 03:19:13 2018 -0400 @@ -286,6 +286,14 @@ <param name="selected_estimator" value="RandomForestRegressor"/> <output name="outfile" file="pipeline10" compare="sim_size" delta="1"/> </test> + <test expect_failure="true"> + <conditional name="component_selector"> + <param name="component_type" value="None"/> + </conditional> + <param name="selected_module" value="ensemble"/> + <param name="selected_estimator" value="RandomForestRegressor"/> + <param name="text_params" value="n_estimators=__import__('os').system('ls ~')"/> + </test> </tests> <help> <![CDATA[