Mercurial > repos > remimarenco > regtools_junctions_extract
changeset 5:b19712698167 draft default tip
planemo upload commit 7f110d46c04f7f69aa7b61af0d3eb86e15fd14c6-dirty
| author | remimarenco |
|---|---|
| date | Fri, 22 Jul 2016 16:50:54 -0400 |
| parents | ce43595f430d |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 22 16:44:09 2016 -0400 +++ b/tool_dependencies.xml Fri Jul 22 16:50:54 2016 -0400 @@ -4,7 +4,6 @@ <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/griffithlab/regtools.git</action> - <action type="change_directory">regtools</action> <action type="make_directory">build</action> <action type="change_directory">build</action> @@ -15,7 +14,7 @@ </action> <action type="shell_command">cmake ..</action> - <action type="shell_command">build</action> + <action type="shell_command">make</action> <action type="move_file"> <source>regtools</source> <destination>$INSTALL_DIR</destination>
