| 
0
 | 
     1 <?xml version="1.0"?>
 | 
| 
 | 
     2 <tool_dependency>
 | 
| 
 | 
     3 
 | 
| 
 | 
     4     <package name="samtools" version="0.1.18">
 | 
| 
 | 
     5         <install version="1.0">
 | 
| 
 | 
     6             <actions>
 | 
| 
 | 
     7                 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action>
 | 
| 
 | 
     8                 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
 | 
| 
 | 
     9                 <action type="shell_command">make</action>
 | 
| 
 | 
    10                 <action type="move_file">
 | 
| 
 | 
    11                     <source>samtools</source>
 | 
| 
 | 
    12                     <destination>$INSTALL_DIR/bin</destination>
 | 
| 
 | 
    13                 </action>
 | 
| 
 | 
    14                 <action type="move_file">
 | 
| 
 | 
    15                     <source>misc/maq2sam-long</source>
 | 
| 
 | 
    16                     <destination>$INSTALL_DIR/bin</destination>
 | 
| 
 | 
    17                 </action>
 | 
| 
 | 
    18                 <action type="set_environment">
 | 
| 
 | 
    19                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
 | 
| 
 | 
    20                 </action>
 | 
| 
 | 
    21             </actions>
 | 
| 
 | 
    22         </install>
 | 
| 
 | 
    23         <readme>
 | 
| 
 | 
    24             Compiling SAMtools requires the ncurses and zlib development libraries.
 | 
| 
 | 
    25         </readme>
 | 
| 
 | 
    26     </package>
 | 
| 
 | 
    27 
 | 
| 
 | 
    28     <package name="cython" version="0.19.1">
 | 
| 
 | 
    29         <install version="1.0">
 | 
| 
 | 
    30             <actions>
 | 
| 
 | 
    31                 <action type="download_by_url">http://cython.org/release/Cython-0.19.1.tar.gz</action>
 | 
| 
 | 
    32                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
 | 
| 
 | 
    33                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
 | 
| 
 | 
    34                 <action type="set_environment">
 | 
| 
 | 
    35                     <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
 | 
| 
 | 
    36                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
 | 
| 
 | 
    37                 </action>
 | 
| 
 | 
    38             </actions>
 | 
| 
 | 
    39         </install>
 | 
| 
 | 
    40         <readme>
 | 
| 
 | 
    41         </readme>
 | 
| 
 | 
    42     </package>
 | 
| 
 | 
    43 
 | 
| 
 | 
    44     <package name="pysam" version="0.5">
 | 
| 
 | 
    45         <install version="1.0">
 | 
| 
 | 
    46             <actions>
 | 
| 
 | 
    47                 <action type="download_by_url">http://pysam.googlecode.com/files/pysam-0.5.tar.gz</action>
 | 
| 
 | 
    48                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
 | 
| 
 | 
    49                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
 | 
| 
 | 
    50                 <action type="set_environment">
 | 
| 
 | 
    51                     <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
 | 
| 
 | 
    52                 </action>
 | 
| 
 | 
    53             </actions>
 | 
| 
 | 
    54         </install>
 | 
| 
 | 
    55         <readme>
 | 
| 
 | 
    56         </readme>
 | 
| 
 | 
    57     </package>
 | 
| 
 | 
    58         <package name="jointsnvmix" version="0.7.5">
 | 
| 
 | 
    59         <install version="1.0">
 | 
| 
 | 
    60             <actions>
 | 
| 
 | 
    61                 <action type="download_by_url">http://joint-snv-mix.googlecode.com/files/JointSNVMix-0.7.5.tar.gz</action>
 | 
| 
 | 
    62                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
 | 
| 
 | 
    63                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
 | 
| 
 | 
    64                 <action type="set_environment">
 | 
| 
 | 
    65                     <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
 | 
| 
 | 
    66                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
 | 
| 
 | 
    67                 </action>
 | 
| 
 | 
    68             </actions>
 | 
| 
 | 
    69         </install>
 | 
| 
 | 
    70         <readme>
 | 
| 
1
 | 
    71         	jointsnvmix requires python 2.7
 | 
| 
0
 | 
    72         </readme>
 | 
| 
 | 
    73     </package>
 | 
| 
 | 
    74     
 | 
| 
 | 
    75 
 | 
| 
 | 
    76     
 | 
| 
 | 
    77 </tool_dependency>
 |