|
1
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
58
|
3 <package name="samtools" version="0.1.19">
|
|
|
4 <repository changeset_revision="632f1a03db92" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
9
|
6 <package name="featurecounts_valid_gff" version="1.4.0.1">
|
|
10
|
7 <install version="1.0">
|
|
1
|
8 <actions>
|
|
23
|
9 <action type="shell_command">svn checkout https://featurecounts-valid-gff.googlecode.com/svn/trunk/ featurecounts_valid_gff && cd featurecounts_valid_gff/src/ && make -f Makefile.Linux && cd ../../</action>
|
|
10
|
10 <action type="move_file">
|
|
22
|
11 <source>bin/featureCounts</source>
|
|
15
|
12 <destination>$INSTALL_DIR/bin</destination>
|
|
10
|
13 </action>
|
|
15
|
14 <action type="set_environment">
|
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
16 <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
20
|
17 </action>
|
|
1
|
18 </actions>
|
|
|
19 </install>
|
|
|
20 <readme>
|
|
15
|
21 Downloads and installs featureCounts-valid-gff; requires SVN to be installed!
|
|
1
|
22 </readme>
|
|
|
23 </package>
|
|
|
24 </tool_dependency>
|