Previous changeset 0:a3a58ca9ed72 (2019-06-26) Next changeset 2:13c19f2c8f80 (2019-06-27) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r a3a58ca9ed72 -r 6144b89fd7e2 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 26 10:56:30 2019 -0400 +++ b/tool_dependencies.xml Thu Jun 27 04:13:14 2019 -0400 |
b |
@@ -2,12 +2,16 @@ <tool_dependency> <package name="profrep_databases" version="1.0"> <install version="1.0"> - <actions> - <action type="download_file">http://repeatexplorer.org/repeatexplorer/wp-content/uploads/2018/10/Viridiplantae_v3.0.zip</action> - </actions> + <actions> + <action type="shell_command">git clone https://petrnovak@bitbucket.org/petrnovak/re_databases.git</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/tool-data</destination_directory> + </action> + </actions> </install> <readme> - Profrep databases + Profrep databases </readme> </package> </tool_dependency> |