|
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>
|
|
8
|
5 <package name="samtools_fPIC" version="1.1">
|
|
|
6 <install version="1.0">
|
|
|
7 <actions>
|
|
|
8 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
|
|
|
9 <action type="shell_command">sed -i 's/O2/O2 -fPIC/‘ Makefile </action>
|
|
|
10 <action type="shell_command">make </action>
|
|
|
11 <action type="make_directory">$INSTALL_DIR/bin</action>
|
|
|
12 <action type="set_environment">
|
|
|
13 <environment_variable name="SAMTOOLS" action="set_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
14 </action>
|
|
|
15 </actions>
|
|
|
16 </install>
|
|
|
17 <readme>Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files</readme>
|
|
|
18 </package>
|
|
|
19
|
|
|
20 <package name="perl" version="5.18.1">
|
|
|
21 <repository name="package_perl_5_18" owner="iuc" prior_installation_required="True" />
|
|
|
22 </package>
|
|
|
23
|
|
|
24 <package name="bioperl" version="1.6.922">
|
|
|
25 <install version="1.0">
|
|
|
26 <actions>
|
|
|
27 <action type="setup_perl_environment">
|
|
|
28 <repository changeset_revision="28865aa39fbb" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
29 <package name="perl" version="5.18.1" />
|
|
|
30 </repository>
|
|
|
31 <!-- allow downloading and installing an Perl package from cpan.org-->
|
|
|
32 <package>Bio::DB::Sam</package>
|
|
|
33 <package>http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Bio-SamTools-1.39.tar.gz</package>
|
|
|
34 <package>Bio::DB::Fasta</package>
|
|
|
35 <package>http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.901.tar.gz</package>
|
|
|
36 <package>File::Slurp</package>
|
|
|
37 <package>http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-Slurp-9999.13.tar.gz</package>
|
|
|
38 </action>
|
|
|
39 </actions>
|
|
|
40 </install>
|
|
|
41 <readme>
|
|
|
42 Installing dependencies. Bio::DB::Sam needs to know location of bam.h and compiled libbam.a files, therefore environmental variable SAMTOOLS needs to be correctly set.
|
|
|
43 </readme>
|
|
|
44 </package>
|
|
0
|
45 </tool_dependency>
|