Mercurial > repos > kevyin > meme_chip
comparison tool_dependencies.xml @ 17:4c9e1f1d9694 draft default tip
Uploaded
| author | kevyin |
|---|---|
| date | Tue, 13 Nov 2012 02:00:11 -0500 |
| parents | eb07216abda6 |
| children |
comparison
equal
deleted
inserted
replaced
| 16:eb4c8f2e9494 | 17:4c9e1f1d9694 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="meme" version="4.9.0"> | 3 <package name="meme" version="4.9.0"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.0.tar.gz</action> | |
| 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="shell_command">make install</action> | |
| 10 <action type="set_environment"> | 6 <action type="set_environment"> |
| 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 7 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 12 </action> | 8 </action> |
| 13 </actions> | 9 </actions> |
| 14 </install> | 10 </install> |
