changeset 2:01c73887c7c1 draft default tip

Uploaded
author morinlab
date Fri, 09 Dec 2016 13:16:39 -0500
parents 011e49c1bdde
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 06 21:11:09 2016 -0500
+++ b/tool_dependencies.xml	Fri Dec 09 13:16:39 2016 -0500
@@ -3,15 +3,12 @@
   <package name="radia" version="1.1.3">
     <install version="1.0">
       <actions>
-        <action type="download_by_url">https://github.com/aradenbaugh/radia/archive/v1.1.3.tar.gz</action>
+        <action type="download_by_url">https://github.com/aradenbaugh/radia/raw/v1.1.3/scripts/radia.py</action>
+	<action type="download_by_url">https://github.com/aradenbaugh/radia/raw/v1.1.3/scripts/radiaUtil.py</action>
         <action type="make_directory">$INSTALL_DIR/radia_src/</action>
 	<action type="move_directory_files"><source_directory>.</source_directory><destination_directory>$INSTALL_DIR/radia_src/</destination_directory></action>
-	<action type="setup_virtualenv">
-	pysam==0.8.1
-	</action>
 	<action type="set_environment">
           <environment_variable action="set_to" name="RADIA_INSTALL_DIR">$INSTALL_DIR</environment_variable>
-
         </action>
       </actions>
     </install>