Mercurial > repos > jjohnson > package_amos_3_1_0
annotate tool_dependencies.xml @ 1:b5e98e4efb18 default tip
Patch minimus2 during install (bug reported in 2011 not yet fixed in amos source)
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 19 Jul 2013 08:01:23 -0500 |
parents | 8ed847ebac73 |
children |
rev | line source |
---|---|
0 | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool_dependency> | |
3 <package name="boost" version="1.53.0"> | |
4 <repository changeset_revision="a72f8efe9201" name="package_boost_1_53" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
5 </package> | |
6 <package name="mummer" version="3.23"> | |
7 <repository changeset_revision="8268327cce24" name="package_mummer_3_23" owner="jjohnson" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
8 </package> | |
9 <package name="amos" version="3.1.0"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="download_by_url">http://sourceforge.net/projects/amos/files/amos/3.1.0/amos-3.1.0.tar.gz</action> | |
1
b5e98e4efb18
Patch minimus2 during install (bug reported in 2011 not yet fixed in amos source)
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
13 <!-- patch this, since it has been a bug since 2011 --> |
b5e98e4efb18
Patch minimus2 during install (bug reported in 2011 not yet fixed in amos source)
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
14 <action type="shell_command">sed -i.bak 's/dumpreads \(\$[(]BANK[)]\) \(-[mM]\) \(\$[(]REFCOUNT[)]\)/dumpreads \2 \3 \1/' src/Pipeline/minimus2.acf</action> |
0 | 15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
16 <action type="shell_command">make</action> | |
17 <action type="shell_command">make install</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 http://sourceforge.net/projects/amos/ | |
25 AMOS is a collection of tools and class interfaces for the assembly of DNA reads. The package includes a robust infrastructure, modular assembly pipelines, and tools for overlapping, consensus generation, contigging, and assembly manipulation. | |
26 </readme> | |
27 </package> | |
28 </tool_dependency> |