Mercurial > repos > peterjc > blast2go
changeset 18:cfef49c32fd0 draft
Uploaded v0.0.8 preview 13, fixed ampersands in XML file
author | peterjc |
---|---|
date | Sun, 15 Sep 2013 15:30:53 -0400 |
parents | 015aef74b75c |
children | 7ed4187fc07c |
files | blast2go/tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/blast2go/tool_dependencies.xml Sun Sep 15 15:27:41 2013 -0400 +++ b/blast2go/tool_dependencies.xml Sun Sep 15 15:30:53 2013 -0400 @@ -8,8 +8,8 @@ <action type="download_by_url">http://www.blast2go.com/data/blast2go/b2g4pipe_v2.5.zip</action> <!-- Galaxy moves into the unzipped folder b2g4pipe --> <action type="shell_command"> -cp b2gPipe.properties Spain_2012_August.properties && -sed -i "s/Dbacces.dbname=b2g_apr12/Dbacces.dbname=b2g_aug12/g" Spain_2012_August.properties && +cp b2gPipe.properties Spain_2012_August.properties && +sed -i "s/Dbacces.dbname=b2g_apr12/Dbacces.dbname=b2g_aug12/g" Spain_2012_August.properties && sed -i "s/Dbacces.dbhost=10.10.100.203/Dbacces.dbhost=publicdb.blast2go.com/g" Spain_2012_August.properties </action> <action type="move_directory_files"><source_directory>.</source_directory><destination_directory>$INSTALL_DIR/</destination_directory></action>