Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate tool_dependencies.xml @ 38:0a58aa2c6464
Testing whl bundle install 5
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 12:46:47 +0000 |
parents | 7b7d1184ea17 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
34
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
3 <package name="riboplot" version="0.2.5"> |
19
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
4 <install version="1.0"> |
34
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
5 <actions_group> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
6 <actions os="linux" architecture="x86_64"> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
7 <action type="download_by_url">https://github.com/vimalkvn/riboplot/releases/download/0.2.5/riboplot-whl-bundle-0.2.5.tar.bz2</action> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
8 <action type="move_directory_files"> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
9 <source_directory>.</source_directory> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
10 <destination_directory>$INSTALL_DIR</destination_directory> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
11 </action> |
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
12 </actions> |
19
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
13 <actions> |
38
0a58aa2c6464
Testing whl bundle install 5
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
37
diff
changeset
|
14 <action type="setup_virtualenv" use_requirements_file="true">$INSTALL_DIR/requirements.txt</action> |
37
7b7d1184ea17
Testing whl bundle install 4
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
36
diff
changeset
|
15 <action type="use_requirements_file">true</action> |
26
4b1254319802
Attempt 3 using virtualenv
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
25
diff
changeset
|
16 <action type="set_environment"> |
27
99dda3e39997
Attempt 4 using virtualenv
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
26
diff
changeset
|
17 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> |
26
4b1254319802
Attempt 3 using virtualenv
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
25
diff
changeset
|
18 </action> |
19
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
19 </actions> |
34
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
20 </actions_group> |
19
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
21 </install> |
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
22 <readme> |
34
3c6ce517b9f2
Testing whl bundle install
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents:
33
diff
changeset
|
23 Please check README.rst |
19
cff63cf0dea8
Update tool_dependencies to install package from pip
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
18
diff
changeset
|
24 </readme> |
0 | 25 </package> |
26 </tool_dependency> |