annotate tool_dependencies.xml @ 16:e676aa6997cc draft

Uploaded
author wolma
date Mon, 25 Apr 2016 18:00:02 -0400
parents 92bd325c70da
children b658c34ee3fd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
1 <?xml version="1.0"?>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
2 <tool_dependency>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
3 <package name="zlib" version="1.2.8">
16
e676aa6997cc Uploaded
wolma
parents: 15
diff changeset
4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
5 </package>
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
6 <package name="R" version="3.2.1">
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
7 <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
8 </package>
14
5e9c1c67716b Uploaded
wolma
parents: 13
diff changeset
9 <package name="readline" version="6.3">
5e9c1c67716b Uploaded
wolma
parents: 13
diff changeset
10 <repository changeset_revision="ca1a9400d4e1" name="package_readline_6_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
11 </package>
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
12 <package name="python3" version="3.4.1">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
13 <repository changeset_revision="1c337560fa56" name="package_python3_zlib_dependent_1_0" owner="wolma" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
14 </package>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
15
9
93db2f9bca12 upgrade to v0.1.7.2
Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
parents: 8
diff changeset
16 <package name="mimodd" version="0.1.7.2">
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
17 <install version="1.0">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
18 <actions>
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
19 <!-- prepare a python3 venv to install into -->
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
20 <action type="set_environment_for_install">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
21 <repository changeset_revision="1c337560fa56" name="package_python3_zlib_dependent_1_0" owner="wolma" toolshed="https://toolshed.g2.bx.psu.edu">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
22 <package name="python3" version="3.4.1" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
23 </repository>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
24 </action>
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
25 <action type="shell_command">python3 -m venv --without-pip $INSTALL_DIR/MiModD_venv</action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
26 <!-- remove the plain python symlink from the venv to avoid its
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
27 accidental use by Galaxy, MiModD uses python3 explicitly -->
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
28 <action type="shell_command">rm $INSTALL_DIR/MiModD_venv/bin/python</action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
29 <action type="shell_command">. $INSTALL_DIR/MiModD_venv/bin/activate</action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
30
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
31 <!-- download and install rpy2 -->
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
32 <action sha256sum="0d88f7fff21fbef523c8678ed8f850a36052edca4ce702c62f234fdcb52de441" type="download_by_url">
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
33 https://depot.galaxyproject.org/software/rpy2/rpy2_2.7.5_src_all.tar.gz
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
34 </action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
35 <action type="set_environment_for_install">
15
92bd325c70da Uploaded
wolma
parents: 14
diff changeset
36 <repository changeset_revision="ca1a9400d4e1" name="package_readline_6_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
16
e676aa6997cc Uploaded
wolma
parents: 15
diff changeset
37 <package name="readline" version="6.3" />
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
38 </repository>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
39 <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
40 <package name="R" version="3.2.1" />
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
41 </repository>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
42 </action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
43 <action type="shell_command">
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
44 export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" &amp;&amp;
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
45 export CPPFLAGS="-I$READLINE_INCLUDE_PATH" &amp;&amp;
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
46 python3 setup.py install
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
47 </action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
48 <action type="change_directory">$TMP_WORK_DIR</action>
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
49
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
50 <!-- download and install MiModD -->
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
51 <action type="download_by_url">http://sourceforge.net/projects/mimodd/files/MiModD-0.1.7.2.tar.gz</action>
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
52 <action type="set_environment_for_install">
16
e676aa6997cc Uploaded
wolma
parents: 15
diff changeset
53 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
54 <package name="zlib" version="1.2.8" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
55 </repository>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
56 </action>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
57 <!-- install MiModD placing the entry script mimodd into the venv's bin directory -->
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
58 <action type="shell_command">python3 setup.py install</action>
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
59 <!-- make MiModD's wrapped binaries executable -->
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
60 <action type="chmod"><file mode="755">$INSTALL_DIR/MiModD_venv/lib/python3.4/site-packages/MiModD/bin/*</file></action>
7
3619e85a5477 v0.1.7.0 bug fixes
Wolfgang Maier
parents: 6
diff changeset
61 <!-- run MiModD's __first_run__ module once to give the package a chance to configure itself -->
13
f0b3871cb869 Uploaded
wolma
parents: 10
diff changeset
62 <action type="shell_command">python3 -m MiModD.__first_run__</action>
7
3619e85a5477 v0.1.7.0 bug fixes
Wolfgang Maier
parents: 6
diff changeset
63
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
64 <action type="set_environment">
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
65 <!-- make the mimodd entry script discoverable -->
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
66 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/MiModD_venv/bin</environment_variable>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
67 <!-- clear $PYTHONPATH and $PYTHONHOME -->
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
68 <environment_variable action="set_to" name="PYTHONPATH" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
69 <environment_variable action="set_to" name="PYTHONHOME" />
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
70 <!-- propagate $LD_LIBRARY_PATH -->
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
71 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
72 </action>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
73
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
74 </actions>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
75 </install>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
76 <readme>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
77 Summary: Tools for Mutation Identification in Model Organism Genomes using Desktop PCs
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
78 Home-page: http://sourceforge.net/projects/mimodd/
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
79 Author: Wolfgang Maier
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
80 Author-email: wolfgang.maier@biologie.uni-freiburg.de
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
81 License: GPL
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
82 Download-URL: http://sourceforge.net/projects/mimodd/
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
83
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
84 MiModD - Identify Mutations from Whole-Genome Sequencing Data
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
85 *************************************************************
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
86
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
87 MiModD is an integrated solution for efficient and user-friendly analysis of
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
88 whole-genome sequencing (WGS) data from laboratory model organisms.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
89 It enables geneticists to identify the genetic mutations present in an organism
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
90 starting from just raw WGS read data and a reference genome without the help of
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
91 a trained bioinformatician.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
92
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
93 MiModD is designed for good performance on standard hardware and enables WGS
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
94 data analysis for most model organisms on regular desktop PCs.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
95
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
96 MiModD can be installed under Linux and Mac OS with minimal software
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
97 requirements and a simple setup procedure. As a standalone package it can be
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
98 used from the command line, but can also be integrated seamlessly and easily
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
99 into any local installation of a Galaxy bioinformatics server providing a
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
100 graphical user interface, database management of results and simple composition
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
101 of analysis steps into workflows.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
102 </readme>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
103 </package>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
104 </tool_dependency>