|
0
|
1 <tool_dependency>
|
|
|
2 <set_environment version="1.0">
|
|
|
3 <environment_variable name="LINKYX_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
|
4 </set_environment>
|
|
9
|
5
|
|
12
|
6 <package name="samtools" version="0.1.19">
|
|
8
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
12
|
9 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
|
|
17
|
10 <action type="shell_command">sed -i 's/O2/O2 -fPIC/' Makefile</action>
|
|
9
|
11 <action type="shell_command">make</action>
|
|
12
|
12 <action type="set_environment">
|
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
|
14 <environment_variable name="SAMTOOLS" action="set_to">$INSTALL_DIR</environment_variable>
|
|
8
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 </install>
|
|
|
18 <readme>Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files</readme>
|
|
12
|
19 </package>
|
|
19
|
20 <package name="bioperl" version="1.6.922">
|
|
|
21 <install version="1.0">
|
|
|
22 <actions>
|
|
|
23 <action type="setup_perl_environment">
|
|
20
|
24 <repository changeset_revision="091a97f8c585" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
19
|
25 <package name="perl" version="5.18.1" />
|
|
|
26 </repository>
|
|
|
27 <!-- allow downloading and installing an Perl package from cpan.org-->
|
|
20
|
28 <package>XML::Parser</package>
|
|
|
29 <package>http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz</package>
|
|
19
|
30 <package>Bio::DB::Fasta</package>
|
|
|
31 <package>File::Slurp</package>
|
|
20
|
32 <package>Bio::DB::Sam</package>
|
|
19
|
33 </action>
|
|
|
34 </actions>
|
|
|
35 </install>
|
|
|
36 <readme>
|
|
20
|
37 Bundle::BioPerl
|
|
19
|
38 </readme>
|
|
|
39 </package>
|
|
12
|
40 </tool_dependency> |