5
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="R" version="2.11.0">
|
|
4 <repository changeset_revision="8d0a55bf7aaf" name="package_r_2_11_0" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
|
6 <package name="bedtools" version="2.18.2">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url" target_filename="bedtools-2.18.2.tar.gz" >https://github.com/arq5x/bedtools2/releases/download/v2.18.2/bedtools-2.18.2.tar.gz</action>
|
|
10 <action type="shell_command">make</action>
|
|
11 <action type="move_file">
|
|
12 <source>bin/</source>
|
|
13 <destination>$INSTALL_DIR/bin</destination>
|
|
14 </action>
|
|
15 <action type="set_environment">
|
|
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
17 </action>
|
|
18 </actions>
|
|
19 </install>
|
|
20 <readme>
|
|
21 Collectively, the bedtools utilities are a swiss-army knife of tools for a wide-range of genomics analysis tasks. The most widely-used tools enable genome arithmetic: that is, set theory on the genome. For example, bedtools allows one to intersect, merge, count, complement, and shuffle genomic intervals from multiple files in widely-used genomic file formats such as BAM, BED, GFF/GTF, VCF.
|
|
22 </readme>
|
|
23 </package>
|
|
24 <package name="samtools" version="0.1.18">
|
|
25 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
26 </package>
|
|
27 </tool_dependency>
|
|
28
|