# HG changeset patch # User devteam # Date 1396531815 14400 # Node ID e769cde223a508cd1759ccc015ec1db87c5cf9a3 # Parent 54c7a01a2cc77c8fc816d9dc5029d81e8084fcad Uploaded corrected tool requirements definition. diff -r 54c7a01a2cc7 -r e769cde223a5 best_regression_subsets.py --- a/best_regression_subsets.py Tue Apr 01 10:50:17 2014 -0400 +++ b/best_regression_subsets.py Thu Apr 03 09:30:15 2014 -0400 @@ -1,7 +1,5 @@ #!/usr/bin/env python -from galaxy import eggs - import sys from rpy import * import numpy diff -r 54c7a01a2cc7 -r e769cde223a5 best_regression_subsets.xml --- a/best_regression_subsets.xml Tue Apr 01 10:50:17 2014 -0400 +++ b/best_regression_subsets.xml Thu Apr 03 09:30:15 2014 -0400 @@ -1,5 +1,9 @@ + + numpy + rpy + best_regression_subsets.py $input1 @@ -21,9 +25,6 @@ - - rpy - diff -r 54c7a01a2cc7 -r e769cde223a5 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Apr 03 09:30:15 2014 -0400 @@ -0,0 +1,9 @@ + + + + + + + + +