Mercurial > repos > yating-l > jbrowsearchivecreator
comparison tool_dependencies.xml @ 2:25ad6770359e draft
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 479fc6490e24ca0e5034ae6c3579882e97e095e6
author | yating-l |
---|---|
date | Mon, 22 May 2017 15:48:56 -0400 |
parents | 804a93e87cc8 |
children | 237707a6b74d |
comparison
equal
deleted
inserted
replaced
1:ac83821b0e06 | 2:25ad6770359e |
---|---|
69 <install version="1.0"> | 69 <install version="1.0"> |
70 <actions_group> | 70 <actions_group> |
71 <actions architecture="x86_64" os="linux"> | 71 <actions architecture="x86_64" os="linux"> |
72 <action type="download_by_url">http://jbrowse.org/wordpress/wp-content/plugins/download-monitor/download.php?id=105</action> | 72 <action type="download_by_url">http://jbrowse.org/wordpress/wp-content/plugins/download-monitor/download.php?id=105</action> |
73 <action type="make_directory">$INSTALL_DIR/jbrowse</action> | 73 <action type="make_directory">$INSTALL_DIR/jbrowse</action> |
74 <action type="set_environment"> | |
75 <environment_variable action="set_to" name="HOME">$INSTALL_DIR/jbrowse</environment_variable> | |
76 </action> | |
74 <action type="shell_command"> | 77 <action type="shell_command"> |
75 ./setup.sh | 78 export HOME=$INSTALL_DIR/jbrowse && ./setup.sh |
76 </action> | 79 </action> |
77 <action type="move_directory_files"> | 80 <action type="move_directory_files"> |
78 <source_directory>.</source_directory> | 81 <source_directory>.</source_directory> |
79 <destination_directory>$INSTALL_DIR/jbrowse</destination_directory> | 82 <destination_directory>$INSTALL_DIR/jbrowse</destination_directory> |
80 </action> | 83 </action> |