Previous changeset 0:988d5a82291a (2013-10-24) Next changeset 2:87ffe493b6c1 (2014-03-03) |
Commit message:
Use new package_bowtie_1_0_0 . |
modified:
tool_dependencies.xml |
b |
diff -r 988d5a82291a -r d180348fe9db tool_dependencies.xml --- a/tool_dependencies.xml Thu Oct 24 14:02:10 2013 -0400 +++ b/tool_dependencies.xml Tue Oct 29 05:27:29 2013 -0400 |
b |
@@ -1,8 +1,8 @@ <?xml version="1.0"?> <tool_dependency> - <!--<package name="bowtie" version="1.0.0"> - <repository name="package_bowtie_1_0_0" owner="iuc" /> - </package>--> + <package name="bowtie" version="1.0.0"> + <repository changeset_revision="9fcaaedbbfd6" name="package_bowtie_1_0_0" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> <package name="sopra" version="1.4.6"> <install version="1.0"> <actions> @@ -13,7 +13,7 @@ </action> <action type="shell_command">chmod 755 $INSTALL_DIR/SOPRA_with_prebuilt_contigs/*.pl</action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/SOPRA_with_prebuilt_contigs</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/SOPRA_with_prebuilt_contigs</environment_variable> </action> </actions> </install> |