Mercurial > repos > matt-shirley > sra_tools
comparison tool_dependencies.xml @ 8:e40b9582d80f draft
debugging automatic SRA build and install
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Mon, 17 Jun 2013 14:00:25 -0400 |
| parents | d28dad5e2c02 |
| children | bdb991750a00 |
comparison
equal
deleted
inserted
replaced
| 7:d28dad5e2c02 | 8:e40b9582d80f |
|---|---|
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url">http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.3.2-4/sra_sdk-2.3.2-4.tar.gz</action> | 6 <action type="download_by_url">http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.3.2-4/sra_sdk-2.3.2-4.tar.gz</action> |
| 7 <action type="shell_command">make release</action> | 7 <action type="shell_command">make release</action> |
| 8 <action type="shell_command">make dynamic</action> | 8 <action type="shell_command">make dynamic</action> |
| 9 <action type="shell_command">make</action> | 9 <action type="shell_command">make</action> |
| 10 <action type="shell_command">mv bin* $INSTALL_DIR/bin</action> | 10 <action type="shell_command">cp --recursive --dereference bin64/* $INSTALL_DIR/bin</action> |
| 11 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> | 11 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action> |
| 12 </actions> | 12 </actions> |
| 13 </install> | 13 </install> |
| 14 <readme>Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. Various tools for working with SRA from NCBI. | 14 <readme>Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. Various tools for working with SRA from NCBI. |
| 15 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 32 and 64 bit architectures. | 15 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures. |
| 16 Build Requirements: | 16 Build Requirements: |
| 17 ar | 17 ar |
| 18 bash | 18 bash |
| 19 make | 19 make |
| 20 gcc, g++ | 20 gcc, g++ |
