annotate tool_dependencies.xml @ 6:ae82c6c09b69

few changes
author 'Anmol J. Hemrom' <anmol.jh@gmail.com>
date Thu, 03 Sep 2015 14:15:52 +0100
parents 03100f652146
children 484a0e253167
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
1 <?xml version="1.0"?>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
2 <tool_dependency>
1
c48dd15d60a4 added dependencies for package_trinityrnaseq_r20140717
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 0
diff changeset
3 <package name="ncurses" version="5.9">
5
03100f652146 added ncurses dependency changeset
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 4
diff changeset
4 <repository changeset_revision="93ce0192b9db" name="package_ncurses_5_9" owner="anmoljh" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
1
c48dd15d60a4 added dependencies for package_trinityrnaseq_r20140717
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 0
diff changeset
5 </package>
c48dd15d60a4 added dependencies for package_trinityrnaseq_r20140717
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 0
diff changeset
6 <package name="zlib" version="1.2.8">
c48dd15d60a4 added dependencies for package_trinityrnaseq_r20140717
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 0
diff changeset
7 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
c48dd15d60a4 added dependencies for package_trinityrnaseq_r20140717
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 0
diff changeset
8 </package>
0
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
9 <package name="trinityrnaseq" version="r20140717">
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
10 <install version="1.0">
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
11 <actions>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
12 <action type="download_by_url">http://sourceforge.net/projects/trinityrnaseq/files/trinityrnaseq_r20140717.tar.gz</action>
2
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
13 <action type="set_environment_for_install">
5
03100f652146 added ncurses dependency changeset
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 4
diff changeset
14 <repository changeset_revision="93ce0192b9db" name="package_ncurses_5_9" owner="anmoljh" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
2
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
15 <package name="ncurses" version="5.9" />
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
16 </repository>
3
e071f6a8146c added prior_installation_required='True'
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 2
diff changeset
17 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
2
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
18 <package name="zlib" version="1.2.8" />
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
19 </repository>
5a4325a558ee included set_environment_for_install for complile time env
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 1
diff changeset
20 </action>
6
ae82c6c09b69 few changes
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents: 5
diff changeset
21 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/' trinity-plugins/rsem/sam/Makefile</action>
0
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
22 <action type="shell_command">make</action>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
23 <action type="move_directory_files">
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
24 <source_directory>.</source_directory>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
25 <destination_directory>$INSTALL_DIR</destination_directory>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
26 </action>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
27 <action type="set_environment">
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
28 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
29 </action>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
30 <action type="set_environment">
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
31 <environment_variable name="TRINITY_HOME" action="set_to">$INSTALL_DIR</environment_variable>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
32 </action>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
33 </actions>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
34 </install>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
35 <readme>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
36 </readme>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
37 </package>
b96cec296f1d Uploaded
anmoljh
parents:
diff changeset
38 </tool_dependency>