annotate tool_dependencies.xml @ 0:fbac402764d6 draft

Imported from capsule None
author wolma
date Sat, 13 Dec 2014 17:19:41 -0500
parents
children 46fd9b9b753f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
1 <?xml version="1.0"?>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
2 <tool_dependency>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
3 <package name="zlib" version="1.2.8">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
4 <repository changeset_revision="dce22a65bac2" name="package_zlib_1_2_8" owner="wolma" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
5 </package>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
6 <package name="python3" version="3.4.1">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
7 <repository changeset_revision="1c337560fa56" name="package_python3_zlib_dependent_1_0" owner="wolma" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
8 </package>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
9 <package name="mimodd" version="0.1.5">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
10 <install version="1.0">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
11 <actions>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
12 <action type="download_by_url">http://sourceforge.net/projects/mimodd/files/MiModD-0.1.5.tar.gz</action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
13 <action type="set_environment_for_install">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
14 <repository changeset_revision="1c337560fa56" name="package_python3_zlib_dependent_1_0" owner="wolma" toolshed="https://toolshed.g2.bx.psu.edu">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
15 <package name="python3" version="3.4.1" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
16 </repository>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
17 </action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
18 <action type="set_environment_for_install">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
19 <repository changeset_revision="dce22a65bac2" name="package_zlib_1_2_8" owner="wolma" toolshed="https://toolshed.g2.bx.psu.edu">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
20 <package name="zlib" version="1.2.8" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
21 </repository>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
22 </action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
23 <action type="shell_command">pyvenv --without-pip $INSTALL_DIR/MiModD_venv</action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
24 <!-- install MiModD placing the entry script mimodd into the venv's bin directory -->
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
25 <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 setup.py install</action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
26 <!-- make MiModD's wrapped binaries executable -->
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
27 <action type="shell_command">chmod 755 $INSTALL_DIR/MiModD_venv/lib/python3.4/site-packages/MiModD/bin/*</action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
28 <action type="set_environment">
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
29 <!-- make the mimodd entry script discoverable -->
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/MiModD_venv/bin</environment_variable>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
31 <!-- clear $PYTHONPATH and $PYTHONHOME -->
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
32 <environment_variable action="set_to" name="PYTHONPATH" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
33 <environment_variable action="set_to" name="PYTHONHOME" />
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
34 <!-- propagate $LD_LIBRARY_PATH -->
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
35 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
36 </action>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
37 </actions>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
38 </install>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
39 <readme>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
40 Summary: Tools for Mutation Identification in Model Organism Genomes using Desktop PCs
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
41 Home-page: http://sourceforge.net/projects/mimodd/
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
42 Author: Wolfgang Maier
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
43 Author-email: wolfgang.maier@biologie.uni-freiburg.de
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
44 License: GPL
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
45 Download-URL: http://sourceforge.net/projects/mimodd/
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
46
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
47 MiModD - Identify Mutations from Whole-Genome Sequencing Data
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
48 *************************************************************
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
49
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
50 MiModD is an integrated solution for efficient and user-friendly analysis of
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
51 whole-genome sequencing (WGS) data from laboratory model organisms.
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
52 It enables geneticists to identify the genetic mutations present in an organism
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
53 starting from just raw WGS read data and a reference genome without the help of
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
54 a trained bioinformatician.
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
55
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
56 MiModD is designed for good performance on standard hardware and enables WGS
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
57 data analysis for most model organisms on regular desktop PCs.
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
58
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
59 MiModD can be installed under Linux and Mac OS with minimal software
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
60 requirements and a simple setup procedure. As a standalone package it can be
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
61 used from the command line, but can also be integrated seamlessly and easily
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
62 into any local installation of a Galaxy bioinformatics server providing a
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
63 graphical user interface, database management of results and simple composition
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
64 of analysis steps into workflows.
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
65 </readme>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
66 </package>
fbac402764d6 Imported from capsule None
wolma
parents:
diff changeset
67 </tool_dependency>