|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="featurecounts" version="1.4.4">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="shell_command">wget http://sourceforge.net/projects/subread/files/subread-1.4.4/subread-1.4.4-source.tar.gz && tar -zxvf subread-1.4.4-source.tar.gz && cd subread-1.4.4-source/src/ && make -f Makefile.Linux && cd ../../</action>
|
|
|
7 <action type="move_file">
|
|
|
8 <source>../subread-1.4.4-source/bin/featureCounts</source>
|
|
6
|
9 <destination>$INSTALL_DIR/bin/</destination>
|
|
0
|
10 </action>
|
|
|
11 <action type="set_environment">
|
|
|
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
6
|
13 <!--<environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>-->
|
|
0
|
14 </action>
|
|
|
15 </actions>
|
|
|
16 </install>
|
|
|
17 <readme>
|
|
6
|
18 Downloads and installs featureCounts; requires WGET, GNU AUTOTOOLS and TAR to be installed.
|
|
0
|
19 </readme>
|
|
|
20 </package>
|
|
|
21
|
|
|
22 <package name="featurecounts2bed" version="1.0.0">
|
|
|
23 <install version="1.0">
|
|
|
24 <actions>
|
|
6
|
25 <action type="move_file">
|
|
|
26 <source>$REPOSITORY_INSTALL_DIR/featurecounts2bed.sh</source>
|
|
|
27 <destination>$INSTALL_DIR/bin/</destination>
|
|
|
28 </action>
|
|
|
29 <!--
|
|
|
30 Revert to the previous if the move command doesn't work
|
|
|
31
|
|
1
|
32 <action type="shell_command">wget http://testtoolshed.g2.bx.psu.edu/repos/yhoogstrate/featurecounts/raw-file/tip/featurecounts2bed.sh && chmod 755 *.sh</action>
|
|
0
|
33 <action type="move_file">
|
|
|
34 <source>../featurecounts2bed.sh</source>
|
|
|
35 <destination>$INSTALL_DIR/bin</destination>
|
|
|
36 </action>
|
|
6
|
37 -->
|
|
|
38 <action type="chmod">
|
|
|
39 <file mode="555">$INSTALL_DIR/bin/featurecounts2bed.sh</file>
|
|
|
40 </action>
|
|
0
|
41 <action type="set_environment">
|
|
|
42 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
43 </action>
|
|
|
44 </actions>
|
|
|
45 </install>
|
|
|
46 </package>
|
|
|
47 </tool_dependency>
|