Mercurial > repos > lparsons > ea_utils
annotate tool_dependencies.xml @ 0:e6f1c31279db draft
Initial version with fastq-join
author | Lance Parsons <lparsons@princeton.edu> |
---|---|
date | Thu, 20 Sep 2012 18:59:38 -0400 |
parents | |
children |
rev | line source |
---|---|
0
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
2 <tool_dependency> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
3 <package name="ea-utils" version="1.1.2-469"> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
4 <install version="1.0"> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
5 <actions> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
6 <action type="download_by_url">http://ea-utils.googlecode.com/files/ea-utils.1.1.2-469.tar.gz</action> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
7 <!-- sam-stats and varcall require an extra Bamtools library and we don't need them, so skip --> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
8 <action type="shell_command">sed -i.bak 's/sam-stats varcall$//' Makefile</action> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
9 <action type="shell_command">PREFIX=$INSTALL_DIR make install</action> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
10 <action type="set_environment"> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
12 </action> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
13 </actions> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
14 </install> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
15 <readme> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
16 </readme> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
17 </package> |
e6f1c31279db
Initial version with fastq-join
Lance Parsons <lparsons@princeton.edu>
parents:
diff
changeset
|
18 </tool_dependency> |