Previous changeset 0:e6a85a9297b3 (2013-09-25) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/t_test_two_samples commit a1517c9d22029095120643bbe2c8fa53754dd2b7 |
modified:
t_test_two_samples.xml tool_dependencies.xml |
b |
diff -r e6a85a9297b3 -r c2ffc9885b5a t_test_two_samples.xml --- a/t_test_two_samples.xml Wed Sep 25 11:31:42 2013 -0400 +++ b/t_test_two_samples.xml Wed Nov 11 12:29:00 2015 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="t_test_two_samples" name="T Test for Two Samples" version="1.0.0"> +<tool id="t_test_two_samples" name="T Test for Two Samples" version="1.0.1"> <description></description> <requirements> <requirement type="package" version="2.11.0">R</requirement> @@ -25,7 +25,7 @@ </inputs> <outputs> - <data format="text" name="outputFile1"/> + <data format="txt" name="outputFile1"/> </outputs> <tests> |
b |
diff -r e6a85a9297b3 -r c2ffc9885b5a tool_dependencies.xml --- a/tool_dependencies.xml Wed Sep 25 11:31:42 2013 -0400 +++ b/tool_dependencies.xml Wed Nov 11 12:29:00 2015 -0500 |
b |
@@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> <package name="R" version="2.11.0"> - <repository changeset_revision="8d0a55bf7aaf" name="package_r_2_11_0" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="5824d2b3bc8b" name="package_r_2_11_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency> |