comparison bismark_wrapper/tool_dependencies.xml @ 3:678f31a13093 draft

Uploaded
author bgruening
date Fri, 12 Oct 2012 09:29:51 -0400
parents 5226800b84ca
children a4bd52c4ed46
comparison
equal deleted inserted replaced
2:5226800b84ca 3:678f31a13093
24 </readme> 24 </readme>
25 </package> 25 </package>
26 <!-- We ship bismark with that wrapper, so we only need to set the PATH variable --> 26 <!-- We ship bismark with that wrapper, so we only need to set the PATH variable -->
27 <package name="bismark"> 27 <package name="bismark">
28 <install version="1.0"> 28 <install version="1.0">
29 <action type="move_file">
30 <source>bismark</source>
31 <destination>$INSTALL_DIR/bin</destination>
32 </action>
33 <action type="move_file">
34 <source>bismark_genome_preparation</source>
35 <destination>$INSTALL_DIR/bin</destination>
36 </action>
37 <action type="move_file">
38 <source>bismark_methylation_extractor</source>
39 <destination>$INSTALL_DIR/bin</destination>
40 </action>
29 <action type="set_environment"> 41 <action type="set_environment">
30 <environment_variable name="PATH" action="prepend_to">./</environment_variable> 42 <environment_variable name="PATH" action="prepend_to">./</environment_variable>
31 </action> 43 </action>
32 </actions> 44 </actions>
33 </install> 45 </install>