Mercurial > repos > jetbrains > span
comparison tool_dependencies.xml @ 1:dfb1e66235c5 draft
Fixed SPAN_JAR environment variable setup
author | jetbrains |
---|---|
date | Thu, 15 Nov 2018 11:30:01 -0500 |
parents | 1f0c4f0a9c3b |
children | d87ecbc477d8 |
comparison
equal
deleted
inserted
replaced
0:1f0c4f0a9c3b | 1:dfb1e66235c5 |
---|---|
10 <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.7.1.4272.jar</action> | 10 <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.7.1.4272.jar</action> |
11 <action type="move_directory_files"> | 11 <action type="move_directory_files"> |
12 <source_directory>.</source_directory> | 12 <source_directory>.</source_directory> |
13 <destination_directory>$INSTALL_DIR/</destination_directory> | 13 <destination_directory>$INSTALL_DIR/</destination_directory> |
14 </action> | 14 </action> |
15 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> | 15 <!-- Set environment variable SPAN_JAR so Python script knows where to look --> |
16 <action type="set_environment"> | 16 <action type="set_environment"> |
17 <environment_variable name="$SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4272.jar</environment_variable> | 17 <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4272.jar</environment_variable> |
18 </action> | 18 </action> |
19 </actions> | 19 </actions> |
20 </install> | 20 </install> |
21 <readme> | 21 <readme> |
22 Downloads SPAN Semi-supervised Peak Analyzer jar distribution file. | 22 Downloads SPAN Semi-supervised Peak Analyzer jar distribution file. |