annotate tool_dependencies.xml @ 0:1ad2fdd7d49d draft default tip

Imported from capsule None
author cmonjeau
date Mon, 06 Jul 2015 11:43:34 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
1 <?xml version="1.0"?>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
2 <tool_dependency>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
3 <package name="mapsembler2" version="2.2.3">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
4 <install version="1.0">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
5 <actions>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
6 <action type="download_by_url">http://www.irisa.fr/symbiose/people/ppeterlongo/mapsembler2_2.2.3.zip</action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
7 <action type="shell_command">/bin/bash compile_all_tools.sh</action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
8 <action type="move_file">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
9 <source>run_mapsembler2_pipeline.sh</source>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
10 <destination>$INSTALL_DIR</destination>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
11 </action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
12 <action type="chmod">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
13 <file mode="755">$INSTALL_DIR/run_mapsembler2_pipeline.sh</file>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
14 </action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
15 <action type="move_directory_files">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
16 <source_directory>tools</source_directory>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
17 <destination_directory>$INSTALL_DIR/tools</destination_directory>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
18 </action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
19
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
20 <!-- create env.sh -->
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
21 <action type="set_environment">
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
23 <environment_variable name="TOOLS" action="set_to">$INSTALL_DIR/tools/</environment_variable>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
24 </action>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
25 </actions>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
26 </install>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
27 <readme>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
28 This package installs mapsembler from the sources available in colib'read web site
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
29 </readme>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
30 </package>
1ad2fdd7d49d Imported from capsule None
cmonjeau
parents:
diff changeset
31 </tool_dependency>